summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-11-18 09:45:25 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:07:17 +0200
commit8da7b2539b8a1cc9b03f1854ac12298064494c89 (patch)
tree01f8ab10de8ef3e6e84c0f6085de7182233fe21b /arch
parentdf2d23c69df125ec12ca3cf2babc5acfd4159a85 (diff)
mach-ux500: For topic branches isolation, define Modem Loaders config flags here
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index ef7099eea0f..983da1319bd 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -88,4 +88,18 @@ config U5500_MBOX
help
Add support for U5500 mailbox communication with modem side
+config DB8500_MLOADER
+ bool "Modem firmware upload/download support"
+ depends on UX500_SOC_DB8500
+ select DBX500_MLOADER
+ help
+ Adds Modem firmware upload/download support to DB8500.
+
+config U5500_MLOADER
+ bool "mLoader, mem config from kernel boot args exported to sysfs"
+ depends on UX500_SOC_DB5500
+ help
+ Link between boot args and user space program that loads the modem ELF.
+ This is used to expose the modem parameters using sysfs interface.
+
endif