CONFIG_KINETIS_FLASH_CONFIG
Kinetis flash configuration field
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.
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
SOC_FAMILY_KINETIS
|| SOC_FAMILY_KINETIS
(Includes any dependencies from ifs and menus.)
Defaults
y if
XIP
&& !BOOTLOADER_MCUBOOT
y if
XIP
&& !BOOTLOADER_MCUBOOT
Kconfig definitions
At <Zephyr>/soc/arm/nxp_kinetis/Kconfig:105
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration
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 <Zephyr>/soc/arm/nxp_kinetis/Kconfig:105
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:18
Menu path: (Top) → Hardware Configuration
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.)