-
CONFIG_SB_SIGNING_PYTHON
¶
Sign with Python ecdsa library.
Type: bool
Direct dependencies¶
<choice SB_SIGNING: Firmware signing method>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/subsys/bootloader/Kconfig:49
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Use Secure Bootloader → Firmware signing method
config SB_SIGNING_PYTHON
bool "Sign with Python ecdsa library."
select SB_PRIVATE_KEY_PROVIDED
depends on <choice SB_SIGNING>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)