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