summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2014-02-07 03:58:24 +0100
committerPeter Stuge <peter@stuge.se>2014-02-11 21:37:29 +0100
commit4d77ed9d99af5442d9fce889ce2199de773c4f08 (patch)
tree0045b6e29da08970ce8dea45a962f452a4401357 /src/Kconfig
parent7c9bb41817988287c74f83512541355e7818c57f (diff)
downloadcoreboot-staging-4d77ed9d99af5442d9fce889ce2199de773c4f08.zip
coreboot-staging-4d77ed9d99af5442d9fce889ce2199de773c4f08.tar.gz
Kconfig: Move vendorcode menu up from the bottom to above Chipset menu
Change-Id: Ic97a497a634533f44d94df297ca6e35d94c34565 Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://review.coreboot.org/5160 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig4
1 files 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
OpenPOWER on IntegriCloud