Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+11 -9
+1
drivers/pmdomain/Kconfig
··· 16 16 source "drivers/pmdomain/sunxi/Kconfig" 17 17 source "drivers/pmdomain/tegra/Kconfig" 18 18 source "drivers/pmdomain/ti/Kconfig" 19 + source "drivers/pmdomain/xilinx/Kconfig" 19 20 20 21 endmenu
+10
drivers/pmdomain/xilinx/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + 3 + config ZYNQMP_PM_DOMAINS 4 + bool "Enable Zynq MPSoC generic PM domains" 5 + default y 6 + depends on PM && ZYNQMP_FIRMWARE 7 + select PM_GENERIC_DOMAINS 8 + help 9 + Say yes to enable device power management through PM domains 10 + If in doubt, say N.
-9
drivers/soc/xilinx/Kconfig
··· 16 16 17 17 If in doubt, say N. 18 18 19 - config ZYNQMP_PM_DOMAINS 20 - bool "Enable Zynq MPSoC generic PM domains" 21 - default y 22 - depends on PM && ZYNQMP_FIRMWARE 23 - select PM_GENERIC_DOMAINS 24 - help 25 - Say yes to enable device power management through PM domains 26 - If in doubt, say N. 27 - 28 19 config XLNX_EVENT_MANAGER 29 20 bool "Enable Xilinx Event Management Driver" 30 21 depends on ZYNQMP_FIRMWARE