aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-08-17 21:23:57 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-08-17 21:23:57 -0700
commit8712017d61d03afc91f6a96413213503a8cd205a (patch)
tree79312f4c16e787187d8886b7bf6d52741ad8342f /init
parent92b878843bfc925a86a452c8ce4ea045cb949416 (diff)
downloadhistory-8712017d61d03afc91f6a96413213503a8cd205a.tar.gz
Add CONFIG_BROKEN (default 'n') to hide known-broken drivers.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 0d1629e2339878..5c012aeb2a8fbd 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -32,6 +32,17 @@ 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
+ 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.
+
+ If unsure, say N.
+
endmenu