diff -r 1207acb66003 -r aa1d248fa51b config/kernel.in --- a/config/kernel.in Sun May 06 13:42:10 2007 +0000 +++ b/config/kernel.in Sun May 13 21:11:27 2007 +0000 @@ -13,13 +13,6 @@ help Build a toolchain targeting systems running Linux as a kernel. -config KERNEL_CYGWIN - bool - prompt "cygwin" - depends on EXPERIMENTAL && ( ARCH_x86 || ARCH_x86_64 ) - help - Build a toolchain targeting systems running Windows/cygwin as a kernel. - endchoice config KERNEL_VERSION @@ -29,8 +22,4 @@ source config/kernel_linux.in endif -if KERNEL_CYGWIN -source config/kernel_cygwin.in -endif - endmenu