Skip to content

Commit b916bca

Browse files
MaureenHelmgalak
authored andcommitted
mcux: Build FlexSPI driver
Builds the i.MX RT FlexSPI driver when the corresponding flash shim driver is enabled. Signed-off-by: Maureen Helm <[email protected]>
1 parent dc8070a commit b916bca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mcux/drivers/imx/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ zephyr_library_sources_ifdef(CONFIG_DMA_MCUX_EDMA fsl_edma.c)
2323
zephyr_library_sources_ifdef(CONFIG_DMA_MCUX_EDMA fsl_dmamux.c)
2424
zephyr_library_sources_ifdef(CONFIG_ENTROPY_MCUX_TRNG fsl_trng.c)
2525
zephyr_library_sources_ifdef(CONFIG_ETH_MCUX fsl_enet.c)
26+
zephyr_library_sources_ifdef(CONFIG_FLASH_MCUX_FLEXSPI fsl_flexspi.c)
2627
zephyr_library_sources_ifdef(CONFIG_GPIO_MCUX_IGPIO fsl_gpio.c)
2728
zephyr_library_sources_ifdef(CONFIG_HAS_MCUX_CACHE fsl_cache.c)
2829
zephyr_library_sources_ifdef(CONFIG_I2C_MCUX_LPI2C fsl_lpi2c.c)

mcux/drivers/imxrt6xx/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ zephyr_sources_ifdef(CONFIG_UART_MCUX_FLEXCOMM fsl_usart.c fsl_flexcomm.c)
1818
zephyr_sources_ifdef(CONFIG_GPIO_MCUX_LPC fsl_gpio.c fsl_pint.c fsl_inputmux.c)
1919
zephyr_sources_ifdef(CONFIG_DMA_MCUX_LPC fsl_dma.c)
2020
zephyr_sources_ifdef(CONFIG_MCUX_ACMP fsl_acmp.c)
21+
zephyr_sources_ifdef(CONFIG_FLASH_MCUX_FLEXSPI fsl_flexspi.c)

0 commit comments

Comments
 (0)