diff options
author | Petr Mladek <pmladek@suse.com> | 2021-08-30 16:36:10 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2021-08-30 16:36:10 +0200 |
commit | c985aafb60e972c0a6b8d0bd65e03af5890b748a (patch) | |
tree | fb75c6e5330663eeaff707dee672762e607e2f0b /init | |
parent | Merge branch 'rework/fixup-for-5.15' into for-linus (diff) | |
parent | lib/nmi_backtrace: Serialize even messages about idle CPUs (diff) | |
download | linux-c985aafb60e972c0a6b8d0bd65e03af5890b748a.tar.xz linux-c985aafb60e972c0a6b8d0bd65e03af5890b748a.zip |
Merge branch 'rework/printk_safe-removal' into for-linus
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init/Kconfig b/init/Kconfig index ccffa7ae5ccc..a2bbe49893af 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1523,11 +1523,6 @@ config PRINTK very difficult to diagnose system problems, saying N here is strongly discouraged. -config PRINTK_NMI - def_bool y - depends on PRINTK - depends on HAVE_NMI - config BUG bool "BUG() support" if EXPERT default y |