aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-11-18 09:45:25 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-06 11:01:08 +0100
commit8286cacd7559ede40a48de8b869259941afbd920 (patch)
tree3f1ab4e96f7800f85091f1030f31c8a8c3f5a0aa
parent6dbd85ea1611629720c71df2923058ac29f800dc (diff)
mach-ux500: For topic branches isolation, define Modem Loaders config flags here
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-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 a3e0c8692f0..bb03fb14ff2 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -71,4 +71,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