summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/Kconfig
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2023-09-12 13:48:37 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2023-10-05 00:41:56 +0300
commit70556c57eab404cc0241e991065b4cd532883e57 (patch)
tree03c947a26a0debda8774eb8edd4402ce5ed8e244 /drivers/pmdomain/Kconfig
parent70a69266b3925f7d0e9c3906d15d4ca3431aa519 (diff)
downloadlinux-70556c57eab404cc0241e991065b4cd532883e57.tar.xz
pmdomain: samsung: 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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Cc: Alim Akhtar <alim.akhtar@samsung.com> Cc: <linux-samsung-soc@vger.kernel.org> 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 8afe69251dd2..4a411e0985c3 100644
--- a/drivers/pmdomain/Kconfig
+++ b/drivers/pmdomain/Kconfig
@@ -10,5 +10,6 @@ source "drivers/pmdomain/mediatek/Kconfig"
source "drivers/pmdomain/qcom/Kconfig"
source "drivers/pmdomain/renesas/Kconfig"
source "drivers/pmdomain/rockchip/Kconfig"
+source "drivers/pmdomain/samsung/Kconfig"
endmenu