aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorJin Park <jinyoungp@nvidia.com>2011-07-04 17:43:42 +0900
committerSamuel Ortiz <sameo@linux.intel.com>2011-07-31 23:28:26 +0200
commitf7eb6c5e8e5e1e96c36763778e9a78b9da6fcd31 (patch)
tree2a1981407f4d09556fdf7ed16f5cb4007c43ce0a /drivers/regulator/Makefile
parent4b0d711be39f927200e4aaee51176091f9ba22e2 (diff)
regulator: aat2870: Add AAT2870 regulator driver
Add regulator driver for AnalogicTech AAT2870. Signed-off-by: Jin Park <jinyoungp@nvidia.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index 87ba2fd1dbc..040d5aa6353 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -44,5 +44,6 @@ obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o
obj-$(CONFIG_REGULATOR_AB8500) += ab8500.o
obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o
obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
+obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG