From: Lukas Bulwahn Date: Mon, 20 Mar 2023 12:32:02 +0000 (+0100) Subject: m68k: Remove obsolete config NO_KERNEL_MSG X-Git-Tag: v6.4-rc1~184^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda1941b8eab786112afe91088fa0a1ed4880360;p=thirdparty%2Flinux.git m68k: Remove obsolete config NO_KERNEL_MSG The use of the config NO_KERNEL_MSG is long gone. Remove this config from m68k's debug kernel configuration setup. Signed-off-by: Lukas Bulwahn Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20230320123202.14474-1-lukas.bulwahn@gmail.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index 465e28be0ce46..30638a6e8edcb 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug @@ -36,11 +36,6 @@ config HIGHPROFILE help Use a fast secondary clock to produce profiling information. -config NO_KERNEL_MSG - bool "Suppress Kernel BUG Messages" - help - Do not output any debug BUG messages within the kernel. - config BDM_DISABLE bool "Disable BDM signals" depends on COLDFIRE