:orphan: .. title:: CONFIG_SOC_FLASH_LPC .. kconfig:: CONFIG_SOC_FLASH_LPC CONFIG_SOC_FLASH_LPC #################### *LPC flash shim driver* Type: ``bool`` Help ==== .. code-block:: none Enables the LPC IAP 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 =================== (\ :kconfig:`FLASH ` && \ :kconfig:`SOC_LPC54114_M4 ` && \ :kconfig:`SOC_SERIES_LPC54XXX `) || (\ :kconfig:`FLASH ` && \ :kconfig:`SOC_LPC54114_M4 ` && \ :kconfig:`SOC_SERIES_LPC54XXX `) || (\ :kconfig:`HAS_MCUX_IAP_LEGACY ` && \ :kconfig:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`FLASH_HAS_PAGE_LAYOUT ` - \ :kconfig:`FLASH_HAS_DRIVER_ENABLED ` Kconfig definitions =================== At ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config SOC_FLASH_LPC bool default y depends on FLASH && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config SOC_FLASH_LPC bool default y depends on FLASH && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX ---- At ``/flash/Kconfig.lpc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:71`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig config SOC_FLASH_LPC bool "LPC flash shim driver" select FLASH_HAS_PAGE_LAYOUT select FLASH_HAS_DRIVER_ENABLED depends on HAS_MCUX_IAP_LEGACY && FLASH help Enables the LPC IAP 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*