diff options
author | Petr Mladek <pmladek@suse.com> | 2021-08-30 17:36:10 +0300 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2021-08-30 17:36:10 +0300 |
commit | c985aafb60e972c0a6b8d0bd65e03af5890b748a (patch) | |
tree | fb75c6e5330663eeaff707dee672762e607e2f0b /init | |
parent | 715d3edb79c6c2b68dedf348b0aa96e61f360292 (diff) | |
parent | 26d1982fd17c2cac77f9cf764255362ccb28fe49 (diff) | |
download | linux-c985aafb60e972c0a6b8d0bd65e03af5890b748a.tar.xz |
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 |