:orphan: .. title:: CONFIG_KINETIS_FLASH_CONFIG .. kconfig:: CONFIG_KINETIS_FLASH_CONFIG CONFIG_KINETIS_FLASH_CONFIG ########################### *Kinetis flash configuration field* *Kinetis flash configuration field* Type: ``bool`` Help ==== .. code-block:: none Include the 16-byte flash configuration field that stores default protection settings (loaded on reset) and security information that allows the MCU to restrict access to the FTFx module. Help ==== .. code-block:: none Include the 16-byte flash configuration field that stores default protection settings (loaded on reset) and security information that allows the MCU to restrict access to the FTFx module. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_KINETIS ` || \ :kconfig:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`XIP ` && !\ :kconfig:`BOOTLOADER_MCUBOOT ` - y if \ :kconfig:`XIP ` && !\ :kconfig:`BOOTLOADER_MCUBOOT ` Kconfig definitions =================== At ``/arm/nxp_kinetis/Kconfig:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config KINETIS_FLASH_CONFIG bool "Kinetis flash configuration field" default y if XIP && !BOOTLOADER_MCUBOOT depends on SOC_FAMILY_KINETIS help Include the 16-byte flash configuration field that stores default protection settings (loaded on reset) and security information that allows the MCU to restrict access to the FTFx module. ---- At ``/arm/nxp_kinetis/Kconfig:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config KINETIS_FLASH_CONFIG bool "Kinetis flash configuration field" default y if XIP && !BOOTLOADER_MCUBOOT depends on SOC_FAMILY_KINETIS help Include the 16-byte flash configuration field that stores default protection settings (loaded on reset) and security information that allows the MCU to restrict access to the FTFx module. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*