VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
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 parent: 715d3edb79c6c2b68dedf348b0aa96e61f360292
Commit Summary:
Merge branch 'rework/printk_safe-removal' into for-linus
Diffstat:
1 file 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