[coreboot-gerrit] New patch to review for coreboot: cbe91ff Kconfig: Move vendorcode menu up from the bottom to above Chipset menu

Peter Stuge (peter@stuge.se) gerrit at coreboot.org
Fri Feb 7 04:04:49 CET 2014


Peter Stuge (peter at stuge.se) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5160

-gerrit

commit cbe91ff4e72f4601b311b501f33bce593fc80465
Author: Peter Stuge <peter at stuge.se>
Date:   Fri Feb 7 03:58:24 2014 +0100

    Kconfig: Move vendorcode menu up from the bottom to above Chipset menu
    
    Change-Id: Ic97a497a634533f44d94df297ca6e35d94c34565
    Signed-off-by: Peter Stuge <peter at stuge.se>
---
 src/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index 88df9ae..50d414b 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -249,6 +249,8 @@ config HAVE_ARCH_MEMMOVE
 	bool
 	default n
 
+source src/vendorcode/Kconfig
+
 menu "Chipset"
 
 comment "CPU"
@@ -1086,5 +1088,3 @@ config POWER_BUTTON_IS_OPTIONAL
 	default n if !(POWER_BUTTON_DEFAULT_ENABLE || POWER_BUTTON_DEFAULT_DISABLE)
 	help
 	  Internal option that controls ENABLE_POWER_BUTTON visibility.
-
-source src/vendorcode/Kconfig



More information about the coreboot-gerrit mailing list