diff mbox series

[1/4] Kconfig: Move U-Boot unavailability message to choice

Message ID 20200930231528.2179-2-bastiangermann@fishpost.de
State Accepted
Headers show
Series Minor Kconfig changes | expand

Commit Message

Bastian Germann Sept. 30, 2020, 11:15 p.m. UTC
Move the message about the preconditions for U-Boot support to the choice
section to match the EFI Boot Guard entry behaviour.

Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
---
 bootloader/Config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/bootloader/Config.in b/bootloader/Config.in
index 24e57a5..1feb3b1 100644
--- a/bootloader/Config.in
+++ b/bootloader/Config.in
@@ -23,6 +23,9 @@  config UBOOT
 	  Support for U-Boot
 	  https://www.denx.de/wiki/U-Boot
 
+comment "U-Boot support needs libubootenv and libz"
+	depends on !HAVE_LIBUBOOTENV || !HAVE_ZLIB
+
 config BOOTLOADER_NONE
 	bool "Environment in RAM"
 	help
@@ -46,9 +49,6 @@  config UBOOT_FWENV
 	  in the tools directory. It tells where the U-Boot
 	  environment is saved.
 
-comment "U-Boot support needs libubootenv, libz"
-	depends on !HAVE_LIBUBOOTENV || !HAVE_ZLIB
-
 choice
 	prompt "Update Status Storage"
 	help