mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
5e2ecc71c6
/trunk/config/kernel/bare-metal.experimental.in | 12 4 8 0 ++++-------- /trunk/config/kernel.in | 6 6 0 0 ++++++ 2 files changed, 10 insertions(+), 8 deletions(-)
26 lines
377 B
Plaintext
26 lines
377 B
Plaintext
# Kernel options
|
|
|
|
menu "Operating System"
|
|
|
|
# Config option used throughout the config and code to determine wether
|
|
# we hace a kernel or not (there might be different bare metal stuff...
|
|
config BARE_METAL
|
|
bool
|
|
default n
|
|
|
|
config KERNEL
|
|
string
|
|
|
|
config KERNEL_VERSION
|
|
string
|
|
|
|
choice
|
|
bool
|
|
prompt "Target OS"
|
|
|
|
source config.gen/kernel.in
|
|
|
|
endchoice
|
|
|
|
endmenu
|