Skip to content

Commit 965d41a

Browse files
morandgMaureenHelm
authored andcommitted
soc: arm: nxp_imx: Select MCUX_IGPIO driver for mimx8mm6
This automatically enables the gpio_mcux_igpio driver when gpio is enabled on this platform. Signed-off-by: Guy Morand <[email protected]>
1 parent 0cc2cf2 commit 965d41a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

soc/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,11 @@ config UART_MCUX_IUART
3434

3535
endif # SERIAL
3636

37+
if GPIO
38+
39+
config GPIO_MCUX_IGPIO
40+
default y
41+
42+
endif # GPIO
43+
3744
endif # SOC_MIMX8MM6

0 commit comments

Comments
 (0)