From 1b342263f0d8546b4eb9ba235bd3cb6524c9ffec Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 5 Jan 2011 02:27:53 +0000 Subject: move single options out of main menu and remove stray "options" Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6244 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/x86/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/arch/x86/Kconfig') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 6591159095..28a65b61a2 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 -- cgit v1.2.3