summaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2011-01-05 02:27:53 +0000
committerStefan Reinauer <stepan@openbios.org>2011-01-05 02:27:53 +0000
commitbb2623c0127262ce7c3d1f1890cd72dc7d2844db (patch)
treeb65ce4d2dfac1e695c74c4a9e84777b48e27e7ad /src/arch/x86
parent98d41ed3359fb9dcbddc8d717bfea3c1180d9541 (diff)
move single options out of main menu and remove stray "options"
Signed-off-by: Stefan Reinauer <stepan@coreboot.org> Acked-by: Stefan Reinauer <stepan@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6244 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 659115909..28a65b61a 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -1,3 +1,5 @@
+menu "Architecture (x86)"
+
# This is an SMP option. It relates to starting up APs.
# It is usually set in mainboard/*/Kconfig.
# TODO: Improve description.
@@ -91,3 +93,5 @@ config BOOTBLOCK_NORTHBRIDGE_INIT
config BOOTBLOCK_SOUTHBRIDGE_INIT
string
+
+endmenu