Add EXPERT kconfig option so we can hide more advanced options

from beginners who should rather not touch them unless they know what
they do.

Also, add a random Kconfig help comment.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4808 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2009-10-18 18:35:50 +00:00
parent 7f30050939
commit a29ad5cb09
2 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,14 @@ mainmenu "Coreboot Configuration"
menu "General setup" menu "General setup"
config EXPERT
bool "Expert mode"
help
This allows you to select certain advanced configuration options.
Warning: Only enable this option if you really know what you are
doing! You have been warned!
config LOCALVERSION config LOCALVERSION
string "Local version string" string "Local version string"
help help

View File

@ -29,6 +29,9 @@ config SMP
bool bool
default y if MAX_CPUS != 1 default y if MAX_CPUS != 1
default n default n
help
This option is used to enable certain functions to make coreboot
work correctly on symmetric multi processor (SMP) systems.
# Set MMX and SSE in socket or model if the CPU has them. # Set MMX and SSE in socket or model if the CPU has them.
# If all CPUs for the socket have MMX or SSE, set them there. # If all CPUs for the socket have MMX or SSE, set them there.