summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2da34a368a..bc0186da4f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -53,6 +53,29 @@ endchoice
config ARM920T
bool
+menu "Arm specific settings"
+
+config CMDLINE_TAG
+ bool "Send commandline to kernel"
+ default y
+ help
+ If you want to start a 2.6 kernel say y here.
+
+config SETUP_MEMORY_TAGS
+ bool "send memory definition to kernel"
+ default y
+ help
+ If you want to start a 2.6 kernel say y here.
+
+config INITRD_TAG
+ bool "send initrd params to kernel"
+ default y
+ help
+ If you want to start a 2.6 kernel and use an
+ initrd image say y here.
+
+endmenu
+
source common/Kconfig
source net/Kconfig
source drivers/Kconfig