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 d660985218c90592df1c0e0dfa6af89898e273cc 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 31a41ab..94fea2d 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" @@ -1108,5 +1110,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