aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-09-02 20:51:36 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-02 20:51:36 -0700
commit1e9cb0ae80e7b1fdb0e8d6fa934cf6a4367dcfb8 (patch)
treeccd49d02371b050fd32d30f1d3c94705ed4a9a58 /init
parentcd6f864715ce6b04f453c1454b530d3309b83cde (diff)
downloadhistory-1e9cb0ae80e7b1fdb0e8d6fa934cf6a4367dcfb8.tar.gz
Avoid a negative in config questions: we don't want to have users
forced into double negatives.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index c296f6bee03c06..31871d1982f228 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -33,7 +33,7 @@ config EXPERIMENTAL
drivers that are currently considered to be in the alpha-test phase.
config CLEAN_COMPILE
- bool "Don't select drivers known to be broken" if EXPERIMENTAL
+ bool "Select only drivers expected to compile cleanly" if EXPERIMENTAL
default y
help
Select this option if you don't even want to see the option