diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-18 18:35:50 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-18 18:35:50 +0000 |
commit | a29ad5cb09c1fd983bbace35185148630c62de5d (patch) | |
tree | 5b534fc834355edd0fe2ab1bc06e2ca9cb6e09c8 /src/cpu/Kconfig | |
parent | 7f3005093960155749a03ea22137e6e28a492521 (diff) |
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
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 4240560bff..8f51a4f328 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -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. |