From a29ad5cb09c1fd983bbace35185148630c62de5d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 18 Oct 2009 18:35:50 +0000 Subject: 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 Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4808 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index e6a12b51f2..083553ffa0 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -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 -- cgit v1.2.3