Kconfig 698 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0 or MIT
  2. config DRM_PANTHOR
  3. tristate "Panthor (DRM support for ARM Mali CSF-based 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 DEVFREQ_GOV_SIMPLE_ONDEMAND
  9. select DRM_EXEC
  10. select DRM_GEM_SHMEM_HELPER
  11. select DRM_GPUVM
  12. select DRM_SCHED
  13. select IOMMU_IO_PGTABLE_LPAE
  14. select IOMMU_SUPPORT
  15. select PM_DEVFREQ
  16. help
  17. DRM driver for ARM Mali CSF-based GPUs.
  18. This driver is for Mali (or Immortalis) Valhall Gxxx GPUs.
  19. Note that the Mali-G68 and Mali-G78, while Valhall architecture, will
  20. be supported with the panfrost driver as they are not CSF GPUs.