mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 02:55:42 +07:00
f3617b449d
Currently, there is some logic for the driver to work without devfreq. However, the driver actually fails to probe if !CONFIG_PM_DEVFREQ. Fix this by selecting devfreq, and drop the additional checks for devfreq. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190517150042.776-1-ezequiel@collabora.com
16 lines
436 B
Plaintext
16 lines
436 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config DRM_PANFROST
|
|
tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
|
|
depends on DRM
|
|
depends on ARM || ARM64 || (COMPILE_TEST && !GENERIC_ATOMIC64)
|
|
depends on MMU
|
|
select DRM_SCHED
|
|
select IOMMU_SUPPORT
|
|
select IOMMU_IO_PGTABLE_LPAE
|
|
select DRM_GEM_SHMEM_HELPER
|
|
select PM_DEVFREQ
|
|
help
|
|
DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
|
|
Bifrost (G3x, G5x, G7x) GPUs.
|