Commit 2c867552 authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

boot: zephyr: Fix indication LED not selecting GPIO



Makes indication LED Kconfig select GPIO so that it can work.

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent 5404130e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,7 @@ config MCUBOOT_LOG_THREAD_STACK_SIZE

config MCUBOOT_INDICATION_LED
	bool "Turns on LED indication when device is in DFU"
	default n
	select GPIO
	help
	  Device device activates the LED while in bootloader mode.
	  mcuboot-led0 alias must be set in the device's .dts