1*d72f0490SBoris Brezillon# SPDX-License-Identifier: GPL-2.0 or MIT 2*d72f0490SBoris Brezillon 3*d72f0490SBoris Brezillonconfig DRM_PANTHOR 4*d72f0490SBoris Brezillon tristate "Panthor (DRM support for ARM Mali CSF-based GPUs)" 5*d72f0490SBoris Brezillon depends on DRM 6*d72f0490SBoris Brezillon depends on ARM || ARM64 || COMPILE_TEST 7*d72f0490SBoris Brezillon depends on !GENERIC_ATOMIC64 # for IOMMU_IO_PGTABLE_LPAE 8*d72f0490SBoris Brezillon depends on MMU 9*d72f0490SBoris Brezillon select DEVFREQ_GOV_SIMPLE_ONDEMAND 10*d72f0490SBoris Brezillon select DRM_EXEC 11*d72f0490SBoris Brezillon select DRM_GEM_SHMEM_HELPER 12*d72f0490SBoris Brezillon select DRM_GPUVM 13*d72f0490SBoris Brezillon select DRM_SCHED 14*d72f0490SBoris Brezillon select IOMMU_IO_PGTABLE_LPAE 15*d72f0490SBoris Brezillon select IOMMU_SUPPORT 16*d72f0490SBoris Brezillon select PM_DEVFREQ 17*d72f0490SBoris Brezillon help 18*d72f0490SBoris Brezillon DRM driver for ARM Mali CSF-based GPUs. 19*d72f0490SBoris Brezillon 20*d72f0490SBoris Brezillon This driver is for Mali (or Immortalis) Valhall Gxxx GPUs. 21*d72f0490SBoris Brezillon 22*d72f0490SBoris Brezillon Note that the Mali-G68 and Mali-G78, while Valhall architecture, will 23*d72f0490SBoris Brezillon be supported with the panfrost driver as they are not CSF GPUs. 24