backlight: Enable max8925 backlight
[deliverable/linux.git] / drivers / regulator / Makefile
CommitLineData
ba7e4763
LG
1#
2# Makefile for regulator drivers.
3#
4
5
6obj-$(CONFIG_REGULATOR) += core.o
7obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
8obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
1d98cccf 9obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
ba7e4763 10
0eb5d5ab 11obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
34abbd68 12obj-$(CONFIG_REGULATOR_DUMMY) += dummy.o
0cbdf7bc 13obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o
55f4fa4e 14obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
b07682b6 15obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o
a71b797f 16obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o
27f37e4b 17obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o
e4ee831f 18obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o
d4d6b722 19obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o
d1c6b4fe 20obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o
da09155a 21obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
42fad570 22obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
69dc16c3 23obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o
129eef96 24obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
5ec271e7 25obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
39b1772a 26obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
b4b90c65 27obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o
d619bc14 28obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o
0eb5d5ab 29
2de79850
AA
30obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o
31obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
be0e2d3e 32obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o
2de79850 33
ba7e4763 34ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
This page took 0.144067 seconds and 5 git commands to generate.