blob: 2e1b087489fa5b5299e89a05be323aa6767a6152 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Liam Girdwoodba7e4762008-04-30 17:13:42 +01002#
3# Makefile for regulator drivers.
4#
5
6
Matti Vaittinen7111c6d2021-06-03 08:41:55 +03007obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o irq_helpers.o
Rajendra Nayak8f446e62011-11-18 16:47:17 +05308obj-$(CONFIG_OF) += of_regulator.o
Liam Girdwoodba7e4762008-04-30 17:13:42 +01009obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
10obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
Mike Rapoport1d98ccc2009-04-26 16:49:39 +030011obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
Liam Girdwoodba7e4762008-04-30 17:13:42 +010012
Alexander Monakova265b032018-03-09 01:53:03 +030013obj-$(CONFIG_REGULATOR_88PG86X) += 88pg86x.o
Anders Roxell6f104192019-06-12 10:11:58 +020014obj-$(CONFIG_REGULATOR_88PM800) += 88pm800-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080015obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o
Pi-Hsun Shih8d9f8d52020-06-12 12:05:20 +080016obj-$(CONFIG_REGULATOR_CROS_EC) += cros-ec-regulator.o
Tony Lindgren0ad4c072017-02-02 15:43:57 -080017obj-$(CONFIG_REGULATOR_CPCAP) += cpcap-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080018obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o
Lee Jones1e1bb582013-06-07 17:11:24 +010019obj-$(CONFIG_REGULATOR_AB8500) += ab8500-ext.o ab8500.o
Wenyou Yang33036f42013-12-24 10:34:28 +080020obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
Wenyou Yang38c09962016-02-05 12:33:30 +080021obj-$(CONFIG_REGULATOR_ACT8945A) += act8945a-regulator.o
Sonic Zhang8b385d92010-06-04 11:46:04 +080022obj-$(CONFIG_REGULATOR_AD5398) += ad5398.o
Ying-Chun Liu (PaulLiu)e3e5aff2012-03-14 10:29:12 +080023obj-$(CONFIG_REGULATOR_ANATOP) += anatop-regulator.o
Richard Fitzgerald7e642592017-04-18 11:43:48 +010024obj-$(CONFIG_REGULATOR_ARIZONA_LDO1) += arizona-ldo1.o
25obj-$(CONFIG_REGULATOR_ARIZONA_MICSUPP) += arizona-micsupp.o
Cristian Marussi0fbeae72020-11-23 20:23:36 +000026obj-$(CONFIG_REGULATOR_ARM_SCMI) += scmi-regulator.o
Guennadi Liakhovetskif1e64f92012-11-22 11:12:08 +010027obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o
Laxman Dewanganbc407332013-09-20 18:00:13 +053028obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o
Cristian Ciocaltea3b15cca2020-12-29 19:31:19 +020029obj-$(CONFIG_REGULATOR_ATC260X) += atc260x-regulator.o
Carlo Caionedfe7a1b2014-04-11 11:38:10 +020030obj-$(CONFIG_REGULATOR_AXP20X) += axp20x-regulator.o
Matt Porter462c9fc2014-03-11 11:46:13 -040031obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o
Matti Vaittinen1aad3902021-04-05 14:44:16 +030032obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o
Matti Vaittinen522498f2019-12-11 11:46:11 +020033obj-$(CONFIG_REGULATOR_BD71828) += bd71828-regulator.o
Matti Vaittinen2ece6462018-09-14 11:34:02 +030034obj-$(CONFIG_REGULATOR_BD718XX) += bd718x7-regulator.o
Marek Vasute85c5a12017-04-24 17:21:30 +020035obj-$(CONFIG_REGULATOR_BD9571MWV) += bd9571mwv-regulator.o
Matti Vaittinenb014e9f2020-09-17 11:03:31 +030036obj-$(CONFIG_REGULATOR_BD957XMUF) += bd9576-regulator.o
Seth Forsheef16861b2020-06-24 12:10:10 -050037obj-$(CONFIG_REGULATOR_DA903X) += da903x-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080038obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o
Ashish Jangamf6130be2012-11-01 13:57:56 +053039obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o
S Twiss4068e512015-05-19 14:10:30 +010040obj-$(CONFIG_REGULATOR_DA9062) += da9062-regulator.o
Krystian Garbaciak69ca3e52013-07-29 19:00:45 +020041obj-$(CONFIG_REGULATOR_DA9063) += da9063-regulator.o
Vincent Whitchurche6ff10f2020-11-03 11:00:21 +010042obj-$(CONFIG_REGULATOR_DA9121) += da9121-regulator.o
Steve Twiss16f10912013-08-06 15:30:48 +010043obj-$(CONFIG_REGULATOR_DA9210) += da9210-regulator.o
James Ban1028a372014-07-14 13:48:45 +090044obj-$(CONFIG_REGULATOR_DA9211) += da9211-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080045obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o
46obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o
Yunfan Zhang49d8c592012-09-08 03:52:18 -070047obj-$(CONFIG_REGULATOR_FAN53555) += fan53555.o
Christoph Fritze6dea512020-07-02 23:08:45 +020048obj-$(CONFIG_REGULATOR_FAN53880) += fan53880.o
Mark Brown69d715a2012-04-03 23:20:04 +010049obj-$(CONFIG_REGULATOR_GPIO) += gpio-regulator.o
Guodong Xu87ca1862014-08-13 19:33:42 +080050obj-$(CONFIG_REGULATOR_HI6421) += hi6421-regulator.o
Wang Xiaoyin5c7024a2017-06-07 15:06:03 +080051obj-$(CONFIG_REGULATOR_HI6421V530) += hi6421v530-regulator.o
Mauro Carvalho Chehab507614b2021-03-25 19:05:37 +010052obj-$(CONFIG_REGULATOR_HI6421V600) += hi6421v600-regulator.o
Chen Feng46181192016-02-14 14:29:22 +080053obj-$(CONFIG_REGULATOR_HI655X) += hi655x-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080054obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o
Mark Browndec38b52014-09-06 01:11:12 +010055obj-$(CONFIG_REGULATOR_ISL9305) += isl9305.o
Milo Kim3a8d1a72015-11-26 15:57:05 +090056obj-$(CONFIG_REGULATOR_LM363X) += lm363x-regulator.o
Charles Keepaxbef93912018-10-08 14:25:41 +010057obj-$(CONFIG_REGULATOR_LOCHNAGAR) += lochnagar-regulator.o
Marek Szyprowski0cbdf7b2009-05-19 07:33:55 +020058obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o
Axel Lin5976f092010-09-16 16:48:49 +080059obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o
Kim, Miloaf8b5fc2012-06-19 07:08:22 +000060obj-$(CONFIG_REGULATOR_LP872X) += lp872x.o
Keerthy994aae32016-05-10 09:34:39 +053061obj-$(CONFIG_REGULATOR_LP873X) += lp873x-regulator.o
Keerthyf0168a92017-05-23 17:46:55 +053062obj-$(CONFIG_REGULATOR_LP87565) += lp87565-regulator.o
Kim, Miloade75152012-07-18 14:32:57 +000063obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
64obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o
Daniel Jeongb59320c2012-12-17 10:24:06 +090065obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o
Philipp Zabel3eb2c7e2014-05-26 10:38:16 +020066obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o
Tim Harvey37b918a2016-08-15 12:40:23 -070067obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o
Javier Martinez Canillas86cf6352016-03-17 14:54:54 -030068obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o
Robert Jarzmik55f4fa42009-04-23 20:10:43 +020069obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
Laxman Dewangan5b1c2022016-02-11 17:26:34 +053070obj-$(CONFIG_REGULATOR_MAX77620) += max77620-regulator.o
Bartosz Golaszewskibcc61f12019-01-29 14:35:40 +010071obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o
Haojian Zhuanga71b7972010-01-25 10:24:09 -050072obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o
Wolfram Sang27f37e42009-09-25 09:39:26 +020073obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o
Sergey Larind83f7782021-06-18 17:16:06 +030074obj-$(CONFIG_REGULATOR_MAX8893) += max8893.o
Gyungoh Yooffee1902012-08-09 14:24:34 -060075obj-$(CONFIG_REGULATOR_MAX8907) += max8907-regulator.o
Haojian Zhuang08ff6f22010-01-11 13:10:08 +010076obj-$(CONFIG_REGULATOR_MAX8925) += max8925-regulator.o
MyungJoo Ham202f4f52010-08-20 14:43:56 +090077obj-$(CONFIG_REGULATOR_MAX8952) += max8952.o
Laxman Dewangan5928f532012-11-19 06:58:29 +053078obj-$(CONFIG_REGULATOR_MAX8973) += max8973-regulator.o
Javier Martinez Canillas86cf6352016-03-17 14:54:54 -030079obj-$(CONFIG_REGULATOR_MAX8997) += max8997-regulator.o
Kyungmin Park156f2522010-06-16 09:04:16 +020080obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o
Watson Chowbfff5462022-01-07 00:43:50 +020081obj-$(CONFIG_REGULATOR_MAX20086) += max20086-regulator.o
Javier Martinez Canillas96173cc2016-02-12 01:14:23 -030082obj-$(CONFIG_REGULATOR_MAX77686) += max77686-regulator.o
Javier Martinez Canillas86cf6352016-03-17 14:54:54 -030083obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o
Javier Martinez Canillas96173cc2016-02-12 01:14:23 -030084obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o
Iskren Cherneve7314652020-04-14 20:22:48 +030085obj-$(CONFIG_REGULATOR_MAX77826) += max77826-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +080086obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o
87obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o
88obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o
Andrei.Stefanescu@microchip.com919261c2018-12-12 18:31:18 +000089obj-$(CONFIG_REGULATOR_MCP16502) += mcp16502.o
Saravanan Sekara2731882020-02-04 12:04:18 +010090obj-$(CONFIG_REGULATOR_MP5416) += mp5416.o
Markus Reichlc66f1cb2020-01-06 22:16:25 +010091obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o
Jisheng Zhang97be82882020-03-16 22:30:20 +080092obj-$(CONFIG_REGULATOR_MP886X) += mp886x.o
Saravanan Sekar6501c1f2020-01-09 20:53:46 +010093obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o
Henry Chen87660182015-07-24 13:24:41 +080094obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o
Hsin-Hsiung Wang7aa382c2021-02-07 14:14:16 +080095obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o
Chen Zhong2fdf8292016-07-18 14:40:51 +020096obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o
Hsin-Hsiung Wangf67ff1b2019-08-23 11:45:28 +080097obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
Wen Sud7a58de2021-05-26 14:52:05 +080098obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
Gene Chend3215712020-08-26 18:49:17 +080099obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
Chenglin Xua551e272017-08-15 17:09:15 +0800100obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o
Flora Fu0425e242014-12-05 12:07:54 +0800101obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o
henryc.chena0db6b02020-12-24 14:08:52 +0800102obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o
Nisha Kumari498ab2f2020-06-22 18:11:10 +0530103obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.o
Bjorn Andersson27203862014-09-22 16:25:29 -0700104obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o
David Collins46fc0332018-07-13 18:50:59 -0700105obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o
Bjorn Anderssonda65e362015-08-17 11:43:59 -0700106obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o
Stephen Boyde92a4042015-06-12 15:47:10 -0700107obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
Wesley Cheng4fe66d52020-06-26 11:55:14 -0700108obj-$(CONFIG_REGULATOR_QCOM_USB_VBUS) += qcom_usb_vbus-regulator.o
Graeme Gregory4c5dabc2012-05-15 15:48:59 +0900109obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
Robin Gong0935ff5f2020-07-04 00:19:35 +0800110obj-$(CONFIG_REGULATOR_PCA9450) += pca9450-regulator.o
Jagan Tekid3795d62020-11-30 16:53:29 +0530111obj-$(CONFIG_REGULATOR_PF8X00) += pf8x00-regulator.o
Robin Gong3784b6d2013-07-25 11:33:18 +0800112obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
James Banf307a7e2015-11-19 09:59:15 +0900113obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o
James Ban99cf3af2016-04-15 13:34:22 +0900114obj-$(CONFIG_REGULATOR_PV88080) += pv88080-regulator.o
James Banc90456e2015-12-08 10:57:29 +0900115obj-$(CONFIG_REGULATOR_PV88090) += pv88090-regulator.o
Chris Zhongaa66cc62014-09-28 10:28:53 +0800116obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o
Laxman Dewangan0c570672012-10-06 20:47:46 +0530117obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o
Balaji T K11469e02014-02-19 20:26:40 +0530118obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +0800119obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
120obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
Marek Vasut38573472020-08-09 12:59:38 +0200121obj-$(CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY) += rpi-panel-attiny-regulator.o
Laxman Dewangan6ffc3272012-04-04 12:44:00 +0530122obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o
Chris Zhong2cd64ae2014-08-20 11:36:42 +0800123obj-$(CONFIG_REGULATOR_RK808) += rk808-regulator.o
Beniamino Galvani811b7002014-08-30 14:50:24 +0200124obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o
Matti Vaittinen21b72152020-01-20 15:44:45 +0200125obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o
ChiYuan Huang5bbbfc7f2020-08-15 11:14:20 +0800126obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o
ChiYuan Huang9351ab82020-12-17 23:00:44 +0800127obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o
Beomho Seob1917572014-11-12 21:07:59 +0900128obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
ChiYuan Huangde20b742021-06-02 13:31:46 +0800129obj-$(CONFIG_REGULATOR_RT6160) += rt6160-regulator.o
ChiYuan Huanga7470702021-06-03 13:57:24 +0800130obj-$(CONFIG_REGULATOR_RT6245) += rt6245-regulator.o
ChiYuan Huangb8c054a2020-09-28 15:19:43 +0800131obj-$(CONFIG_REGULATOR_RTMV20) += rtmv20-regulator.o
ChiYuan Huang0555d412021-07-16 16:03:56 +0800132obj-$(CONFIG_REGULATOR_RTQ2134) += rtq2134-regulator.o
ChiYuan Huangf40f9402021-07-09 23:40:36 +0800133obj-$(CONFIG_REGULATOR_RTQ6752) += rtq6752-regulator.o
Sachin Kamatf1879272014-03-14 17:21:58 +0530134obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
Sangbeom Kimcb746852012-07-11 21:08:17 +0900135obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
Axel Lindfb9b8a2012-02-22 09:29:16 +0800136obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
Erick Chen433c9bb2017-12-05 14:35:46 +0800137obj-$(CONFIG_REGULATOR_SC2731) += sc2731-regulator.o
Gyungoh Yoo9839d622014-08-08 18:10:22 +0900138obj-$(CONFIG_REGULATOR_SKY81452) += sky81452-regulator.o
Eric Jeonga867bde2019-04-18 15:09:44 +0900139obj-$(CONFIG_REGULATOR_SLG51000) += slg51000-regulator.o
Fabrice Gasnier4e210fb2019-07-01 10:14:23 +0200140obj-$(CONFIG_REGULATOR_STM32_BOOSTER) += stm32-booster.o
Fabrice Gasnier0cdbf482017-08-30 17:55:28 +0200141obj-$(CONFIG_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o
Pascal PAILLET-LME6cdae812019-04-15 09:17:38 +0000142obj-$(CONFIG_REGULATOR_STM32_PWR) += stm32-pwr.o
pascal pailletca55b712018-10-08 16:29:40 +0000143obj-$(CONFIG_REGULATOR_STPMIC1) += stpmic1_regulator.o
Linus Walleij3615a342013-09-13 21:01:15 +0200144obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
Alistair Francis8c485be2021-06-15 20:33:58 +1000145obj-$(CONFIG_REGULATOR_SY7636A) += sy7636a-regulator.o
Ondrej Jirman88783022018-05-07 20:29:41 +0800146obj-$(CONFIG_REGULATOR_SY8106A) += sy8106a-regulator.o
Jisheng Zhangd5a2b822019-08-27 08:45:33 +0000147obj-$(CONFIG_REGULATOR_SY8824X) += sy8824x.o
Jisheng Zhang38fc6f22020-07-02 17:14:38 +0800148obj-$(CONFIG_REGULATOR_SY8827N) += sy8827n.o
Mark Brown82b736d2013-07-05 20:45:22 +0100149obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +0800150obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
151obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o
152obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o
153obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
Andrew F. Davisd2a2e722015-11-04 11:12:14 -0600154obj-$(CONFIG_REGULATOR_TPS65086) += tps65086-regulator.o
Venu Byravarasu452534e2012-03-22 18:34:09 +0530155obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +0800156obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o
Keerthy90e7d522014-02-06 11:20:13 +0530157obj-$(CONFIG_REGULATOR_TPS65218) += tps65218-regulator.o
Axel Lindfb9b8a2012-02-22 09:29:16 +0800158obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o
159obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
160obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
161obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o
Venkat Reddy Talla77c129b2017-04-12 15:44:36 +0530162obj-$(CONFIG_REGULATOR_TPS65132) += tps65132-regulator.o
Hans de Goede0fc31d82021-12-03 11:28:48 +0100163obj-$(CONFIG_REGULATOR_TPS68470) += tps68470-regulator.o
Nicolae Rosiacac28ae2016-11-12 14:42:15 +0200164obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o twl6030-regulator.o
Kunihiko Hayashi9df4f902018-07-11 13:30:52 +0900165obj-$(CONFIG_REGULATOR_UNIPHIER) += uniphier-regulator.o
Matthias Kaehlcke9dee7a72017-04-07 12:51:58 -0700166obj-$(CONFIG_REGULATOR_VCTRL) += vctrl-regulator.o
Sudeep Holla935514c2016-01-29 17:37:01 +0000167obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress-regulator.o
Robert Markoebf652b2020-01-12 12:30:01 +0100168obj-$(CONFIG_REGULATOR_VQMMC_IPQ4019) += vqmmc-ipq4019-regulator.o
Mark Browne4ee8312009-07-28 15:21:49 +0100169obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o
Mark Brownd4d6b722009-07-28 15:23:46 +0100170obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o
Mark Brownd1c6b4f2009-07-28 15:22:02 +0100171obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o
Mark Brownda091552008-10-10 15:58:15 +0100172obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
Mark Brown42fad572008-09-11 11:12:01 +0100173obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
Mark Brown69dc16c2010-01-25 19:41:57 +0000174obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o
Sangbeom Kim62aa4922012-01-13 10:13:13 +0900175
Liam Girdwoodba7e4762008-04-30 17:13:42 +0100176ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG