]> err.no Git - linux-2.6/blobdiff - fs/Kconfig
powerpc: Add base support for the Freescale MPC8349E-mITX eval board
[linux-2.6] / fs / Kconfig
index c0afaccad6097cdad6219a6f324a668d5f1fc25d..1cdc043922d518220ab51d640d2b29c55f037de2 100644 (file)
@@ -776,7 +776,8 @@ endmenu
 menu "Pseudo filesystems"
 
 config PROC_FS
-       bool "/proc file system support"
+       bool "/proc file system support" if EMBEDDED
+       default y
        help
          This is a virtual file system providing information about the status
          of the system. "Virtual" means that it doesn't take up any space on
@@ -1375,6 +1376,14 @@ config UFS_FS_WRITE
          Say Y here if you want to try writing to UFS partitions. This is
          experimental, so you should back up your UFS partitions beforehand.
 
+config UFS_DEBUG
+       bool "UFS debugging"
+       depends on UFS_FS
+       help
+         If you are experiencing any problems with the UFS filesystem, say
+         Y here.  This will result in _many_ additional debugging messages to be
+         written to the system log.
+
 endmenu
 
 menu "Network File Systems"