Skip to content

Commit 5f9bb85

Browse files
committed
[nrf noup] boot: zephyr: firmware_loader: Allow GPIO usage in BM
Allows GPIO entrance mode when bare metal is used, this is needed because the zephyr GPIO drivers are not used, therefore the Kconfig will not be enabled Signed-off-by: Jamie McCrae <[email protected]>
1 parent f7b0ac7 commit 5f9bb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/Kconfig.firmware_loader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menu "Firmware loader entrance methods"
88

99
menuconfig BOOT_FIRMWARE_LOADER_ENTRANCE_GPIO
1010
bool "GPIO"
11-
depends on GPIO
11+
depends on GPIO || NCS_BM
1212
help
1313
Use a GPIO to enter firmware loader mode.
1414

0 commit comments

Comments
 (0)