Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'
[linux-block.git] / drivers / gpu / drm / panfrost / Kconfig
CommitLineData
f3ba9122
RH
1# SPDX-License-Identifier: GPL-2.0
2
3config DRM_PANFROST
4 tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
5 depends on DRM
6437a549
AB
6 depends on ARM || ARM64 || COMPILE_TEST
7 depends on !GENERIC_ATOMIC64 # for IOMMU_IO_PGTABLE_LPAE
f3ba9122
RH
8 depends on MMU
9 select DRM_SCHED
10 select IOMMU_SUPPORT
11 select IOMMU_IO_PGTABLE_LPAE
12 select DRM_GEM_SHMEM_HELPER
f3617b44 13 select PM_DEVFREQ
de060de3 14 select DEVFREQ_GOV_SIMPLE_ONDEMAND
730c2bf4 15 select WANT_DEV_COREDUMP
f3ba9122
RH
16 help
17 DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
18 Bifrost (G3x, G5x, G7x) GPUs.