diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-03-09 07:02:38 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 05:42:09 -0400 |
commit | 798a8eee44da56b4f2e000ff81dfb49d09c65b71 (patch) | |
tree | 5c3e84120a8b20ff076100ada5ec2a3367949e36 /drivers/mfd/Makefile | |
parent | f04ddfcd24bf3c1f987eaf634a84998044e616d3 (diff) |
mfd: Add a core driver for TI TPS61050/TPS61052 chips v2
The TPS61050/TPS61052 are boost converters, LED drivers, LED flash
drivers and a simple GPIO pin chips.
Cc: Liam Girdwood <lrg@slimlogic.co.uk>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Jonas Aberg <jonas.aberg@stericsson.com>
Cc: Ola Lilja <ola.o.lilja@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 0e9f0c51449d..47f5709f3828 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -33,6 +33,7 @@ obj-$(CONFIG_MFD_WM8350) += wm8350.o | |||
33 | obj-$(CONFIG_MFD_WM8350_I2C) += wm8350-i2c.o | 33 | obj-$(CONFIG_MFD_WM8350_I2C) += wm8350-i2c.o |
34 | obj-$(CONFIG_MFD_WM8994) += wm8994-core.o wm8994-irq.o | 34 | obj-$(CONFIG_MFD_WM8994) += wm8994-core.o wm8994-irq.o |
35 | 35 | ||
36 | obj-$(CONFIG_TPS6105X) += tps6105x.o | ||
36 | obj-$(CONFIG_TPS65010) += tps65010.o | 37 | obj-$(CONFIG_TPS65010) += tps65010.o |
37 | obj-$(CONFIG_TPS6507X) += tps6507x.o | 38 | obj-$(CONFIG_TPS6507X) += tps6507x.o |
38 | obj-$(CONFIG_MENELAUS) += menelaus.o | 39 | obj-$(CONFIG_MENELAUS) += menelaus.o |