mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
When the change using pwrseq was added, I nixed the dependency on
POWER_SEQUENCING since we didn't want it pulled in on platforms where
it's not needed [1]. I hadn't, however, considered the link-time
implications of this for configs with POWER_SEQUENCING=m.
[1]: https://lore.kernel.org/r/a265a20e-8908-40d8-b4e0-2c8b8f773742@imgtec.com/
Fixes: e38e8391f3 ("drm/imagination: Use pwrseq for TH1520 GPU power management")
Cc: stable@vger.kernel.org
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202510111806.CMulNMKW-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202511011739.SONHjSfR-lkp@intel.com/
Reviewed-by: Alessio Belle <alessio.belle@imgtec.com>
Link: https://patch.msgid.link/20251014-pwrseq-dep-v1-1-49aabd9d8fa1@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
21 lines
622 B
Plaintext
21 lines
622 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only OR MIT
|
|
# Copyright (c) 2023 Imagination Technologies Ltd.
|
|
|
|
config DRM_POWERVR
|
|
tristate "Imagination Technologies PowerVR (Series 6 and later) & IMG Graphics"
|
|
depends on (ARM64 || RISCV && 64BIT)
|
|
depends on DRM
|
|
depends on MMU
|
|
depends on PM
|
|
depends on POWER_SEQUENCING || !POWER_SEQUENCING
|
|
select DRM_EXEC
|
|
select DRM_GEM_SHMEM_HELPER
|
|
select DRM_SCHED
|
|
select DRM_GPUVM
|
|
select FW_LOADER
|
|
help
|
|
Choose this option if you have a system that has an Imagination
|
|
Technologies PowerVR (Series 6 or later) or IMG GPU.
|
|
|
|
If "M" is selected, the module will be called powervr.
|