:orphan: .. title:: IS_SECURE_BOOTLOADER .. option:: CONFIG_IS_SECURE_BOOTLOADER *Current app is bootloader* Type: ``bool`` Help ==== This option is set by the first stage bootloader app to include all files and set all the options required. Direct dependencies =================== !\ :option:`KERNEL ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SECURE_BOOT_CRYPTO ` if !\ :option:`KERNEL ` - \ :option:`SW_VECTOR_RELAY ` if \ :option:`SOC_SERIES_NRF51X ` && !\ :option:`KERNEL ` - \ :option:`FW_METADATA ` if !\ :option:`KERNEL ` Kconfig definition ================== .. highlight:: kconfig At ``../nrf/subsys/bootloader/Kconfig:94`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:10`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9`` → ``../nrf/subsys/Kconfig:8`` Menu path: (top menu) → Nordic nRF Connect .. parsed-literal:: menuconfig IS_SECURE_BOOTLOADER bool prompt "Current app is bootloader" if !\ :option:`KERNEL ` select \ :option:`SECURE_BOOT_CRYPTO ` if !\ :option:`KERNEL ` select \ :option:`SW_VECTOR_RELAY ` if \ :option:`SOC_SERIES_NRF51X ` && !\ :option:`KERNEL ` select \ :option:`FW_METADATA ` if !\ :option:`KERNEL ` depends on !\ :option:`KERNEL ` help This option is set by the first stage bootloader app to include all files and set all the options required. *(Definitions include propagated dependencies, including from if's and menus.)*