fs/fat: comment fix, fat_bits can be also 32
[linux-2.6-block.git] / mm / Kconfig
index a03131b6ba8e7877b537a77fa0c21f5cd005e275..390214da45463e0b134709af6f072ddcc9162f7d 100644 (file)
@@ -517,6 +517,12 @@ config CMA_DEBUG
          processing calls such as dma_alloc_from_contiguous().
          This option does not affect warning and error messages.
 
+config CMA_DEBUGFS
+       bool "CMA debugfs interface"
+       depends on CMA && DEBUG_FS
+       help
+         Turns on the DebugFS interface for CMA.
+
 config CMA_AREAS
        int "Maximum count of the CMA areas"
        depends on CMA