Peter Stuge (peter@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@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@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