summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/Kconfig
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2023-09-12 14:31:44 +0300
committerHal Feng <hal.feng@starfivetech.com>2024-01-18 13:08:49 +0300
commitd6c1053736373e738dfe7d0c4eaeb0b3099fd395 (patch)
tree1a66a29fec1ac20375495bcfd8f1254f677ad4d6 /drivers/pmdomain/Kconfig
parente386c5ef6b81e81172fb1b4fabb20d639939905c (diff)
downloadlinux-d6c1053736373e738dfe7d0c4eaeb0b3099fd395.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/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pmdomain/Kconfig b/drivers/pmdomain/Kconfig
index ac77cf4271a7..cf88c010f560 100644
--- a/drivers/pmdomain/Kconfig
+++ b/drivers/pmdomain/Kconfig
@@ -1,4 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
menu "PM Domains"
+source "drivers/pmdomain/starfive/Kconfig"
+
endmenu