boot: zephyr: Fix indication LED not selecting GPIO

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

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-07-27 14:18:47 +01:00 committed by Jamie
parent 5404130e20
commit 2c86755278
1 changed files with 1 additions and 1 deletions

View File

@ -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