crosstool-ng/config/kernel/bare-metal.in
Alexey Neyman 9fdb93cce0 Make comp.libs use generated templates, too
This allows us to include the component-to-package relation in the
generated kconfig files and make use of that information in the
show-config.sh script.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-11-29 23:44:49 -08:00

12 lines
411 B
Plaintext

# Bare metal config options
## no-package
## select BARE_METAL
##
## help 'Bare metal' refers to those programs that run without any kernel.
## help
## help You probably want to say 'y' here if you plan to use your compiler
## help to build bootloaders. It is not yet suitable to build Linux kernels,
## help though, because the APCI stuff relies on the target C library headers
## help being available?!?!...