:orphan: .. title:: CONFIG_KINETIS_FLASH_CONFIG_FDPROT .. kconfig:: CONFIG_KINETIS_FLASH_CONFIG_FDPROT CONFIG_KINETIS_FLASH_CONFIG_FDPROT ################################## *Data flash protection byte (FDPROT)* *Data flash protection byte (FDPROT)* Type: ``hex`` Help ==== .. code-block:: none Configures the reset value of the FDPROT register for FlexNVM devices. For program flash only devices, this byte is reserved. Help ==== .. code-block:: none Configures the reset value of the FDPROT register for FlexNVM devices. For program flash only devices, this byte is reserved. Direct dependencies =================== (\ :kconfig:`KINETIS_FLASH_CONFIG ` && \ :kconfig:`SOC_FAMILY_KINETIS `) || (\ :kconfig:`KINETIS_FLASH_CONFIG ` && \ :kconfig:`SOC_FAMILY_KINETIS `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0xff - 0xff Kconfig definitions =================== At ``/arm/nxp_kinetis/Kconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Kinetis flash configuration field .. code-block:: kconfig config KINETIS_FLASH_CONFIG_FDPROT hex "Data flash protection byte (FDPROT)" range 0 0xff default 0xff depends on KINETIS_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. ---- At ``/arm/nxp_kinetis/Kconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Kinetis flash configuration field .. code-block:: kconfig config KINETIS_FLASH_CONFIG_FDPROT hex "Data flash protection byte (FDPROT)" range 0 0xff default 0xff depends on KINETIS_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.)*