:orphan: .. title:: KINETIS_FLASH_CONFIG .. option:: CONFIG_KINETIS_FLASH_CONFIG *Kinetis flash configuration field* Type: ``bool`` 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. Direct dependencies =================== \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`XIP ` && !\ :option:`BOOTLOADER_MCUBOOT ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/Kconfig:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config KINETIS_FLASH_CONFIG bool "Kinetis flash configuration field" default y if \ :option:`XIP ` && !\ :option:`BOOTLOADER_MCUBOOT ` depends on \ :option:`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.)*