aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
authorPaer-Olof Haakansson <par-olof.hakansson@stericsson.com>2010-06-01 11:49:20 +0200
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:30 -0600
commit7fb4b4344dcbfd8115bcf075c7f07c748d2a7ef1 (patch)
tree62f630181220d032934a32981235572dbfecb27d /arch/arm/mach-ux500/Kconfig
parent1453f8259ef4100ca689884d5d754761cc10a64f (diff)
mLoader_helper: pass modem ELF settings from CMDLINE to user space
U-boot parses the modem ELF and places the modem ELF settings in the CMDLINE. mLoader_helper picks up these settings and makes them available in sysfs for the mloader utlity to use when loading the modem ELF. ST-Ericsson ID: WP253874 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/494 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Jonas ABERG <jonas.aberg@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Change-Id: I5bae8e3f0d42042d041c1863d1de0b853f3a2b4e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2379
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rwxr-xr-xarch/arm/mach-ux500/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index df96996d521..cad7589e91e 100755
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -78,4 +78,12 @@ config FORCE_MAX_ZONEORDER
int "Maximum zone order"
default "12"
+config U5500_MLOADER_HELPER
+ bool "mLoader helper, mem config from kernel boot args exported to sysfs"
+ default n
+ depends on MACH_U5500_SIMULATOR
+ help
+ Link between boot args and user space program that loads the modem ELF
+
+
endif