Index: linux-2.6.8.1-ck/arch/i386/Kconfig =================================================================== --- linux-2.6.8.1-ck.orig/arch/i386/Kconfig 2004-08-19 20:12:04.360213554 +1000 +++ linux-2.6.8.1-ck/arch/i386/Kconfig 2004-08-19 20:13:16.428811393 +1000 @@ -875,21 +875,12 @@ config HZ_1000 config HZ_500 bool "500" -config HZ_200 - bool "200" - -config HZ_100 - bool "100" - endchoice config HZ int default "1000" if HZ_1000 default "500" if HZ_500 - default "200" if HZ_200 - default "100" if HZ_100 - endmenu menu "Power management options (ACPI, APM)"