summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/Kconfig
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2023-09-12 14:31:44 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2023-10-05 00:41:56 +0300
commitac68b50d15f12f3168f6cde8e59928ec86ba0f36 (patch)
treef294b6adab84bcaab5494d4ebe6aa05bae6a2d5b /drivers/pmdomain/Kconfig
parentc6d6afb840108ae3920812dd66b25a65acfe447b (diff)
downloadlinux-ac68b50d15f12f3168f6cde8e59928ec86ba0f36.tar.xz
pmdomain: starfive: Move Kconfig file to the pmdomain subsystem
The Kconfig belongs closer to the corresponding implementation, hence let's move it from the soc subsystem to the pmdomain subsystem. Cc: Walker Chen <walker.chen@starfivetech.com> Cc: Conor Dooley <conor@kernel.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> 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 08f8a3aa9805..2286c36076db 100644
--- a/drivers/pmdomain/Kconfig
+++ b/drivers/pmdomain/Kconfig
@@ -12,5 +12,6 @@ source "drivers/pmdomain/renesas/Kconfig"
source "drivers/pmdomain/rockchip/Kconfig"
source "drivers/pmdomain/samsung/Kconfig"
source "drivers/pmdomain/st/Kconfig"
+source "drivers/pmdomain/starfive/Kconfig"
endmenu