[PATCH 2/3] arm64: select HAVE_SHARED_GPIOS for ARCH_MXC
haibo.chen at oss.nxp.com
haibo.chen at oss.nxp.com
Wed Jul 29 21:33:27 PDT 2026
From: Haibo Chen <haibo.chen at nxp.com>
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 at nxp.com>
---
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
More information about the linux-phy
mailing list