diff options
author | Linus Walleij <linus.ml.walleij@gmail.com> | 2009-05-21 17:17:06 -0400 |
---|---|---|
committer | Samuel Ortiz <sameol@linux.intel.com> | 2009-06-17 13:41:34 -0400 |
commit | 14fa56917d73d823538151b0429d98211fa439c1 (patch) | |
tree | eba45067df4f622dc6656cf82a0c96ba73ab2150 /drivers/mfd/Makefile | |
parent | 516eca2726dce2ead8750366d8f66dd345ce55e3 (diff) |
mfd: add U300 AB3100 core support
This adds a core driver for the AB3100 mixed-signal circuit
found in the ST-Ericsson U300 series platforms. This driver
is a singleton proxy for all accesses to the AB3100
sub-drivers which will be merged on top of this one, RTC,
regulators, battery and system power control, vibrator,
LEDs, and an ALSA codec.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Reviewed-by: Mike Rapoport <mike@compulab.co.il>
Reviewed-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 3afb5192e4da..f5f337143e69 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -40,4 +40,5 @@ obj-$(CONFIG_PMIC_DA903X) += da903x.o | |||
40 | 40 | ||
41 | obj-$(CONFIG_MFD_PCF50633) += pcf50633-core.o | 41 | obj-$(CONFIG_MFD_PCF50633) += pcf50633-core.o |
42 | obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o | 42 | obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o |
43 | obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o \ No newline at end of file | 43 | obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o |
44 | obj-$(CONFIG_AB3100_CORE) += ab3100-core.o | ||