Skip to content

Commit 06777c6

Browse files
mmahadevan108MaureenHelm
authored andcommitted
LPC: Add SDK I2S drivers
Builds the LPC I2S driver when the corresponding i2sx shim driver is enabled. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 2636046 commit 06777c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcux/drivers/lpc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_MCUX fsl_iap.c)
1414
zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_LPC fsl_flashiap.c)
1515
zephyr_library_sources_ifdef(CONFIG_SPI_MCUX_FLEXCOMM fsl_spi.c fsl_flexcomm.c)
1616
zephyr_library_sources_ifdef(CONFIG_UART_MCUX_FLEXCOMM fsl_usart.c fsl_flexcomm.c)
17+
zephyr_library_sources_ifdef(CONFIG_I2S_MCUX_FLEXCOMM fsl_i2s.c fsl_flexcomm.c)
1718
zephyr_library_sources_ifdef(CONFIG_WDT_MCUX_WWDT fsl_wwdt.c)
1819
zephyr_library_sources_ifdef(CONFIG_ADC_MCUX_LPADC fsl_lpadc.c)
1920
zephyr_library_sources_ifdef(CONFIG_DMA_MCUX_LPC fsl_dma.c)

0 commit comments

Comments
 (0)