mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
c7df47dcea
/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(-)
20 lines
326 B
Plaintext
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
|