This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ppc / Kconfig.debug
index d2e1eea..0df2814 100644 (file)
@@ -53,6 +53,18 @@ config BDI_SWITCH
          Unless you are intending to debug the kernel with one of these
          machines, say N here.
 
+config SCHEDSTATS
+       bool "Collect scheduler statistics"
+       depends on DEBUG_KERNEL && PROC_FS
+       help
+         If you say Y here, additional code will be inserted into the
+         scheduler and related routines to collect statistics about
+         scheduler behavior and provide them in /proc/schedstat.  These
+         stats may be useful for both tuning and debugging the scheduler
+         If you aren't debugging the scheduler or trying to tune a specific
+         application, you can say N to avoid the very slight overhead
+         this adds.
+
 config BOOTX_TEXT
        bool "Support for early boot text console (BootX or OpenFirmware only)"
        depends PPC_OF
@@ -66,7 +78,7 @@ config SERIAL_TEXT_DEBUG
 
 config PPC_OCP
        bool
-       depends on IBM_OCP || FSL_OCP || XILINX_OCP
+       depends on IBM_OCP || FSL_OCP
        default y
 
 endmenu