Browse Source

no default for debugsfs, add option for debug info

Waldemar Brodkorb 11 years ago
parent
commit
1472c499c8
1 changed files with 7 additions and 1 deletions
  1. 7 1
      target/linux/config/Config.in.debug

+ 7 - 1
target/linux/config/Config.in.debug

@@ -59,12 +59,18 @@ config ADK_KERNEL_MAGIC_SYSRQ
 config ADK_KERNEL_DEBUG_FS
 	prompt "Debug Filesystem"
 	boolean
-	default y
+	default n
 	help
 	  debugfs is a virtual file system that kernel developers use to put
 	  debugging files into.  Enable this option to be able to read and
 	  write to these files.
 
+config ADK_KERNEL_DEBUG_INFO
+	prompt "Debug info"
+	boolean
+	default n
+	help
+
 config ADK_KERNEL_DEBUG_WITH_KGDB
 	prompt "Enable remote kernel debugging using KGDB"
 	boolean