Skip to content

Commit b5344b5

Browse files
committed
drivers: gpio_mcux_lpc GPIO interrupts
LPC GPIO architecture uses multiple devices. GPIO input is routed via INPUTMUX to the PINT device which roots the interrupt to NVIC. Signed-off-by: Andrei Gansari <[email protected]>
1 parent fe7eed3 commit b5344b5

File tree

2 files changed

+336
-28
lines changed

2 files changed

+336
-28
lines changed

drivers/gpio/Kconfig.mcux_lpc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
menuconfig GPIO_MCUX_LPC
99
bool "MCUX LPC GPIO driver"
1010
depends on HAS_MCUX
11+
select HAS_DTS_GPIO
1112
help
1213
Enable the MCUX LPC pinmux driver.
1314

0 commit comments

Comments
 (0)