summaryrefslogtreecommitdiff
path: root/config/kernel.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel.in')
-rw-r--r--config/kernel.in14
1 files changed, 5 insertions, 9 deletions
diff --git a/config/kernel.in b/config/kernel.in
index 64b69c6..5c8a519 100644
--- a/config/kernel.in
+++ b/config/kernel.in
@@ -4,9 +4,11 @@ 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)...
+# FIXME use CT_KERNEL_bare_metal instead
config BARE_METAL
bool
+# FIXME use CT_KERNEL_windows instead
config WINDOWS
bool
@@ -16,13 +18,7 @@ config WINDOWS
config KERNEL_SUPPORTS_SHARED_LIBS
bool
-config KERNEL
- string
-
-config KERNEL_VERSION
- string
-
-source "config.gen/kernel.in"
+source "config/gen/kernel.in"
comment "Common kernel options"
@@ -30,6 +26,8 @@ config SHARED_LIBS
bool
prompt "Build shared libraries"
depends on KERNEL_SUPPORTS_SHARED_LIBS
+ # Building "shared flat" currently fails
+ depends on ARCH_USE_MMU || EXPERIMENTAL
default y
help
Say 'y' here, unless you don't want shared libraries.
@@ -37,6 +35,4 @@ config SHARED_LIBS
You might not want shared libraries if you're building for a target that
don't support it (maybe some nommu targets, for example, or bare metal).
-source "config.gen/kernel.in.2"
-
endmenu