vserver 1.9.5.x5
[linux-2.6.git] / arch / ppc / Kconfig.debug
index 0df2814..d2e1eea 100644 (file)
@@ -53,18 +53,6 @@ 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
@@ -78,7 +66,7 @@ config SERIAL_TEXT_DEBUG
 
 config PPC_OCP
        bool
-       depends on IBM_OCP || FSL_OCP
+       depends on IBM_OCP || FSL_OCP || XILINX_OCP
        default y
 
 endmenu