Skip to content

Commit 2636046

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcux/drivers/imxrt6xx/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ zephyr_sources_ifdef(CONFIG_HAS_MCUX_CACHE fsl_cache.c)
1515
zephyr_sources_ifdef(CONFIG_SPI_MCUX_FLEXCOMM fsl_spi.c fsl_flexcomm.c)
1616
zephyr_sources_ifdef(CONFIG_I2C_MCUX_FLEXCOMM fsl_i2c.c fsl_flexcomm.c)
1717
zephyr_sources_ifdef(CONFIG_UART_MCUX_FLEXCOMM fsl_usart.c fsl_flexcomm.c)
18+
zephyr_sources_ifdef(CONFIG_I2S_MCUX_FLEXCOMM fsl_i2s.c fsl_flexcomm.c)
1819
zephyr_sources_ifdef(CONFIG_GPIO_MCUX_LPC fsl_gpio.c fsl_pint.c fsl_inputmux.c)
1920
zephyr_sources_ifdef(CONFIG_DMA_MCUX_LPC fsl_dma.c)
2021
zephyr_sources_ifdef(CONFIG_MCUX_ACMP fsl_acmp.c)

0 commit comments

Comments
 (0)