summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/Kconfig
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2023-09-12 13:27:58 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2023-10-05 00:41:18 +0300
commita3aa70f9727431a1fef70f9f9cbc4765599c0cc2 (patch)
tree810b40ed02a04f8a1e121b2ae6ebfef7f8fe718f /drivers/pmdomain/Kconfig
parent4eb42e5bd86da528be604845f52732742ef74e6b (diff)
downloadlinux-a3aa70f9727431a1fef70f9f9cbc4765599c0cc2.tar.xz
pmdomain: renesas: Move Kconfig options to the pmdomain subsystem
The Kconfig options belongs closer to the corresponding implementations, hence let's move them from the soc subsystem to the pmdomain subsystem. Cc: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Magnus Damm <magnus.damm@gmail.com> Cc: <linux-renesas-soc@vger.kernel.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/pmdomain/Kconfig')
-rw-r--r--drivers/pmdomain/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pmdomain/Kconfig b/drivers/pmdomain/Kconfig
index c91fdd40163a..0a75a17f2f3a 100644
--- a/drivers/pmdomain/Kconfig
+++ b/drivers/pmdomain/Kconfig
@@ -8,5 +8,6 @@ source "drivers/pmdomain/bcm/Kconfig"
source "drivers/pmdomain/imx/Kconfig"
source "drivers/pmdomain/mediatek/Kconfig"
source "drivers/pmdomain/qcom/Kconfig"
+source "drivers/pmdomain/renesas/Kconfig"
endmenu