aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2025-02-24 13:11:42 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2025-02-24 13:11:42 +0100
commit36ccabe59ddacefd79b7dfa4a66359385f22eed4 (patch)
tree8e7319f1c8725e4de4c0081f4330736aef5d6f20
parentpmdomain: imx: gpcv2: use proper helper for property detection (diff)
parentpmdomain: rockchip: Fix build error (diff)
downloadwireguard-linux-36ccabe59ddacefd79b7dfa4a66359385f22eed4.tar.xz
wireguard-linux-36ccabe59ddacefd79b7dfa4a66359385f22eed4.zip
pmdomain: Merge branch rockchip into next
Merge the immutable branch rockchip into next, to allow it to be tested together with the changes that are targeted for v6.15. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--drivers/pmdomain/rockchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pmdomain/rockchip/Kconfig b/drivers/pmdomain/rockchip/Kconfig
index b0d70f1a8439..7e4f9b628f0b 100644
--- a/drivers/pmdomain/rockchip/Kconfig
+++ b/drivers/pmdomain/rockchip/Kconfig
@@ -4,6 +4,7 @@ if ARCH_ROCKCHIP || COMPILE_TEST
config ROCKCHIP_PM_DOMAINS
bool "Rockchip generic power domain"
depends on PM
+ depends on HAVE_ARM_SMCCC_DISCOVERY
select PM_GENERIC_DOMAINS
help
Say y here to enable power domain support.