Просмотр исходного кода

no default for debugsfs, add option for debug info

Waldemar Brodkorb 13 лет назад
Родитель
Сommit
1472c499c8
1 измененных файлов с 7 добавлено и 1 удалено
  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
 config ADK_KERNEL_DEBUG_FS
 	prompt "Debug Filesystem"
 	prompt "Debug Filesystem"
 	boolean
 	boolean
-	default y
+	default n
 	help
 	help
 	  debugfs is a virtual file system that kernel developers use to put
 	  debugfs is a virtual file system that kernel developers use to put
 	  debugging files into.  Enable this option to be able to read and
 	  debugging files into.  Enable this option to be able to read and
 	  write to these files.
 	  write to these files.
 
 
+config ADK_KERNEL_DEBUG_INFO
+	prompt "Debug info"
+	boolean
+	default n
+	help
+
 config ADK_KERNEL_DEBUG_WITH_KGDB
 config ADK_KERNEL_DEBUG_WITH_KGDB
 	prompt "Enable remote kernel debugging using KGDB"
 	prompt "Enable remote kernel debugging using KGDB"
 	boolean
 	boolean