xref: /linux/drivers/gpu/drm/panthor/Kconfig (revision c06b6cde2a1c3bcbb561bd57bb6f34eae9030921)
1# SPDX-License-Identifier: GPL-2.0 or MIT
2
3config DRM_PANTHOR
4	tristate "Panthor (DRM support for ARM Mali CSF-based GPUs)"
5	depends on DRM
6	depends on ARM || ARM64 || COMPILE_TEST
7	depends on !GENERIC_ATOMIC64  # for IOMMU_IO_PGTABLE_LPAE
8	depends on MMU
9	select DEVFREQ_GOV_SIMPLE_ONDEMAND
10	select DRM_EXEC
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
19	  This driver is for Mali (or Immortalis) Valhall Gxxx GPUs.
20
21	  Note that the Mali-G68 and Mali-G78, while Valhall architecture, will
22	  be supported with the panfrost driver as they are not CSF GPUs.
23