[PATCH] arm64: Kconfig.platforms: select reset controller for i.MX8M platforms

Marco Felsch m.felsch at pengutronix.de
Thu Dec 22 03:59:03 PST 2022


All i.MX8M platforms have such a reset controller so enable the support
per default. This helps the user to avoid misconfiguration due to
missing driver support.

Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
---
 arch/arm64/Kconfig.platforms | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 76580b932e446..35c91f5d4bed8 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -212,6 +212,8 @@ config ARCH_MXC
 	select IMX_GPCV2_PM_DOMAINS
 	select PM
 	select PM_GENERIC_DOMAINS
+	select RESET_CONTROLLER
+	select RESET_IMX7
 	select SOC_BUS
 	select TIMER_IMX_SYS_CTR
 	help
-- 
2.30.2




More information about the linux-arm-kernel mailing list