diff options
author | 2025-02-24 13:11:42 +0100 | |
---|---|---|
committer | 2025-02-24 13:11:42 +0100 | |
commit | 36ccabe59ddacefd79b7dfa4a66359385f22eed4 (patch) | |
tree | 8e7319f1c8725e4de4c0081f4330736aef5d6f20 | |
parent | pmdomain: imx: gpcv2: use proper helper for property detection (diff) | |
parent | pmdomain: rockchip: Fix build error (diff) | |
download | wireguard-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/Kconfig | 1 |
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. |