From: Andrew Morton Date: Tue, 15 Jul 2025 00:20:02 +0000 (-0700) Subject: init/Kconfig: restore CONFIG_BROKEN help text X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fefbeed8c6f62dc10f80a6b1787e75de2c64ad0d;p=thirdparty%2Flinux.git init/Kconfig: restore CONFIG_BROKEN help text Linus added it in 2003, it later was removed. Put it back. Cc: Anshuman Khandual Cc: Borislav Betkov Cc: David S. Miller Cc: Ingo Molnar Cc: Thomas Gleinxer Cc: Christophe Leroy Signed-off-by: Andrew Morton --- diff --git a/init/Kconfig b/init/Kconfig index 666783eb50abd..c66a33865f1f1 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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