regulator: Fix module desciption for tps65910 regulator
[deliverable/linux.git] / drivers / regulator / Makefile
CommitLineData
ba7e4763
LG
1#
2# Makefile for regulator drivers.
3#
4
5
688fe99a 6obj-$(CONFIG_REGULATOR) += core.o dummy.o
8f446e6f 7obj-$(CONFIG_OF) += of_regulator.o
ba7e4763
LG
8obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
9obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
1d98cccf 10obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
ba7e4763 11
3f0292ae 12obj-$(CONFIG_REGULATOR_GPIO) += gpio-regulator.o
8b385d9b 13obj-$(CONFIG_REGULATOR_AD5398) += ad5398.o
0eb5d5ab 14obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
0cbdf7bc 15obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o
5976f095 16obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o
55f4fa4e 17obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
b07682b6 18obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o
a71b797f 19obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o
27f37e4b 20obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o
08ff6f2a 21obj-$(CONFIG_REGULATOR_MAX8925) += max8925-regulator.o
202f4f53 22obj-$(CONFIG_REGULATOR_MAX8952) += max8952.o
bd6ca2cf 23obj-$(CONFIG_REGULATOR_MAX8997) += max8997.o
156f2528 24obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o
e4ee831f 25obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o
d4d6b722 26obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o
d1c6b4fe 27obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o
da09155a 28obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
42fad570 29obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
69dc16c3 30obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o
49610235 31obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
129eef96 32obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
08bf1c0a 33obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o
5ec271e7 34obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
39b1772a 35obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
b4b90c65 36obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o
5e428d5c 37obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o
167e3d8a 38obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o
d619bc14 39obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o
2edd3b69 40obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
2de79850
AA
41obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o
42obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
a493077f 43obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o
1394fd28 44obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o
9260ad98 45obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o
be0e2d3e 46obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o
51bd6943 47obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o
c789ca20 48obj-$(CONFIG_REGULATOR_AB8500) += ab8500.o
38e96838 49obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o
1032fbfd 50obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o
518fb721 51obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
6219929f 52obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o
f7eb6c5e 53obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o
62aa4925
SK
54obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
55
2de79850 56
ba7e4763 57ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
This page took 0.250667 seconds and 5 git commands to generate.