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

pmdomain: tegra: 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: Thierry Reding <thierry.reding@gmail.com>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Cc: Mikko Perttunen <mperttunen@nvidia.com>
Cc: <linux-tegra@vger.kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

+7 -5
+1
drivers/pmdomain/Kconfig
··· 14 14 source "drivers/pmdomain/st/Kconfig" 15 15 source "drivers/pmdomain/starfive/Kconfig" 16 16 source "drivers/pmdomain/sunxi/Kconfig" 17 + source "drivers/pmdomain/tegra/Kconfig" 17 18 18 19 endmenu
+6
drivers/pmdomain/tegra/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + 3 + config SOC_TEGRA_POWERGATE_BPMP 4 + def_bool y 5 + depends on PM_GENERIC_DOMAINS 6 + depends on TEGRA_BPMP
-5
drivers/soc/tegra/Kconfig
··· 152 152 select PM_GENERIC_DOMAINS 153 153 select REGMAP 154 154 155 - config SOC_TEGRA_POWERGATE_BPMP 156 - def_bool y 157 - depends on PM_GENERIC_DOMAINS 158 - depends on TEGRA_BPMP 159 - 160 155 config SOC_TEGRA20_VOLTAGE_COUPLER 161 156 bool "Voltage scaling support for Tegra20 SoCs" 162 157 depends on ARCH_TEGRA_2x_SOC || COMPILE_TEST