:orphan: .. title:: SECURE_BOOT .. option:: CONFIG_SECURE_BOOT *Use Secure Bootloader* Type: ``bool`` Help ==== Set this option to enable the first stage bootloader which verifies the signature of the app. Direct dependencies =================== !\ :option:`IS_SECURE_BOOTLOADER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`FW_INFO ` Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bootloader/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:8`` Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader .. parsed-literal:: config SECURE_BOOT bool "Use Secure Bootloader" select \ :option:`FW_INFO ` depends on !\ :option:`IS_SECURE_BOOTLOADER ` help Set this option to enable the first stage bootloader which verifies the signature of the app. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*