summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
authorSesahgiri.Holi <seshagiri.holi@stericsson.com>2011-04-18 16:21:08 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:25 +0200
commit815dba5413ebbb705c797be90ecd748e912db534 (patch)
treebf8249cbaa207d783f38f10244a14d7ca7a7c232 /arch/arm/mach-ux500/Kconfig
parenta7ef6a5c674be62204de4791e5fbb3a32da43b18 (diff)
mach_ux500: Add support for mloader.
Add support for mloader platform driver for u4500. ST-Ericsson ID: AP 335929 ST-Ericsson FOSS-OUT ID: NA Change-Id: I0df37c29121097e078277b8989d33dfc9963a1f4 Signed-off-by: Sesahgiri.Holi <seshagiri.holi@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21012 Reviewed-by: Martin PERSSON <martin.persson@stericsson.com> Reviewed-by: Preetham-rao K <preetham.rao@stericsson.com> Tested-by: Preetham-rao K <preetham.rao@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r--arch/arm/mach-ux500/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index cd835ecc219..9a805655e78 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -146,6 +146,13 @@ config DB8500_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.
+
config UX500_DEBUG_HWREG
bool "Debug hardware registers from userspace"
depends on (DEBUG_FS && UX500_SOC_DB8500)