crosstool-ng/config/kernel.in
Yann E. MORIN" c7df47dcea In generated choice menus, move the selection options outside the choice menu.
/trunk/kconfig/kconfig.mk |   60    35    25     0 +++++++++++++++++++++++++++++++----------------------
 /trunk/config/kernel.in   |    6     0     6     0 -----
 /trunk/config/target.in   |    6     0     6     0 -----
 3 files changed, 35 insertions(+), 37 deletions(-)
2008-10-12 11:22:46 +00:00

20 lines
326 B
Plaintext

# Kernel options
menu "Operating System"
# Config option used throughout the config and code to determine wether
# we have a kernel or not (there might be different bare metal stuff...
config BARE_METAL
bool
default n
config KERNEL
string
config KERNEL_VERSION
string
source config.gen/kernel.in
endmenu