Skip to content

Commit 6f58755

Browse files
pdgendtMaureenHelm
authored andcommitted
mcux: moved flexspi driver from flash to memc
The FlexSPI bus driver has moved from drivers/flash to drivers/memc and the config symbol has been renamed. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 06777c6 commit 6f58755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcux/drivers/imx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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)
26+
zephyr_library_sources_ifdef(CONFIG_MEMC_MCUX_FLEXSPI fsl_flexspi.c)
2727
zephyr_library_sources_ifdef(CONFIG_GPIO_MCUX_IGPIO fsl_gpio.c)
2828
zephyr_library_sources_ifdef(CONFIG_HAS_MCUX_CACHE fsl_cache.c)
2929
zephyr_library_sources_ifdef(CONFIG_I2C_MCUX_LPI2C fsl_lpi2c.c)

mcux/drivers/imxrt6xx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ zephyr_sources_ifdef(CONFIG_I2S_MCUX_FLEXCOMM fsl_i2s.c fsl_flexcomm.c)
1919
zephyr_sources_ifdef(CONFIG_GPIO_MCUX_LPC fsl_gpio.c fsl_pint.c fsl_inputmux.c)
2020
zephyr_sources_ifdef(CONFIG_DMA_MCUX_LPC fsl_dma.c)
2121
zephyr_sources_ifdef(CONFIG_MCUX_ACMP fsl_acmp.c)
22-
zephyr_sources_ifdef(CONFIG_FLASH_MCUX_FLEXSPI fsl_flexspi.c)
22+
zephyr_sources_ifdef(CONFIG_MEMC_MCUX_FLEXSPI fsl_flexspi.c)

0 commit comments

Comments
 (0)