CONFIG_KINETIS_FLASH_CONFIG_FEPROT¶
EEPROM protection byte (FEPROT)
EEPROM protection byte (FEPROT)
Type: hex
Help¶
Configures the reset value of the FEPROT register for FlexNVM
devices. For program flash only devices, this byte is reserved.
Help¶
Configures the reset value of the FEPROT register for FlexNVM
devices. For program flash only devices, this byte is reserved.
Direct dependencies¶
(KINETIS_FLASH_CONFIG && SOC_FAMILY_KINETIS) || (KINETIS_FLASH_CONFIG && SOC_FAMILY_KINETIS)
(Includes any dependencies from ifs and menus.)
Defaults¶
- 0xff 
- 0xff 
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_kinetis/Kconfig:136
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration → Kinetis flash configuration field
config KINETIS_FLASH_CONFIG_FEPROT
    hex "EEPROM protection byte (FEPROT)"
    range 0 0xff
    default 0xff
    depends on KINETIS_FLASH_CONFIG && SOC_FAMILY_KINETIS
    help
      Configures the reset value of the FEPROT register for FlexNVM
      devices. For program flash only devices, this byte is reserved.
At <Zephyr SoC>/arm/nxp_kinetis/Kconfig:136
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18
Menu path: (Top) → Hardware Configuration → Kinetis flash configuration field
config KINETIS_FLASH_CONFIG_FEPROT
    hex "EEPROM protection byte (FEPROT)"
    range 0 0xff
    default 0xff
    depends on KINETIS_FLASH_CONFIG && SOC_FAMILY_KINETIS
    help
      Configures the reset value of the FEPROT register for FlexNVM
      devices. For program flash only devices, this byte is reserved.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)