diff options
author | Mattias Wallin <mattias.wallin@stericsson.com> | 2010-05-10 18:25:29 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-27 19:37:46 -0400 |
commit | 09bcb3f3369e164bf51b3b566b865f2514b23e8c (patch) | |
tree | 782010db7f97607558f662fd39ac81eaa4f09886 /drivers/mfd/Makefile | |
parent | fa661258a27aa74aaf741882053d195291cefb75 (diff) |
mfd: AB3550 core driver
This adds a core driver for the AB3550 mixed-signal circuit
found in the ST-Ericsson U300 platforms. This driver
is a singleton proxy for all access to the AB3550 sub
functionality drivers which can be added on top of this one:
RTC, regulators, battery and system power control, vibrator,
LEDs and an ALSA codec.
Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 4b8ad04ff8e2..4c684c137d43 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -64,6 +64,7 @@ obj-$(CONFIG_ABX500_CORE) += abx500-core.o | |||
64 | obj-$(CONFIG_AB3100_CORE) += ab3100-core.o | 64 | obj-$(CONFIG_AB3100_CORE) += ab3100-core.o |
65 | obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o | 65 | obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o |
66 | obj-$(CONFIG_AB4500_CORE) += ab4500-core.o | 66 | obj-$(CONFIG_AB4500_CORE) += ab4500-core.o |
67 | obj-$(CONFIG_AB3550_CORE) += ab3550-core.o | ||
67 | obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o | 68 | obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o |
68 | obj-$(CONFIG_PMIC_ADP5520) += adp5520.o | 69 | obj-$(CONFIG_PMIC_ADP5520) += adp5520.o |
69 | obj-$(CONFIG_LPC_SCH) += lpc_sch.o | 70 | obj-$(CONFIG_LPC_SCH) += lpc_sch.o |