crosstool-ng/config/kernel.in
Yann E. MORIN" 4ef6286f11 Remove dead entries for components not yet integrated: cygwin kernel, tcc...
Some fixups in config entries, to avoid warnings when parsed by the kconfig parser.
2007-05-13 21:11:27 +00:00

26 lines
331 B
Plaintext

# Kernel options
menu "Kernel"
choice
bool
prompt "Target OS"
default KERNEL_LINUX
config KERNEL_LINUX
bool
prompt "linux"
help
Build a toolchain targeting systems running Linux as a kernel.
endchoice
config KERNEL_VERSION
string
if KERNEL_LINUX
source config/kernel_linux.in
endif
endmenu