ARM: rockchip: remove REGULATOR conditional to PM
authorMikko Rapeli <mikko.rapeli@linaro.org>
Mon, 15 Sep 2025 08:33:17 +0000 (11:33 +0300)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 18 Sep 2025 19:05:39 +0000 (21:05 +0200)
PM is explicitly enabled in lines just below so
REGULATOR can be too.

Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Link: https://lore.kernel.org/r/20250915083317.2885761-5-mikko.rapeli@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/mach-rockchip/Kconfig

index b7855cc..c90193d 100644 (file)
@@ -13,7 +13,7 @@ config ARCH_ROCKCHIP
        select HAVE_ARM_SCU if SMP
        select HAVE_ARM_TWD if SMP
        select DW_APB_TIMER_OF
-       select REGULATOR if PM
+       select REGULATOR
        select ROCKCHIP_TIMER
        select ARM_GLOBAL_TIMER
        select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK