:orphan: .. title:: KINETIS_FLASH_CONFIG_FOPT .. option:: CONFIG_KINETIS_FLASH_CONFIG_FOPT *Flash nonvolatile option byte (FOPT)* Type: ``hex`` Help ==== Configures the reset value of the FOPT register, which includes boot, NMI, and EzPort options. Direct dependencies =================== (\ :option:`KINETIS_FLASH_CONFIG ` && \ :option:`SOC_SERIES_KINETIS_K8X `) || (\ :option:`KINETIS_FLASH_CONFIG ` && \ :option:`SOC_SERIES_KINETIS_KE1XF `) || (\ :option:`KINETIS_FLASH_CONFIG ` && \ :option:`SOC_FAMILY_KINETIS `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x3f - 0x7d - 0xff Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config KINETIS_FLASH_CONFIG_FOPT hex default 0x3f depends on \ :option:`KINETIS_FLASH_CONFIG ` && \ :option:`SOC_SERIES_KINETIS_K8X ` ---- At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config KINETIS_FLASH_CONFIG_FOPT hex default 0x7d depends on \ :option:`KINETIS_FLASH_CONFIG ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` ---- At ``soc/arm/nxp_kinetis/Kconfig:128`` 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 → Kinetis flash configuration field .. parsed-literal:: config KINETIS_FLASH_CONFIG_FOPT hex "Flash nonvolatile option byte (FOPT)" range 0 0xff default 0xff depends on \ :option:`KINETIS_FLASH_CONFIG ` && \ :option:`SOC_FAMILY_KINETIS ` help Configures the reset value of the FOPT register, which includes boot, NMI, and EzPort options. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*