summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:56 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:56 +0200
commitfe72c6b8fe520a626d91dc690760ab1e30626cca (patch)
tree0b3200c99d580cd7eda8a46d207dc8c4f77489e1 /arch/arm
parenta4b07792b94e2e13a9b0c8e0847e24d4bfc318d4 (diff)
downloadbarebox-fe72c6b8fe520a626d91dc690760ab1e30626cca.tar.gz
barebox-fe72c6b8fe520a626d91dc690760ab1e30626cca.tar.xz
svn_rev_466
add CMDLINE_TAG SETUP_MEMORY_TAGS and INITRD_TAG to Kconfig
Diffstat (limited to 'arch/arm')
-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