forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/gpu/drm/hisilicon/hibmc/Kconfig
....@@ -1,9 +1,12 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config DRM_HISI_HIBMC
23 tristate "DRM Support for Hisilicon Hibmc"
3
- depends on DRM && PCI && MMU
4
+ depends on DRM && PCI && (ARM64 || COMPILE_TEST)
5
+ depends on MMU
46 select DRM_KMS_HELPER
7
+ select DRM_VRAM_HELPER
58 select DRM_TTM
6
-
9
+ select DRM_TTM_HELPER
710 help
811 Choose this option if you have a Hisilicon Hibmc soc chipset.
912 If M is selected the module will be called hibmc-drm.