summaryrefslogtreecommitdiff
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2008-07-11 17:28:06 +0200
committerLiam Girdwood <lg@opensource.wolfsonmicro.com>2008-07-30 10:10:23 +0100
commit0eb5d5ab3ec99bfd22ff16797d95835369ffb25b (patch)
tree38f384a106bcfa8e92e37bf5459e755bc8a9c15b /drivers/regulator/Makefile
parente53e86c7ae123b11c269b0835c04e1b42ca4baed (diff)
regulator: TI bq24022 Li-Ion Charger driver
This adds a regulator driver for the TI bq24022 Single-Chip Li-Ion Charger with its nCE and ISET2 pins connected to GPIOs. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index 29528b78c8de..ac2c64efe65c 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -7,4 +7,6 @@ obj-$(CONFIG_REGULATOR) += core.o
obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
+obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
+
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG