Skip to content

Commit 23ba7cd

Browse files
committed
[nrf noup] boot: zephyr: serial_recovery: 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 <jamie.mccrae@nordicsemi.no>
1 parent f7b0ac7 commit 23ba7cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot/zephyr/Kconfig.serial_recovery

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ menu "Entrance methods"
142142
menuconfig BOOT_SERIAL_ENTRANCE_GPIO
143143
bool "GPIO"
144144
default y
145-
depends on GPIO
145+
depends on GPIO || NCS_BM
146146
help
147147
Use a GPIO to enter serial recovery mode.
148148

0 commit comments

Comments
 (0)