diff options
Diffstat (limited to 'config/kernel.in')
-rw-r--r-- | config/kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/kernel.in b/config/kernel.in index 964a25e8..770f496c 100644 --- a/config/kernel.in +++ b/config/kernel.in @@ -16,7 +16,7 @@ config KERNEL_LINUX config KERNEL_CYGWIN bool prompt "cygwin" - depends on ARCH_x86 || ARCH_x86_64 + depends on EXPERIMENTAL && ( ARCH_x86 || ARCH_x86_64 ) help Build a toolchain targeting systems running Windows/cygwin as a kernel. |