diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-09-15 11:33:17 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-09-18 21:05:39 +0200 |
commit | a1b20e062245571c128ec521c4df56ad1bff9bd0 (patch) | |
tree | dc86ed7a347d9debdf1576a9e2924d8ffa3d6aae | |
parent | 8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff) |
ARM: rockchip: remove REGULATOR conditional to PM
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>
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index b7855cc665e9..c90193dd3928 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -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 |