From fe72c6b8fe520a626d91dc690760ab1e30626cca Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:01:56 +0200 Subject: svn_rev_466 add CMDLINE_TAG SETUP_MEMORY_TAGS and INITRD_TAG to Kconfig --- arch/arm/Kconfig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'arch/arm/Kconfig') 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 -- cgit v1.2.3