[PATCH] Change dash2underscore() return value to char
[pandora-kernel.git] / lib / Kconfig.debug
index 0bda3c5..6e8a60f 100644 (file)
@@ -172,7 +172,7 @@ config DEBUG_IOREMAP
 
 config DEBUG_FS
        bool "Debug Filesystem"
-       depends on DEBUG_KERNEL && SYSFS
+       depends on SYSFS
        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
@@ -203,7 +203,6 @@ config UNWIND_INFO
        bool "Compile the kernel with frame unwind information"
        depends on !IA64
        depends on !MODULES || !(MIPS || PARISC || PPC || SUPERH || SPARC64 || V850)
-       default DEBUG_KERNEL
        help
          If you say Y here the resulting kernel image will be slightly larger
          but not slower, and it will give very useful debugging information.