Skip to content

Commit a1b20e0

Browse files
mikkorapeli-linarommind
authored andcommitted
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>
1 parent 8f5ae30 commit a1b20e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-rockchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config ARCH_ROCKCHIP
1313
select HAVE_ARM_SCU if SMP
1414
select HAVE_ARM_TWD if SMP
1515
select DW_APB_TIMER_OF
16-
select REGULATOR if PM
16+
select REGULATOR
1717
select ROCKCHIP_TIMER
1818
select ARM_GLOBAL_TIMER
1919
select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK

0 commit comments

Comments
 (0)