[PATCH 2/3] arm64: select HAVE_SHARED_GPIOS for ARCH_MXC
From: haibo . chen
Date: Thu Jul 30 2026 - 00:33:27 EST
From: Haibo Chen <haibo.chen@xxxxxxx>
Some NXP platforms use shared GPIOs. Enable support for them by
selecting the Kconfig switch provided by GPIOLIB.
Signed-off-by: Haibo Chen <haibo.chen@xxxxxxx>
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index d2acfac7300372dcb023ac419f5723b9b32b900a..dde2d72525e0ec15c05f437a727c7e8a1c0c80bf 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -277,6 +277,7 @@ config ARCH_MXC
select ARM64_ERRATUM_845719 if COMPAT
select IMX_GPCV2
select IMX_GPCV2_PM_DOMAINS
+ select HAVE_SHARED_GPIOS
select PM
select PM_GENERIC_DOMAINS
select SOC_BUS
--
2.34.1