-
CONFIG_KINETIS_FLASH_CONFIG_FDPROT
¶
Data flash protection byte (FDPROT)
Type: hex
Help¶
Configures the reset value of the FDPROT register for FlexNVM devices. For program flash only devices, this byte is reserved.
Direct dependencies¶
KINETIS_FLASH_CONFIG
&& SOC_FAMILY_KINETIS
(Includes any dependencies from ifs and menus.)
Default¶
0xff
Kconfig definition¶
At <Zephyr>/soc/arm/nxp_kinetis/Kconfig:144
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
→ <Zephyr>/soc/Kconfig:11
→ <BuildDir>/Kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration → Kinetis flash configuration field
config KINETIS_FLASH_CONFIG_FDPROT hex "Data flash protection byte (FDPROT)" range 0 0xff default 0xff depends onKINETIS_FLASH_CONFIG
&&SOC_FAMILY_KINETIS
help Configures the reset value of the FDPROT register for FlexNVM devices. For program flash only devices, this byte is reserved.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)