Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4
+4
init/Kconfig
··· 169 169 170 170 config BROKEN 171 171 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. 172 176 173 177 config BROKEN_ON_SMP 174 178 bool