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.)

Symbols selected by this symbol

Kconfig definitions

At arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:86

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.series:19

Menu path: (top menu)

config SOC_FLASH_MCUX
    bool
    default "y" if FLASH && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X
    depends on FLASH && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X

At arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:62

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.series:13

Menu path: (top menu)

config SOC_FLASH_MCUX
    bool
    default "y" if FLASH && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X
    depends on FLASH && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X

At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512:91

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13

Menu path: (top menu)

config SOC_FLASH_MCUX
    bool
    default "y" if FLASH && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX
    depends on FLASH && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX

At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:76

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13

Menu path: (top menu)

config SOC_FLASH_MCUX
    bool
    default "y" if FLASH && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX
    depends on FLASH && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX

At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:83

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13

Menu path: (top menu)

config SOC_FLASH_MCUX
    bool
    default "y" if FLASH && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX
    depends on FLASH && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX

At drivers/flash/Kconfig:49

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:62

Menu path: (top menu) → Device Drivers → Flash hardware support

config SOC_FLASH_MCUX
    bool
    prompt "MCUX flash shim driver" if FLASH && HAS_MCUX
    select FLASH_HAS_PAGE_LAYOUT if FLASH && HAS_MCUX
    select FLASH_HAS_DRIVER_ENABLED if FLASH && HAS_MCUX
    depends on FLASH && 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.)