zephyr/Kconfig: fix CONFIG_MCUBOOT_INDICATION_LED usage

This option was reserved for serial recovery mode, while
it should be available for USB DFU as well.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
diff --git a/boot/zephyr/Kconfig b/boot/zephyr/Kconfig
index 3478234..da008ba 100644
--- a/boot/zephyr/Kconfig
+++ b/boot/zephyr/Kconfig
@@ -482,6 +482,14 @@
 	help
 	  Set the internal stack size for MCUBoot log processing thread.
 
+config MCUBOOT_INDICATION_LED
+	bool "Turns on LED indication when device is in DFU"
+	default n
+	help
+	  Device device activates the LED while in bootloader mode.
+	  bootloader-led0 alias must be set in the device's .dts
+	  definitions for this to work.
+
 menuconfig MCUBOOT_SERIAL
 	bool "MCUboot serial recovery"
 	default n
@@ -527,14 +535,6 @@
 	  Note that 0 is default upload target when no explicit
 	  selection is done.
 
-config MCUBOOT_INDICATION_LED
-	bool "Turns on LED indication when device is in DFU"
-	default n
-	help
-	  Device device activates the LED while in bootloader mode.
-	  bootloader-led0 alias must be set in the device's .dts
-	  definitions for this to work.
-
 config BOOT_MAX_LINE_INPUT_LEN
 	int "Maximum command line length"
 	default 512