[coreboot-gerrit] New patch to review for coreboot: payloads: Move secondary payloads inside of a submenu

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Mar 8 03:24:38 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13941

-gerrit

commit 598672e91687c61616269e9ce9e3e91d621ba613
Author: Martin Roth <martinroth at google.com>
Date:   Mon Mar 7 19:21:45 2016 -0700

    payloads: Move secondary payloads inside of a submenu
    
    To keep the list of 'secondary' payloads from cluttering the payloads
    menu, move them into their own menu under the payloads menu.  Then they
    don't need any dependencies other than the architecture.
    
    Change-Id: I95119750c6ef627ef0de9b5f5cbad085a51ac2bb
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 payloads/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/payloads/Kconfig b/payloads/Kconfig
index 6ae2ecd..c7b9e2a 100644
--- a/payloads/Kconfig
+++ b/payloads/Kconfig
@@ -59,6 +59,8 @@ config PAYLOAD_IS_FLAT_BINARY
 	  Add the payload to cbfs as a flat binary type instead of as an
 	  elf payload
 
+menu "Secondary Payloads"
+
 config COREINFO_SECONDARY_PAYLOAD
 	bool "Load coreinfo as a secondary payload"
 	default n
@@ -70,9 +72,10 @@ config COREINFO_SECONDARY_PAYLOAD
 config MEMTEST_SECONDARY_PAYLOAD
 	bool "Load Memtest86+ as a secondary payload"
 	default n
-	depends on ARCH_X86  && !PAYLOAD_NONE
+	depends on ARCH_X86
 	help
 	  Memtest86+ can be loaded as a secondary payload under SeaBIOS, GRUB,
 	  or any other payload that can load additional payloads.
 
+endmenu # "Secondary Payloads"
 endmenu



More information about the coreboot-gerrit mailing list