blob: 2c4da15e1545a71076616fbd94f3648ad453473a [file] [log] [blame]
Liam Girdwoodba7e4762008-04-30 17:13:42 +01001#
2# Makefile for regulator drivers.
3#
4
5
Mark Brown0cdfcc02013-09-11 13:15:40 +01006obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
Rajendra Nayak8f446e62011-11-18 16:47:17 +05307obj-$(CONFIG_OF) += of_regulator.o
Liam Girdwoodba7e4762008-04-30 17:13:42 +01008obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
9obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
Mike Rapoport1d98ccc2009-04-26 16:49:39 +030010obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
Liam Girdwoodba7e4762008-04-30 17:13:42 +010011
Chao Xie95f1dc02013-07-17 23:07:03 -040012obj-$(CONFIG_REGULATOR_88PM800) += 88pm800.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080013obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o
14obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o
15obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o
Lee Jones1e1bb582013-06-07 17:11:24 +010016obj-$(CONFIG_REGULATOR_AB8500) += ab8500-ext.o ab8500.o
Wenyou Yang33036f42013-12-24 10:34:28 +080017obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
Sonic Zhang8b385d92010-06-04 11:46:04 +080018obj-$(CONFIG_REGULATOR_AD5398) += ad5398.o
Ying-Chun Liu (PaulLiu)e3e5aff2012-03-14 10:29:12 +080019obj-$(CONFIG_REGULATOR_ANATOP) += anatop-regulator.o
Mark Brown1910efa2012-06-23 13:07:57 +010020obj-$(CONFIG_REGULATOR_ARIZONA) += arizona-micsupp.o arizona-ldo1.o
Guennadi Liakhovetskif1e64f92012-11-22 11:12:08 +010021obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o
Laxman Dewanganbc407332013-09-20 18:00:13 +053022obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o
Carlo Caionedfe7a1b2014-04-11 11:38:10 +020023obj-$(CONFIG_REGULATOR_AXP20X) += axp20x-regulator.o
Matt Porter462c9fc2014-03-11 11:46:13 -040024obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080025obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
26obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o
Ashish Jangamf6130be2012-11-01 13:57:56 +053027obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o
Krystian Garbaciak69ca3e52013-07-29 19:00:45 +020028obj-$(CONFIG_REGULATOR_DA9063) += da9063-regulator.o
Steve Twiss16f10912013-08-06 15:30:48 +010029obj-$(CONFIG_REGULATOR_DA9210) += da9210-regulator.o
James Ban1028a372014-07-14 13:48:45 +090030obj-$(CONFIG_REGULATOR_DA9211) += da9211-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080031obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o
32obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o
Yunfan Zhang49d8c592012-09-08 03:52:18 -070033obj-$(CONFIG_REGULATOR_FAN53555) += fan53555.o
Mark Brown69d715a2012-04-03 23:20:04 +010034obj-$(CONFIG_REGULATOR_GPIO) += gpio-regulator.o
Guodong Xu87ca1862014-08-13 19:33:42 +080035obj-$(CONFIG_REGULATOR_HI6421) += hi6421-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080036obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o
Mark Browndec38b52014-09-06 01:11:12 +010037obj-$(CONFIG_REGULATOR_ISL9305) += isl9305.o
Marek Szyprowski0cbdf7b2009-05-19 07:33:55 +020038obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o
Axel Lin5976f092010-09-16 16:48:49 +080039obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o
Kim, Miloaf8b5fc2012-06-19 07:08:22 +000040obj-$(CONFIG_REGULATOR_LP872X) += lp872x.o
Kim, Miloade75152012-07-18 14:32:57 +000041obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
42obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o
Daniel Jeongb59320c2012-12-17 10:24:06 +090043obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o
Philipp Zabel3eb2c7e2014-05-26 10:38:16 +020044obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o
Krzysztof Kozlowskib0902bb2013-12-06 12:32:13 +010045obj-$(CONFIG_REGULATOR_MAX14577) += max14577.o
Robert Jarzmik55f4fa42009-04-23 20:10:43 +020046obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
Haojian Zhuanga71b7972010-01-25 10:24:09 -050047obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o
Wolfram Sang27f37e42009-09-25 09:39:26 +020048obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o
Gyungoh Yooffee1902012-08-09 14:24:34 -060049obj-$(CONFIG_REGULATOR_MAX8907) += max8907-regulator.o
Haojian Zhuang08ff6f22010-01-11 13:10:08 +010050obj-$(CONFIG_REGULATOR_MAX8925) += max8925-regulator.o
MyungJoo Ham202f4f52010-08-20 14:43:56 +090051obj-$(CONFIG_REGULATOR_MAX8952) += max8952.o
Laxman Dewangan5928f532012-11-19 06:58:29 +053052obj-$(CONFIG_REGULATOR_MAX8973) += max8973-regulator.o
MyungJoo Hambd6ca2c2011-03-11 11:34:44 +090053obj-$(CONFIG_REGULATOR_MAX8997) += max8997.o
Kyungmin Park156f2522010-06-16 09:04:16 +020054obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o
Jonghwa Lee133d4012012-06-01 13:17:14 +090055obj-$(CONFIG_REGULATOR_MAX77686) += max77686.o
Jonghwa Lee80b022e2013-06-25 10:08:38 +090056obj-$(CONFIG_REGULATOR_MAX77693) += max77693.o
Javier Martinez Canillase6f2f802014-08-18 10:32:41 +020057obj-$(CONFIG_REGULATOR_MAX77802) += max77802.o
Jaewon Kim9dfffb72015-02-05 15:35:58 +090058obj-$(CONFIG_REGULATOR_MAX77843) += max77843.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080059obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o
60obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o
61obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o
Flora Fu0425e242014-12-05 12:07:54 +080062obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o
Bjorn Andersson27203862014-09-22 16:25:29 -070063obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o
Graeme Gregory4c5dabc2012-05-15 15:48:59 +090064obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
Robin Gong3784b6d2013-07-25 11:33:18 +080065obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
Chris Zhongaa66cc62014-09-28 10:28:53 +080066obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o
Laxman Dewangan0c570672012-10-06 20:47:46 +053067obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o
Balaji T K11469e02014-02-19 20:26:40 +053068obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080069obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
70obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
Laxman Dewangan6ffc3272012-04-04 12:44:00 +053071obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o
Chris Zhong2cd64ae2014-08-20 11:36:42 +080072obj-$(CONFIG_REGULATOR_RK808) += rk808-regulator.o
Beniamino Galvani811b7002014-08-30 14:50:24 +020073obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o
Beomho Seob1917572014-11-12 21:07:59 +090074obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
Sachin Kamatf1879272014-03-14 17:21:58 +053075obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
Sangbeom Kimcb746852012-07-11 21:08:17 +090076obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080077obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
Gyungoh Yoo9839d622014-08-08 18:10:22 +090078obj-$(CONFIG_REGULATOR_SKY81452) += sky81452-regulator.o
Linus Walleij3615a342013-09-13 21:01:15 +020079obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
Mark Brown82b736d2013-07-05 20:45:22 +010080obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080081obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
82obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o
83obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o
84obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
Venu Byravarasu452534e2012-03-22 18:34:09 +053085obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080086obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o
Keerthy90e7d522014-02-06 11:20:13 +053087obj-$(CONFIG_REGULATOR_TPS65218) += tps65218-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080088obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o
89obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
90obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
91obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o
Laxman Dewangan1a0bb672012-11-11 20:42:01 +053092obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080093obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o
Pawel Moll31e54082012-09-24 18:56:54 +010094obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress.o
Mark Browne4ee8312009-07-28 15:21:49 +010095obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o
Mark Brownd4d6b722009-07-28 15:23:46 +010096obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o
Mark Brownd1c6b4f2009-07-28 15:22:02 +010097obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o
Mark Brownda091552008-10-10 15:58:15 +010098obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
Mark Brown42fad572008-09-11 11:12:01 +010099obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
Mark Brown69dc16c2010-01-25 19:41:57 +0000100obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o
Sangbeom Kim62aa4922012-01-13 10:13:13 +0900101
Anuj Aggarwal2de79852009-08-21 00:39:44 +0530102
Liam Girdwoodba7e4762008-04-30 17:13:42 +0100103ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG