From 2c867552786dde899b748547a535ef0d0c463e59 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 27 Jul 2023 14:18:47 +0100 Subject: [PATCH] boot: zephyr: Fix indication LED not selecting GPIO Makes indication LED Kconfig select GPIO so that it can work. Signed-off-by: Jamie McCrae --- boot/zephyr/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/zephyr/Kconfig b/boot/zephyr/Kconfig index 8a73728a8..41daac8de 100644 --- a/boot/zephyr/Kconfig +++ b/boot/zephyr/Kconfig @@ -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