[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250912142253.2843018-5-mikko.rapeli@linaro.org>
Date: Fri, 12 Sep 2025 17:22:53 +0300
From: Mikko Rapeli <mikko.rapeli@...aro.org>
To: linux-mmc@...r.kernel.org
Cc: ulf.hansson@...aro.org,
Heiko Stübner <heiko@...ech.de>,
linux-kernel@...r.kernel.org,
adrian.hunter@...el.com,
victor.shih@...esyslogic.com.tw,
ben.chuang@...esyslogic.com.tw,
geert+renesas@...der.be,
angelogioacchino.delregno@...labora.com,
dlan@...too.org,
arnd@...db.de,
zhoubinbin@...ngson.cn,
Mikko Rapeli <mikko.rapeli@...aro.org>,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [PATCH v3 4/4] 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@...ux-m68k.org>
Signed-off-by: Mikko Rapeli <mikko.rapeli@...aro.org>
---
arch/arm/mach-rockchip/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index b7855cc665e94..c90193dd39283 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
--
2.34.1
Powered by blists - more mailing lists