Kconfig 536 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0
  2. config DRM_PANFROST
  3. tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
  4. depends on DRM
  5. depends on ARM || ARM64 || COMPILE_TEST
  6. depends on !GENERIC_ATOMIC64 # for IOMMU_IO_PGTABLE_LPAE
  7. depends on MMU
  8. select DRM_SCHED
  9. select IOMMU_SUPPORT
  10. select IOMMU_IO_PGTABLE_LPAE
  11. select DRM_GEM_SHMEM_HELPER
  12. select PM_DEVFREQ
  13. select DEVFREQ_GOV_SIMPLE_ONDEMAND
  14. select WANT_DEV_COREDUMP
  15. help
  16. DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
  17. Bifrost (G3x, G5x, G7x) GPUs.