Skip to content

Commit fefbeed

Browse files
committed
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>
1 parent a9ed442 commit fefbeed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

init/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ menu "General setup"
169169

170170
config BROKEN
171171
bool
172+
help
173+
This option allows you to choose whether you want to try to
174+
compile (and fix) old drivers that haven't been updated to
175+
new infrastructure.
172176

173177
config BROKEN_ON_SMP
174178
bool

0 commit comments

Comments
 (0)