:orphan: .. title:: KINETIS_FLASH_CONFIG_OFFSET .. option:: CONFIG_KINETIS_FLASH_CONFIG_OFFSET *Kinetis flash configuration field offset* Type: ``hex`` Direct dependencies =================== \ :option:`KINETIS_FLASH_CONFIG ` && \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x400 Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/Kconfig:115`` 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_OFFSET hex "Kinetis flash configuration field offset" default 0x400 depends on \ :option:`KINETIS_FLASH_CONFIG ` && \ :option:`SOC_FAMILY_KINETIS ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*