Skip to content

Commit

Permalink
boot: zephyr: Fix indication LED not selecting GPIO
Browse files Browse the repository at this point in the history
Makes indication LED Kconfig select GPIO so that it can work.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Jul 27, 2023
1 parent 5404130 commit 2c86755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c86755

Please sign in to comment.