aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coquelin <maxime.coquelin-nonst@stericsson.com>2011-03-03 09:05:25 +0100
committerHenrik Öhman <henrik.ohman@stericsson.com>2011-03-15 13:30:25 +0100
commite3b01039853ef46e2d8bc1dfc6cfcdb2a2d2ebc2 (patch)
tree3ef7ecf3c2545d78edc4e57e541b2c6474c0a101
parentce198720a9e8f7f42dcf48766367dfb1e3208f15 (diff)
ARM: ux500: mach Kconfig clean-up
Remove U5500_MLOADER_HELPER Kconfig entry ST-Ericsson ID: 258978 Signed-off-by: Maxime Coquelin <maxime.coquelin-nonst@stericsson.com> Change-Id: I88ba890bc9f869a3e87de6512262fffa4c2300d6 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17482 Reviewed-by: Julius GUSTAVSSON <julius.gustavsson@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index e57c24953b1..68b4fd7a733 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -253,14 +253,5 @@ config DB8500_MLOADER
Adds Modem firmware upload/download support to DB8500.
source "arch/arm/mach-ux500/Kconfig-arch"
-
-
-config U5500_MLOADER_HELPER
- bool "mLoader helper, mem config from kernel boot args exported to sysfs"
- default y
- depends on UX500_SOC_DB5500
- help
- Link between boot args and user space program that loads the modem ELF
-
source "arch/arm/mach-ux500/pm/Kconfig"
endif