summaryrefslogtreecommitdiff
path: root/config/kernel/bare-metal.experimental.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/bare-metal.experimental.in')
-rw-r--r--config/kernel/bare-metal.experimental.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/kernel/bare-metal.experimental.in b/config/kernel/bare-metal.experimental.in
new file mode 100644
index 0000000..7a4b574
--- /dev/null
+++ b/config/kernel/bare-metal.experimental.in
@@ -0,0 +1,15 @@
+# Bare metal config options
+
+config KERNEL_bare_metal
+ select BARE_METAL
+ help
+ Say 'y' here if you want a simple C compiler with no C library.
+
+ 'Bare metal' also refer to those programs that run without any kernel.
+
+ You probably want to say 'y' here if you plan to use your compiler
+ to build only kernels or bootloaders.
+
+config BARE_METAL
+ bool
+ default n