Add EXPERT kconfig option so we can hide more advanced options
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 18 Oct 2009 18:35:50 +0000 (18:35 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 18 Oct 2009 18:35:50 +0000 (18:35 +0000)
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

src/Kconfig
src/cpu/Kconfig

index e6a12b51f27908c32f71dd3a453af1fbd377cb20..083553ffa0bf841d620354d108e0ac4ca35b2252 100644 (file)
@@ -29,6 +29,14 @@ mainmenu "Coreboot Configuration"
 
 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
        string "Local version string"
        help
index 4240560bffadf5e12b834c16c95363d376ef0f84..8f51a4f3287cdb5183ec11ddde9712131ecc9021 100644 (file)
@@ -29,6 +29,9 @@ config SMP
        bool
        default y if MAX_CPUS != 1
        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.
 # If all CPUs for the socket have MMX or SSE, set them there.