mirror of https://github.com/torvalds/linux.git
pmdomain: xilinx: Move Kconfig option to the pmdomain subsystem
The Kconfig option belongs closer to the corresponding implementation, hence let's move it from the soc subsystem to the pmdomain subsystem. Cc: Michal Simek <michal.simek@amd.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
02c24a1203
commit
d8237f8733
|
|
@ -16,5 +16,6 @@ source "drivers/pmdomain/starfive/Kconfig"
|
||||||
source "drivers/pmdomain/sunxi/Kconfig"
|
source "drivers/pmdomain/sunxi/Kconfig"
|
||||||
source "drivers/pmdomain/tegra/Kconfig"
|
source "drivers/pmdomain/tegra/Kconfig"
|
||||||
source "drivers/pmdomain/ti/Kconfig"
|
source "drivers/pmdomain/ti/Kconfig"
|
||||||
|
source "drivers/pmdomain/xilinx/Kconfig"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
config ZYNQMP_PM_DOMAINS
|
||||||
|
bool "Enable Zynq MPSoC generic PM domains"
|
||||||
|
default y
|
||||||
|
depends on PM && ZYNQMP_FIRMWARE
|
||||||
|
select PM_GENERIC_DOMAINS
|
||||||
|
help
|
||||||
|
Say yes to enable device power management through PM domains
|
||||||
|
If in doubt, say N.
|
||||||
|
|
@ -16,15 +16,6 @@ config ZYNQMP_POWER
|
||||||
|
|
||||||
If in doubt, say N.
|
If in doubt, say N.
|
||||||
|
|
||||||
config ZYNQMP_PM_DOMAINS
|
|
||||||
bool "Enable Zynq MPSoC generic PM domains"
|
|
||||||
default y
|
|
||||||
depends on PM && ZYNQMP_FIRMWARE
|
|
||||||
select PM_GENERIC_DOMAINS
|
|
||||||
help
|
|
||||||
Say yes to enable device power management through PM domains
|
|
||||||
If in doubt, say N.
|
|
||||||
|
|
||||||
config XLNX_EVENT_MANAGER
|
config XLNX_EVENT_MANAGER
|
||||||
bool "Enable Xilinx Event Management Driver"
|
bool "Enable Xilinx Event Management Driver"
|
||||||
depends on ZYNQMP_FIRMWARE
|
depends on ZYNQMP_FIRMWARE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue