diff -urN oldtree/init/Kconfig newtree/init/Kconfig
--- oldtree/init/Kconfig	2006-08-18 15:01:22.000000000 -0400
+++ newtree/init/Kconfig	2006-08-18 15:42:50.000000000 -0400
@@ -62,6 +62,25 @@
 
 endmenu
 
+menu "No-Sources CPU Scheduler:"
+choice
+        prompt "CPU Scheduler"
+        default STAIRCASE
+
+        config INGOSCHED
+          bool "Ingo Molnar's CPU Scheduling Policy (ingosched)"
+          help
+            This is the standard CPU scheduler which is an O(1) dual priority 
+            array scheduler with a hybrid interactive design.
+
+        config STAIRCASE
+          bool "Con Kolivas' CPU Scheduling Policy (staircase)"
+          help
+            This scheduler is an O(1) single priority array with a foreground-
+            background interactive design. (Currently default in no)
+endchoice
+endmenu
+
 menu "General setup"
 
 config LOCALVERSION
