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.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/kernel/bare-metal.experimental.in b/config/kernel/bare-metal.experimental.in
deleted file mode 100644
index a05b97e..0000000
--- a/config/kernel/bare-metal.experimental.in
+++ /dev/null
@@ -1,11 +0,0 @@
-# Bare metal config options
-
-config KERNEL_bare_metal
- select BARE_METAL
- help
- 'Bare metal' refers to those programs that run without any kernel.
-
- You probably want to say 'y' here if you plan to use your compiler
- to build bootloaders. It is not yet suitable to build Linux kernels,
- though, because the APCI stuff relies on the target C library headers
- being available?!?!...