summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/samsung
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2023-09-12 12:48:37 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2023-10-04 23:41:56 +0200
commit70556c57eab404cc0241e991065b4cd532883e57 (patch)
tree03c947a26a0debda8774eb8edd4402ce5ed8e244 /drivers/pmdomain/samsung
parent70a69266b3925f7d0e9c3906d15d4ca3431aa519 (diff)
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/samsung')
-rw-r--r--drivers/pmdomain/samsung/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pmdomain/samsung/Kconfig b/drivers/pmdomain/samsung/Kconfig
new file mode 100644
index 000000000000..0debfe36b00a
--- /dev/null
+++ b/drivers/pmdomain/samsung/Kconfig
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0
+if SOC_SAMSUNG
+
+config EXYNOS_PM_DOMAINS
+ bool "Exynos PM domains" if COMPILE_TEST
+ depends on (ARCH_EXYNOS && PM_GENERIC_DOMAINS) || COMPILE_TEST
+
+endif