summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-16 09:19:48 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-16 09:19:48 +0100
commit1cde61b28dc258da57453ae7620b3e2882fe6f7c (patch)
treef94389fbe189771380332b105fb28fd2a809a774 /target/linux/config/Config.in.kernel
parentd743beaf03d768faad56be9bdf8d12c35c4f3fd7 (diff)
allow to disable kernel commandline
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 9d25986de..d33326d7a 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -175,11 +175,18 @@ config ADK_KERNEL_MMU
default n if ADK_TARGET_UCLINUX
default y
+onfig ADK_TARGET_NO_CMDLINE
+ bool "Do not builtin any kernel cmdline"
+ help
+ No kernel command line modifictaion is done.
+
config ADK_KERNEL_SMP
bool "Enable symmetric multi processing"
depends on ADK_TARGET_WITH_SMP
default y if ADK_TARGET_WITH_SMP
default n
+ help
+ Enable symmetric multi processing support.
config ADK_KERNEL_HIGHMEM
bool "Enable high memory"
@@ -188,9 +195,13 @@ config ADK_KERNEL_HIGHMEM
default y if ADK_TARGET_CUBOX_I2EX
default y if ADK_TARGET_SYSTEM_IBM_X40
default n
+ help
+ Enable high memory support.
config ADK_KERNEL_PREEMPT
bool "Enable preemptive kernel"
+ help
+ Enable preemptive mode.
config ADK_KERNEL_BCM2708_DT
bool "Enable Devicetree support"