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
This commit is contained in:
Stefan Reinauer
2011-01-05 02:27:53 +00:00
committed by Stefan Reinauer
parent 355632bc31
commit 1b342263f0
3 changed files with 8 additions and 1 deletions

View File

@@ -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