CONFIG_BOOTLOADER_UNKNOWN

Generic boot loader support

Type: bool

Help

This option signifies that the target has a generic bootloader or that it supports multiple ways of booting and it isn’t clear at build time which method is to be used. When this option is enabled the board may have to do extra work to ensure a proper startup.

Direct dependencies

X86

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At misc/Kconfig:361

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → Boot Options

config BOOTLOADER_UNKNOWN
    bool
    prompt "Generic boot loader support" if X86
    depends on X86
    help
      This option signifies that the target has a generic bootloader
      or that it supports multiple ways of booting and it isn't clear
      at build time which method is to be used. When this option is enabled
      the board may have to do extra work to ensure a proper startup.

(Definitions include propagated dependencies, including from if’s and menus.)