init/Kconfig: restore CONFIG_BROKEN help text
Linus added it in 2003, it later was removed. Put it back. Cc: Anshuman Khandual <anshuman.khandual@arm.com> Cc: Borislav Betkov <bp@alien8.de> Cc: David S. Miller <davem@davemloft.net> Cc: Ingo Molnar <mingo@redhat.com> Cc: Thomas Gleinxer <tglx@linutronix.de> Cc: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
a9ed4422ad
commit
fefbeed8c6
|
@ -169,6 +169,10 @@ menu "General setup"
|
|||
|
||||
config BROKEN
|
||||
bool
|
||||
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.
|
||||
|
||||
config BROKEN_ON_SMP
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue