diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-03-20 13:32:02 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-03-20 15:39:14 +0100 |
commit | fda1941b8eab786112afe91088fa0a1ed4880360 (patch) | |
tree | 2041426e60e9df5a56dc235c7ff1fcb6bfe43e02 /arch/m68k | |
parent | 7f400a1dc29f3ed6cb0fe0e58f706b6933f72625 (diff) |
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 <lukas.bulwahn@gmail.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20230320123202.14474-1-lukas.bulwahn@gmail.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.debug | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index 465e28be0ce4..30638a6e8edc 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 |