kernel/drivers/gpu/drm/hisilicon/hibmc/Kconfig
.. .. @@ -1,9 +1,12 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config DRM_HISI_HIBMC 2 3 tristate "DRM Support for Hisilicon Hibmc" 3 - depends on DRM && PCI && MMU4 + depends on DRM && PCI && (ARM64 || COMPILE_TEST)5 + depends on MMU4 6 select DRM_KMS_HELPER 7 + select DRM_VRAM_HELPER5 8 select DRM_TTM 6 -9 + select DRM_TTM_HELPER7 10 help 8 11 Choose this option if you have a Hisilicon Hibmc soc chipset. 9 12 If M is selected the module will be called hibmc-drm.