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