aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-09-01 21:30:14 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-01 21:30:14 -0700
commitaf8b3563be2cc46bab716c5842a2fbae5668c742 (patch)
tree8ec658bbd3ccd04003fbf33a7111009cb1a5a8ce /init
parenta87d6bc0ebe34b0625bd76724e897153d5a4d28c (diff)
downloadhistory-af8b3563be2cc46bab716c5842a2fbae5668c742.tar.gz
Instead of asking for "broken drivers", ask for a "clean compile".
This makes "allyesconfig" do a better job.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig19
1 files changed, 11 insertions, 8 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 3b6e6d580e1dca..c296f6bee03c06 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -32,16 +32,19 @@ config EXPERIMENTAL
you say Y here, you will be offered the choice of using features or
drivers that are currently considered to be in the alpha-test phase.
-config BROKEN
- bool "Prompt for old and known-broken drivers"
- depends on EXPERIMENTAL
- default n
+config CLEAN_COMPILE
+ bool "Don't select drivers known to be broken" if EXPERIMENTAL
+ default y
help
- This option allows you to choose whether you want to try to
- compile (and fix) old drivers that haven't been updated to
- new infrastructure.
+ Select this option if you don't even want to see the option
+ to configure known-broken drivers.
- If unsure, say N.
+ If unsure, say Y
+
+config BROKEN
+ bool
+ depends on !CLEAN_COMPILE
+ default y
config BROKEN_ON_SMP
bool