-
CONFIG_SOC_FLASH_MCUX
¶
MCUX flash shim driver
Type: bool
Help¶
Enables the MCUX flash shim driver. WARNING: This driver will disable the system interrupts for the duration of the flash erase/write operations. This will have an impact on the overall system performance - whether this is acceptable or not will depend on the use case.
Direct dependencies¶
(FLASH
&& SOC_MK64F12
&& SOC_SERIES_KINETIS_K6X
) || (FLASH
&& SOC_MKL25Z4
&& SOC_SERIES_KINETIS_KL2X
) || (FLASH
&& (SOC_MKW22D5
|| SOC_MKW24D5
) && SOC_SERIES_KINETIS_KWX
) || (FLASH
&& SOC_MKW40Z4
&& SOC_SERIES_KINETIS_KWX
) || (FLASH
&& SOC_MKW41Z4
&& SOC_SERIES_KINETIS_KWX
) || (FLASH
&& HAS_MCUX
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
FLASH
&&SOC_MK64F12
&&SOC_SERIES_KINETIS_K6X
- “y” if
FLASH
&&SOC_MKL25Z4
&&SOC_SERIES_KINETIS_KL2X
- “y” if
FLASH
&& (SOC_MKW22D5
||SOC_MKW24D5
) &&SOC_SERIES_KINETIS_KWX
- “y” if
FLASH
&&SOC_MKW40Z4
&&SOC_SERIES_KINETIS_KWX
- “y” if
FLASH
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
Symbols selected by this symbol¶
Kconfig definitions¶
At arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:86
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.series:19
Menu path: (top menu)
config SOC_FLASH_MCUX bool default "y" ifFLASH
&&SOC_MK64F12
&&SOC_SERIES_KINETIS_K6X
depends onFLASH
&&SOC_MK64F12
&&SOC_SERIES_KINETIS_K6X
At arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:62
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.series:13
Menu path: (top menu)
config SOC_FLASH_MCUX bool default "y" ifFLASH
&&SOC_MKL25Z4
&&SOC_SERIES_KINETIS_KL2X
depends onFLASH
&&SOC_MKL25Z4
&&SOC_SERIES_KINETIS_KL2X
At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512:91
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13
Menu path: (top menu)
config SOC_FLASH_MCUX bool default "y" ifFLASH
&& (SOC_MKW22D5
||SOC_MKW24D5
) &&SOC_SERIES_KINETIS_KWX
depends onFLASH
&& (SOC_MKW22D5
||SOC_MKW24D5
) &&SOC_SERIES_KINETIS_KWX
At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:76
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13
Menu path: (top menu)
config SOC_FLASH_MCUX bool default "y" ifFLASH
&&SOC_MKW40Z4
&&SOC_SERIES_KINETIS_KWX
depends onFLASH
&&SOC_MKW40Z4
&&SOC_SERIES_KINETIS_KWX
At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:83
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13
Menu path: (top menu)
config SOC_FLASH_MCUX bool default "y" ifFLASH
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
depends onFLASH
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
At drivers/flash/Kconfig:49
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:62
Menu path: (top menu) → Device Drivers → Flash hardware support
config SOC_FLASH_MCUX bool prompt "MCUX flash shim driver" ifFLASH
&&HAS_MCUX
selectFLASH_HAS_PAGE_LAYOUT
ifFLASH
&&HAS_MCUX
selectFLASH_HAS_DRIVER_ENABLED
ifFLASH
&&HAS_MCUX
depends onFLASH
&&HAS_MCUX
help Enables the MCUX flash shim driver. WARNING: This driver will disable the system interrupts for the duration of the flash erase/write operations. This will have an impact on the overall system performance - whether this is acceptable or not will depend on the use case.
(Definitions include propagated dependencies, including from if’s and menus.)