forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/panfrost/Kconfig
....@@ -3,7 +3,8 @@
33 config DRM_PANFROST
44 tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
55 depends on DRM
6
- depends on ARM || ARM64 || (COMPILE_TEST && !GENERIC_ATOMIC64)
6
+ depends on ARM || ARM64 || COMPILE_TEST
7
+ depends on !GENERIC_ATOMIC64 # for IOMMU_IO_PGTABLE_LPAE
78 depends on MMU
89 select DRM_SCHED
910 select IOMMU_SUPPORT