summaryrefslogtreecommitdiff
path: root/config/kernel.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel.in')
-rw-r--r--config/kernel.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/kernel.in b/config/kernel.in
index 770f496..2eaf4e3 100644
--- a/config/kernel.in
+++ b/config/kernel.in
@@ -13,13 +13,6 @@ config KERNEL_LINUX
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 @@ if KERNEL_LINUX
source config/kernel_linux.in
endif
-if KERNEL_CYGWIN
-source config/kernel_cygwin.in
-endif
-
endmenu