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@linaro.org>2012-03-19 09:02:41 +0100
commit7be26df1891f9ae3996d96b33535fbcc006123f9 (patch)
treed3ce4828446c4fe91e1b54a1b09b5b151311b19f /arch
parent2c2a7dd9b26279bc8adff7a2f24243977f8d6fad (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 c59e8b892d6..544d300e7ac 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -72,4 +72,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