diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-04-13 12:11:36 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-05-01 22:39:55 (GMT) |
commit | 72fb92200d6c31b9982c06784e4bcff2f5b7d8b6 (patch) | |
tree | 9ebe8f94f118da799944c8067ec233de06c13356 /drivers/mfd/Makefile | |
parent | dece3709b71a704e810134056f1990922e574da1 (diff) | |
download | linux-72fb92200d6c31b9982c06784e4bcff2f5b7d8b6.tar.xz |
mfd/ab5500: delete AB5500 support
This platform has been obsoleted and was only available inside of
ST-Ericsson, no users of this code are left in the world. This
deletes the core U5500 support entirely in the same manner as the
obsoleted U8500 silicon was previously deleted.
Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Cc: Rabin Vincent <rabin.vincent@stericsson.com>
Cc: Jonas Aberg <jonas.aberg@stericsson.com>
Cc: Per Forlin <per.forlin@stericsson.com>
Cc: Ulf Hansson <ulf.hansson@stericsson.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 2f53081..669ba7d 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -87,8 +87,6 @@ obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o obj-$(CONFIG_ABX500_CORE) += abx500-core.o obj-$(CONFIG_AB3100_CORE) += ab3100-core.o obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o -obj-$(CONFIG_AB5500_CORE) += ab5500-core.o -obj-$(CONFIG_AB5500_DEBUG) += ab5500-debugfs.o obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-sysctrl.o obj-$(CONFIG_AB8500_DEBUG) += ab8500-debugfs.o obj-$(CONFIG_AB8500_GPADC) += ab8500-gpadc.o |