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:
parent
0cc2cf2499
commit
965d41a195
1 changed files with 7 additions and 0 deletions
|
@ -34,4 +34,11 @@ config UART_MCUX_IUART
|
|||
|
||||
endif # SERIAL
|
||||
|
||||
if GPIO
|
||||
|
||||
config GPIO_MCUX_IGPIO
|
||||
default y
|
||||
|
||||
endif # GPIO
|
||||
|
||||
endif # SOC_MIMX8MM6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue