Wim Vervoorn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36851 )
Change subject: src: Move vendorcode menu from chipset to last menu ......................................................................
src: Move vendorcode menu from chipset to last menu
Move the vendorcode menu from the chipset menu to a seperate item.
BUG=N/A TEST=build
Change-Id: I3b2aa3836e8d9a3242c6d1f3ba7b7821a5cfb9d3 Signed-off-by: Wim Vervoorn wvervoorn@eltan.com --- M src/Kconfig 1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/36851/1
diff --git a/src/Kconfig b/src/Kconfig index 56ebe82..971da15 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -444,7 +444,6 @@ source "src/ec/*/*/Kconfig"
source "src/southbridge/intel/common/firmware/Kconfig" -source "src/vendorcode/*/Kconfig"
source "src/arch/*/Kconfig"
@@ -1082,6 +1081,11 @@
endmenu
+menu "Vendorcode" + +source "src/vendorcode/*/Kconfig" + +endmenu
############################################################################### # Set variables with no prompt - these can be set anywhere, and putting at