Skip to content

Commit 0b86efa

Browse files
lucien-nxpmmahadevan108
authored andcommitted
Remove include gpio sdk driver code
There is no need to include the driver code because gpio_mcux zephyr driver isn't dependent on sdk code. Signed-off-by: Lucien Zhao <[email protected]>
1 parent 49ff7e3 commit 0b86efa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcux/hal_nxp.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ include_driver_ifdef(CONFIG_COUNTER_MCUX_CTIMER ctimer driver_ctimer)
147147
include_driver_ifdef(CONFIG_COUNTER_MCUX_LPC_RTC lpc_rtc driver_lpc_rtc)
148148
include_driver_ifdef(CONFIG_DMA_MCUX_LPC lpc_dma driver_lpc_dma)
149149
include_driver_ifdef(CONFIG_GPIO_MCUX_LPC lpc_gpio driver_lpc_gpio)
150-
include_driver_ifdef(CONFIG_GPIO_MCUX gpio driver_gpio)
151150
include_driver_ifdef(CONFIG_NXP_PINT pint driver_pint)
152151
include_driver_ifdef(CONFIG_NXP_PINT inputmux driver_inputmux)
153152
include_driver_ifdef(CONFIG_I2C_MCUX_FLEXCOMM flexcomm driver_flexcomm)

0 commit comments

Comments
 (0)