Commit af8b3563 authored by Linus Torvalds's avatar Linus Torvalds

Instead of asking for "broken drivers", ask for a "clean compile".

This makes "allyesconfig" do a better job.
parent a87d6bc0
...@@ -32,16 +32,19 @@ config EXPERIMENTAL ...@@ -32,16 +32,19 @@ config EXPERIMENTAL
you say Y here, you will be offered the choice of using features or 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. drivers that are currently considered to be in the alpha-test phase.
config BROKEN config CLEAN_COMPILE
bool "Prompt for old and known-broken drivers" bool "Don't select drivers known to be broken" if EXPERIMENTAL
depends on EXPERIMENTAL default y
default n
help help
This option allows you to choose whether you want to try to Select this option if you don't even want to see the option
compile (and fix) old drivers that haven't been updated to to configure known-broken drivers.
new infrastructure.
If unsure, say N. If unsure, say Y
config BROKEN
bool
depends on !CLEAN_COMPILE
default y
config BROKEN_ON_SMP config BROKEN_ON_SMP
bool bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment