From 4d77ed9d99af5442d9fce889ce2199de773c4f08 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Fri, 7 Feb 2014 03:58:24 +0100 Subject: Kconfig: Move vendorcode menu up from the bottom to above Chipset menu Change-Id: Ic97a497a634533f44d94df297ca6e35d94c34565 Signed-off-by: Peter Stuge Reviewed-on: http://review.coreboot.org/5160 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Alexandru Gagniuc Reviewed-by: Aaron Durbin --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Kconfig') 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 -- cgit v1.1