CONFIG_RESET_VECTOR_IN_BOOTLOADER

Link reset vector into bootloader

Type: bool

Help

Reset vector code can be either linked in the bootloader or the
application binary. Select "y" to link it into the bootloader.

Direct dependencies

XTENSA_RESET_VECTOR && XTENSA

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <Zephyr>/arch/xtensa/Kconfig:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12

Menu path: (Top) → XTENSA Options → Build reset vector code

config RESET_VECTOR_IN_BOOTLOADER
    bool "Link reset vector into bootloader"
    default n
    depends on XTENSA_RESET_VECTOR && XTENSA
    help
      Reset vector code can be either linked in the bootloader or the
      application binary. Select "y" to link it into the bootloader.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)