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 <guy.morand@bytesatwork.ch>
This commit is contained in:
Guy Morand 2022-03-15 17:18:14 +01:00 committed by Maureen Helm
commit 965d41a195

View file

@ -34,4 +34,11 @@ config UART_MCUX_IUART
endif # SERIAL
if GPIO
config GPIO_MCUX_IGPIO
default y
endif # GPIO
endif # SOC_MIMX8MM6