Kconfig 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. menuconfig REGULATOR
  2. bool "Voltage and Current Regulator Support"
  3. help
  4. Generic Voltage and Current Regulator support.
  5. This framework is designed to provide a generic interface to voltage
  6. and current regulators within the Linux kernel. It's intended to
  7. provide voltage and current control to client or consumer drivers and
  8. also provide status information to user space applications through a
  9. sysfs interface.
  10. The intention is to allow systems to dynamically control regulator
  11. output in order to save power and prolong battery life. This applies
  12. to both voltage regulators (where voltage output is controllable) and
  13. current sinks (where current output is controllable).
  14. This framework safely compiles out if not selected so that client
  15. drivers can still be used in systems with no software controllable
  16. regulators.
  17. If unsure, say no.
  18. if REGULATOR
  19. config REGULATOR_DEBUG
  20. bool "Regulator debug support"
  21. help
  22. Say yes here to enable debugging support.
  23. config REGULATOR_FIXED_VOLTAGE
  24. tristate "Fixed voltage regulator support"
  25. help
  26. This driver provides support for fixed voltage regulators,
  27. useful for systems which use a combination of software
  28. managed regulators and simple non-configurable regulators.
  29. config REGULATOR_VIRTUAL_CONSUMER
  30. tristate "Virtual regulator consumer support"
  31. help
  32. This driver provides a virtual consumer for the voltage and
  33. current regulator API which provides sysfs controls for
  34. configuring the supplies requested. This is mainly useful
  35. for test purposes.
  36. If unsure, say no.
  37. config REGULATOR_USERSPACE_CONSUMER
  38. tristate "Userspace regulator consumer support"
  39. help
  40. There are some classes of devices that are controlled entirely
  41. from user space. Userspace consumer driver provides ability to
  42. control power supplies for such devices.
  43. If unsure, say no.
  44. config REGULATOR_88PM800
  45. tristate "Marvell 88PM800 Power regulators"
  46. depends on MFD_88PM800
  47. help
  48. This driver supports Marvell 88PM800 voltage regulator chips.
  49. It delivers digitally programmable output,
  50. the voltage is programmed via I2C interface.
  51. It's suitable to support PXA988 chips to control VCC_MAIN and
  52. various voltages.
  53. config REGULATOR_88PM8607
  54. tristate "Marvell 88PM8607 Power regulators"
  55. depends on MFD_88PM860X=y
  56. help
  57. This driver supports 88PM8607 voltage regulator chips.
  58. config REGULATOR_ACT8865
  59. tristate "Active-semi act8865 voltage regulator"
  60. depends on I2C
  61. select REGMAP_I2C
  62. help
  63. This driver controls a active-semi act8865 voltage output
  64. regulator via I2C bus.
  65. config REGULATOR_ACT8945A
  66. tristate "Active-semi ACT8945A voltage regulator"
  67. depends on MFD_ACT8945A
  68. help
  69. This driver controls a active-semi ACT8945A voltage regulator
  70. via I2C bus. The ACT8945A features three step-down DC/DC converters
  71. and four low-dropout linear regulators, along with a ActivePath
  72. battery charger.
  73. config REGULATOR_AD5398
  74. tristate "Analog Devices AD5398/AD5821 regulators"
  75. depends on I2C
  76. help
  77. This driver supports AD5398 and AD5821 current regulator chips.
  78. If building into module, its name is ad5398.ko.
  79. config REGULATOR_ANATOP
  80. tristate "Freescale i.MX on-chip ANATOP LDO regulators"
  81. depends on MFD_SYSCON
  82. help
  83. Say y here to support Freescale i.MX on-chip ANATOP LDOs
  84. regulators. It is recommended that this option be
  85. enabled on i.MX6 platform.
  86. config REGULATOR_AAT2870
  87. tristate "AnalogicTech AAT2870 Regulators"
  88. depends on MFD_AAT2870_CORE
  89. help
  90. If you have a AnalogicTech AAT2870 say Y to enable the
  91. regulator driver.
  92. config REGULATOR_AB3100
  93. tristate "ST-Ericsson AB3100 Regulator functions"
  94. depends on AB3100_CORE
  95. default y if AB3100_CORE
  96. help
  97. These regulators correspond to functionality in the
  98. AB3100 analog baseband dealing with power regulators
  99. for the system.
  100. config REGULATOR_AB8500
  101. bool "ST-Ericsson AB8500 Power Regulators"
  102. depends on AB8500_CORE
  103. help
  104. This driver supports the regulators found on the ST-Ericsson mixed
  105. signal AB8500 PMIC
  106. config REGULATOR_ARIZONA_LDO1
  107. tristate "Wolfson Arizona class devices LDO1"
  108. depends on MFD_ARIZONA
  109. depends on SND_SOC
  110. help
  111. Support for the LDO1 regulators found on Wolfson Arizona class
  112. devices.
  113. config REGULATOR_ARIZONA_MICSUPP
  114. tristate "Wolfson Arizona class devices MICSUPP"
  115. depends on MFD_ARIZONA
  116. depends on SND_SOC
  117. help
  118. Support for the MICSUPP regulators found on Wolfson Arizona class
  119. devices.
  120. config REGULATOR_AS3711
  121. tristate "AS3711 PMIC"
  122. depends on MFD_AS3711
  123. help
  124. This driver provides support for the voltage regulators on the
  125. AS3711 PMIC
  126. config REGULATOR_AS3722
  127. tristate "AMS AS3722 PMIC Regulators"
  128. depends on MFD_AS3722
  129. help
  130. This driver provides support for the voltage regulators on the
  131. AS3722 PMIC. This will enable support for all the software
  132. controllable DCDC/LDO regulators.
  133. config REGULATOR_AXP20X
  134. tristate "X-POWERS AXP20X PMIC Regulators"
  135. depends on MFD_AXP20X
  136. help
  137. This driver provides support for the voltage regulators on the
  138. AXP20X PMIC.
  139. config REGULATOR_BCM590XX
  140. tristate "Broadcom BCM590xx PMU Regulators"
  141. depends on MFD_BCM590XX
  142. help
  143. This driver provides support for the voltage regulators on the
  144. BCM590xx PMUs. This will enable support for the software
  145. controllable LDO/Switching regulators.
  146. config REGULATOR_BD9571MWV
  147. tristate "ROHM BD9571MWV Regulators"
  148. depends on MFD_BD9571MWV
  149. help
  150. This driver provides support for the voltage regulators on the
  151. ROHM BD9571MWV PMIC. This will enable support for the software
  152. controllable regulator and voltage sampling units.
  153. This driver can also be built as a module. If so, the module
  154. will be called bd9571mwv-regulator.
  155. config REGULATOR_CPCAP
  156. tristate "Motorola CPCAP regulator"
  157. depends on MFD_CPCAP
  158. help
  159. Say y here for CPCAP regulator found on some Motorola phones
  160. and tablets such as Droid 4.
  161. config REGULATOR_DA903X
  162. tristate "Dialog Semiconductor DA9030/DA9034 regulators"
  163. depends on PMIC_DA903X
  164. help
  165. Say y here to support the BUCKs and LDOs regulators found on
  166. Dialog Semiconductor DA9030/DA9034 PMIC.
  167. config REGULATOR_DA9052
  168. tristate "Dialog Semiconductor DA9052/DA9053 regulators"
  169. depends on PMIC_DA9052
  170. help
  171. This driver supports the voltage regulators of DA9052-BC and
  172. DA9053-AA/Bx PMIC.
  173. config REGULATOR_DA9055
  174. tristate "Dialog Semiconductor DA9055 regulators"
  175. depends on MFD_DA9055
  176. help
  177. Say y here to support the BUCKs and LDOs regulators found on
  178. Dialog Semiconductor DA9055 PMIC.
  179. This driver can also be built as a module. If so, the module
  180. will be called da9055-regulator.
  181. config REGULATOR_DA9062
  182. tristate "Dialog Semiconductor DA9062 regulators"
  183. depends on MFD_DA9062
  184. help
  185. Say y here to support the BUCKs and LDOs regulators found on
  186. DA9062 PMICs.
  187. This driver can also be built as a module. If so, the module
  188. will be called da9062-regulator.
  189. config REGULATOR_DA9063
  190. tristate "Dialog Semiconductor DA9063 regulators"
  191. depends on MFD_DA9063
  192. help
  193. Say y here to support the BUCKs and LDOs regulators found on
  194. DA9063 PMICs.
  195. This driver can also be built as a module. If so, the module
  196. will be called da9063-regulator.
  197. config REGULATOR_DA9210
  198. tristate "Dialog Semiconductor DA9210 regulator"
  199. depends on I2C
  200. select REGMAP_I2C
  201. help
  202. Say y here to support for the Dialog Semiconductor DA9210.
  203. The DA9210 is a multi-phase synchronous step down
  204. converter 12A DC-DC Buck controlled through an I2C
  205. interface.
  206. config REGULATOR_DA9211
  207. tristate "Dialog Semiconductor DA9211/DA9212/DA9213/DA9214/DA9215 regulator"
  208. depends on I2C
  209. select REGMAP_I2C
  210. help
  211. Say y here to support for the Dialog Semiconductor DA9211/DA9212
  212. /DA9213/DA9214/DA9215.
  213. The DA9211/DA9212/DA9213/DA9214/DA9215 is a multi-phase synchronous
  214. step down converter 12A or 16A DC-DC Buck controlled through an I2C
  215. interface.
  216. config REGULATOR_DBX500_PRCMU
  217. bool
  218. config REGULATOR_DB8500_PRCMU
  219. bool "ST-Ericsson DB8500 Voltage Domain Regulators"
  220. depends on MFD_DB8500_PRCMU
  221. select REGULATOR_DBX500_PRCMU
  222. help
  223. This driver supports the voltage domain regulators controlled by the
  224. DB8500 PRCMU
  225. config REGULATOR_FAN53555
  226. tristate "Fairchild FAN53555 Regulator"
  227. depends on I2C
  228. select REGMAP_I2C
  229. help
  230. This driver supports Fairchild FAN53555 Digitally Programmable
  231. TinyBuck Regulator. The FAN53555 is a step-down switching voltage
  232. regulator that delivers a digitally programmable output from an
  233. input voltage supply of 2.5V to 5.5V. The output voltage is
  234. programmed through an I2C interface.
  235. config REGULATOR_GPIO
  236. tristate "GPIO regulator support"
  237. depends on GPIOLIB || COMPILE_TEST
  238. help
  239. This driver provides support for regulators that can be
  240. controlled via gpios.
  241. It is capable of supporting current and voltage regulators
  242. and the platform has to provide a mapping of GPIO-states
  243. to target volts/amps.
  244. config REGULATOR_HI6421
  245. tristate "HiSilicon Hi6421 PMIC voltage regulator support"
  246. depends on MFD_HI6421_PMIC && OF
  247. help
  248. This driver provides support for the voltage regulators on the
  249. HiSilicon Hi6421 PMU / Codec IC.
  250. Hi6421 is a multi-function device which, on regulator part, provides
  251. 21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All
  252. of them come with support to either ECO (idle) or sleep mode.
  253. config REGULATOR_HI655X
  254. tristate "Hisilicon HI655X PMIC regulators support"
  255. depends on ARCH_HISI || COMPILE_TEST
  256. depends on MFD_HI655X_PMIC && OF
  257. help
  258. This driver provides support for the voltage regulators of the
  259. Hisilicon Hi655x PMIC device.
  260. config REGULATOR_ISL9305
  261. tristate "Intersil ISL9305 regulator"
  262. depends on I2C
  263. select REGMAP_I2C
  264. help
  265. This driver supports ISL9305 voltage regulator chip.
  266. config REGULATOR_ISL6271A
  267. tristate "Intersil ISL6271A Power regulator"
  268. depends on I2C
  269. help
  270. This driver supports ISL6271A voltage regulator chip.
  271. config REGULATOR_LM363X
  272. tristate "TI LM363X voltage regulators"
  273. depends on MFD_TI_LMU
  274. help
  275. This driver supports LM3631 and LM3632 voltage regulators for
  276. the LCD bias.
  277. One boost output voltage is configurable and always on.
  278. Other LDOs are used for the display module.
  279. config REGULATOR_LP3971
  280. tristate "National Semiconductors LP3971 PMIC regulator driver"
  281. depends on I2C
  282. help
  283. Say Y here to support the voltage regulators and convertors
  284. on National Semiconductors LP3971 PMIC
  285. config REGULATOR_LP3972
  286. tristate "National Semiconductors LP3972 PMIC regulator driver"
  287. depends on I2C
  288. help
  289. Say Y here to support the voltage regulators and convertors
  290. on National Semiconductors LP3972 PMIC
  291. config REGULATOR_LP872X
  292. tristate "TI/National Semiconductor LP8720/LP8725 voltage regulators"
  293. depends on I2C
  294. select REGMAP_I2C
  295. help
  296. This driver supports LP8720/LP8725 PMIC
  297. config REGULATOR_LP873X
  298. tristate "TI LP873X Power regulators"
  299. depends on MFD_TI_LP873X && OF
  300. help
  301. This driver supports LP873X voltage regulator chips. LP873X
  302. provides two step-down converters and two general-purpose LDO
  303. voltage regulators. It supports software based voltage control
  304. for different voltage domains
  305. config REGULATOR_LP8755
  306. tristate "TI LP8755 High Performance PMU driver"
  307. depends on I2C
  308. select REGMAP_I2C
  309. help
  310. This driver supports LP8755 High Performance PMU driver. This
  311. chip contains six step-down DC/DC converters which can support
  312. 9 mode multiphase configuration.
  313. config REGULATOR_LP8788
  314. tristate "TI LP8788 Power Regulators"
  315. depends on MFD_LP8788
  316. help
  317. This driver supports LP8788 voltage regulator chip.
  318. config REGULATOR_LTC3589
  319. tristate "LTC3589 8-output voltage regulator"
  320. depends on I2C
  321. select REGMAP_I2C
  322. help
  323. This enables support for the LTC3589, LTC3589-1, and LTC3589-2
  324. 8-output regulators controlled via I2C.
  325. config REGULATOR_LTC3676
  326. tristate "LTC3676 8-output voltage regulator"
  327. depends on I2C
  328. select REGMAP_I2C
  329. help
  330. This enables support for the LTC3676
  331. 8-output regulators controlled via I2C.
  332. config REGULATOR_MAX14577
  333. tristate "Maxim 14577/77836 regulator"
  334. depends on MFD_MAX14577
  335. help
  336. This driver controls a Maxim MAX14577/77836 regulator via I2C bus.
  337. The MAX14577 regulators include safeout LDO and charger current
  338. regulator. The MAX77836 has two additional LDOs.
  339. config REGULATOR_MAX1586
  340. tristate "Maxim 1586/1587 voltage regulator"
  341. depends on I2C
  342. help
  343. This driver controls a Maxim 1586 or 1587 voltage output
  344. regulator via I2C bus. The provided regulator is suitable
  345. for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
  346. config REGULATOR_MAX77620
  347. tristate "Maxim 77620/MAX20024 voltage regulator"
  348. depends on MFD_MAX77620
  349. help
  350. This driver controls Maxim MAX77620 voltage output regulator
  351. via I2C bus. The provided regulator is suitable for Tegra
  352. chip to control Step-Down DC-DC and LDOs. Say Y here to
  353. enable the regulator driver.
  354. config REGULATOR_MAX8649
  355. tristate "Maxim 8649 voltage regulator"
  356. depends on I2C
  357. select REGMAP_I2C
  358. help
  359. This driver controls a Maxim 8649 voltage output regulator via
  360. I2C bus.
  361. config REGULATOR_MAX8660
  362. tristate "Maxim 8660/8661 voltage regulator"
  363. depends on I2C
  364. help
  365. This driver controls a Maxim 8660/8661 voltage output
  366. regulator via I2C bus.
  367. config REGULATOR_MAX8907
  368. tristate "Maxim 8907 voltage regulator"
  369. depends on MFD_MAX8907
  370. help
  371. This driver controls a Maxim 8907 voltage output regulator
  372. via I2C bus. The provided regulator is suitable for Tegra
  373. chip to control Step-Down DC-DC and LDOs.
  374. config REGULATOR_MAX8925
  375. tristate "Maxim MAX8925 Power Management IC"
  376. depends on MFD_MAX8925
  377. help
  378. Say y here to support the voltage regulaltor of Maxim MAX8925 PMIC.
  379. config REGULATOR_MAX8952
  380. tristate "Maxim MAX8952 Power Management IC"
  381. depends on I2C
  382. help
  383. This driver controls a Maxim 8952 voltage output regulator
  384. via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS
  385. modes ranging from 0.77V to 1.40V by 0.01V steps.
  386. config REGULATOR_MAX8973
  387. tristate "Maxim MAX8973 voltage regulator "
  388. depends on I2C
  389. depends on THERMAL && THERMAL_OF
  390. select REGMAP_I2C
  391. help
  392. The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
  393. switching regulator delievers up to 9A of output current. Each
  394. phase operates at a 2MHz fixed frequency with a 120 deg shift
  395. from the adjacent phase, allowing the use of small magnetic component.
  396. config REGULATOR_MAX8997
  397. tristate "Maxim 8997/8966 regulator"
  398. depends on MFD_MAX8997
  399. help
  400. This driver controls a Maxim 8997/8966 regulator
  401. via I2C bus. The provided regulator is suitable for S5PC110,
  402. S5PV210, and Exynos-4 chips to control VCC_CORE and
  403. VCC_USIM voltages.
  404. config REGULATOR_MAX8998
  405. tristate "Maxim 8998 voltage regulator"
  406. depends on MFD_MAX8998
  407. help
  408. This driver controls a Maxim 8998 voltage output regulator
  409. via I2C bus. The provided regulator is suitable for S3C6410
  410. and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
  411. config REGULATOR_MAX77686
  412. tristate "Maxim 77686 regulator"
  413. depends on MFD_MAX77686
  414. help
  415. This driver controls a Maxim 77686 regulator
  416. via I2C bus. The provided regulator is suitable for
  417. Exynos-4 chips to control VARM and VINT voltages.
  418. config REGULATOR_MAX77693
  419. tristate "Maxim 77693/77843 regulator"
  420. depends on (MFD_MAX77693 || MFD_MAX77843)
  421. help
  422. This driver controls a Maxim 77693/77843 regulators via I2C bus.
  423. The regulators include two LDOs, 'SAFEOUT1', 'SAFEOUT2'
  424. and one current regulator 'CHARGER'. This is suitable for
  425. Exynos-4x12 (MAX77693) or Exynos5433 (MAX77843) SoC chips.
  426. config REGULATOR_MAX77802
  427. tristate "Maxim 77802 regulator"
  428. depends on MFD_MAX77686
  429. help
  430. This driver controls a Maxim 77802 regulator
  431. via I2C bus. The provided regulator is suitable for
  432. Exynos5420/Exynos5800 SoCs to control various voltages.
  433. It includes support for control of voltage and ramp speed.
  434. config REGULATOR_MC13XXX_CORE
  435. tristate
  436. config REGULATOR_MC13783
  437. tristate "Freescale MC13783 regulator driver"
  438. depends on MFD_MC13XXX
  439. select REGULATOR_MC13XXX_CORE
  440. help
  441. Say y here to support the regulators found on the Freescale MC13783
  442. PMIC.
  443. config REGULATOR_MC13892
  444. tristate "Freescale MC13892 regulator driver"
  445. depends on MFD_MC13XXX
  446. select REGULATOR_MC13XXX_CORE
  447. help
  448. Say y here to support the regulators found on the Freescale MC13892
  449. PMIC.
  450. config REGULATOR_MT6311
  451. tristate "MediaTek MT6311 PMIC"
  452. depends on I2C
  453. select REGMAP_I2C
  454. help
  455. Say y here to select this option to enable the power regulator of
  456. MediaTek MT6311 PMIC.
  457. This driver supports the control of different power rails of device
  458. through regulator interface.
  459. config REGULATOR_MT6323
  460. tristate "MediaTek MT6323 PMIC"
  461. depends on MFD_MT6397
  462. help
  463. Say y here to select this option to enable the power regulator of
  464. MediaTek MT6323 PMIC.
  465. This driver supports the control of different power rails of device
  466. through regulator interface.
  467. config REGULATOR_MT6397
  468. tristate "MediaTek MT6397 PMIC"
  469. depends on MFD_MT6397
  470. help
  471. Say y here to select this option to enable the power regulator of
  472. MediaTek MT6397 PMIC.
  473. This driver supports the control of different power rails of device
  474. through regulator interface.
  475. config REGULATOR_PALMAS
  476. tristate "TI Palmas PMIC Regulators"
  477. depends on MFD_PALMAS
  478. help
  479. If you wish to control the regulators on the Palmas series of
  480. chips say Y here. This will enable support for all the software
  481. controllable SMPS/LDO regulators.
  482. The regulators available on Palmas series chips vary depending
  483. on the muxing. This is handled automatically in the driver by
  484. reading the mux info from OTP.
  485. config REGULATOR_PBIAS
  486. tristate "PBIAS OMAP regulator driver"
  487. depends on (ARCH_OMAP || COMPILE_TEST) && MFD_SYSCON
  488. help
  489. Say y here to support pbias regulator for mmc1:SD card i/o
  490. on OMAP SoCs.
  491. This driver provides support for OMAP pbias modelled
  492. regulators.
  493. config REGULATOR_PCAP
  494. tristate "Motorola PCAP2 regulator driver"
  495. depends on EZX_PCAP
  496. help
  497. This driver provides support for the voltage regulators of the
  498. PCAP2 PMIC.
  499. config REGULATOR_PCF50633
  500. tristate "NXP PCF50633 regulator driver"
  501. depends on MFD_PCF50633
  502. help
  503. Say Y here to support the voltage regulators and convertors
  504. on PCF50633
  505. config REGULATOR_PFUZE100
  506. tristate "Freescale PFUZE100/200/3000 regulator driver"
  507. depends on I2C
  508. select REGMAP_I2C
  509. help
  510. Say y here to support the regulators found on the Freescale
  511. PFUZE100/200/3000 PMIC.
  512. config REGULATOR_PV88060
  513. tristate "Powerventure Semiconductor PV88060 regulator"
  514. depends on I2C
  515. select REGMAP_I2C
  516. help
  517. Say y here to support the voltage regulators and convertors
  518. PV88060
  519. config REGULATOR_PV88080
  520. tristate "Powerventure Semiconductor PV88080 regulator"
  521. depends on I2C
  522. select REGMAP_I2C
  523. help
  524. Say y here to support the buck convertors on PV88080
  525. config REGULATOR_PV88090
  526. tristate "Powerventure Semiconductor PV88090 regulator"
  527. depends on I2C
  528. select REGMAP_I2C
  529. help
  530. Say y here to support the voltage regulators and convertors
  531. on PV88090
  532. config REGULATOR_PWM
  533. tristate "PWM voltage regulator"
  534. depends on PWM
  535. help
  536. This driver supports PWM controlled voltage regulators. PWM
  537. duty cycle can increase or decrease the voltage.
  538. config REGULATOR_QCOM_RPM
  539. tristate "Qualcomm RPM regulator driver"
  540. depends on MFD_QCOM_RPM
  541. help
  542. If you say yes to this option, support will be included for the
  543. regulators exposed by the Resource Power Manager found in Qualcomm
  544. 8660, 8960 and 8064 based devices.
  545. Say M here if you want to include support for the regulators on the
  546. Qualcomm RPM as a module. The module will be named
  547. "qcom_rpm-regulator".
  548. config REGULATOR_QCOM_SMD_RPM
  549. tristate "Qualcomm SMD based RPM regulator driver"
  550. depends on QCOM_SMD_RPM
  551. help
  552. If you say yes to this option, support will be included for the
  553. regulators exposed by the Resource Power Manager found in Qualcomm
  554. 8974 based devices.
  555. Say M here if you want to include support for the regulators on the
  556. Qualcomm RPM as a module. The module will be named
  557. "qcom_smd-regulator".
  558. config REGULATOR_QCOM_SPMI
  559. tristate "Qualcomm SPMI regulator driver"
  560. depends on SPMI || COMPILE_TEST
  561. help
  562. If you say yes to this option, support will be included for the
  563. regulators found in Qualcomm SPMI PMICs.
  564. Say M here if you want to include support for the regulators on the
  565. Qualcomm SPMI PMICs as a module. The module will be named
  566. "qcom_spmi-regulator".
  567. config REGULATOR_RC5T583
  568. tristate "RICOH RC5T583 Power regulators"
  569. depends on MFD_RC5T583
  570. help
  571. Select this option to enable the power regulator of RICOH
  572. PMIC RC5T583.
  573. This driver supports the control of different power rails of device
  574. through regulator interface. The device supports multiple DCDC/LDO
  575. outputs which can be controlled by i2c communication.
  576. config REGULATOR_RK808
  577. tristate "Rockchip RK808/RK818 Power regulators"
  578. depends on MFD_RK808
  579. help
  580. Select this option to enable the power regulator of ROCKCHIP
  581. PMIC RK808 and RK818.
  582. This driver supports the control of different power rails of device
  583. through regulator interface. The device supports multiple DCDC/LDO
  584. outputs which can be controlled by i2c communication.
  585. config REGULATOR_RN5T618
  586. tristate "Ricoh RN5T567/618 voltage regulators"
  587. depends on MFD_RN5T618
  588. help
  589. Say y here to support the regulators found on Ricoh RN5T567 or
  590. RN5T618 PMIC.
  591. config REGULATOR_RT5033
  592. tristate "Richtek RT5033 Regulators"
  593. depends on MFD_RT5033
  594. help
  595. This adds support for voltage and current regulators in Richtek
  596. RT5033 PMIC. The device supports multiple regulators like
  597. current source, LDO and Buck.
  598. config REGULATOR_S2MPA01
  599. tristate "Samsung S2MPA01 voltage regulator"
  600. depends on MFD_SEC_CORE
  601. help
  602. This driver controls Samsung S2MPA01 voltage output regulator
  603. via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
  604. config REGULATOR_S2MPS11
  605. tristate "Samsung S2MPS11/13/14/15/S2MPU02 voltage regulator"
  606. depends on MFD_SEC_CORE
  607. help
  608. This driver supports a Samsung S2MPS11/13/14/15/S2MPU02 voltage
  609. output regulator via I2C bus. The chip is comprised of high efficient
  610. Buck converters including Dual-Phase Buck converter, Buck-Boost
  611. converter, various LDOs.
  612. config REGULATOR_S5M8767
  613. tristate "Samsung S5M8767A voltage regulator"
  614. depends on MFD_SEC_CORE
  615. help
  616. This driver supports a Samsung S5M8767A voltage output regulator
  617. via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
  618. supports DVS mode with 8bits of output voltage control.
  619. config REGULATOR_SKY81452
  620. tristate "Skyworks Solutions SKY81452 voltage regulator"
  621. depends on MFD_SKY81452
  622. help
  623. This driver supports Skyworks SKY81452 voltage output regulator
  624. via I2C bus. SKY81452 has one voltage linear regulator can be
  625. programmed from 4.5V to 20V.
  626. This driver can also be built as a module. If so, the module
  627. will be called sky81452-regulator.
  628. config REGULATOR_TI_ABB
  629. tristate "TI Adaptive Body Bias on-chip LDO"
  630. depends on ARCH_OMAP
  631. help
  632. Select this option to support Texas Instruments' on-chip Adaptive Body
  633. Bias (ABB) LDO regulators. It is recommended that this option be
  634. enabled on required TI SoC. Certain Operating Performance Points
  635. on TI SoCs may be unstable without enabling this as it provides
  636. device specific optimized bias to allow/optimize functionality.
  637. config REGULATOR_STW481X_VMMC
  638. bool "ST Microelectronics STW481X VMMC regulator"
  639. depends on MFD_STW481X || COMPILE_TEST
  640. default y if MFD_STW481X
  641. help
  642. This driver supports the internal VMMC regulator in the STw481x
  643. PMIC chips.
  644. config REGULATOR_TPS51632
  645. tristate "TI TPS51632 Power Regulator"
  646. depends on I2C
  647. select REGMAP_I2C
  648. help
  649. This driver supports TPS51632 voltage regulator chip.
  650. The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller
  651. with Serial VID control and DVFS.
  652. The voltage output can be configure through I2C interface or PWM
  653. interface.
  654. config REGULATOR_TPS6105X
  655. tristate "TI TPS6105X Power regulators"
  656. depends on TPS6105X
  657. default y if TPS6105X
  658. help
  659. This driver supports TPS61050/TPS61052 voltage regulator chips.
  660. It is a single boost converter primarily for white LEDs and
  661. audio amplifiers.
  662. config REGULATOR_TPS62360
  663. tristate "TI TPS6236x Power Regulator"
  664. depends on I2C
  665. select REGMAP_I2C
  666. help
  667. This driver supports TPS6236x voltage regulator chip. This
  668. regulator is meant for processor core supply. This chip is
  669. high-frequency synchronous step down dc-dc converter optimized
  670. for battery-powered portable applications.
  671. config REGULATOR_TPS65023
  672. tristate "TI TPS65023 Power regulators"
  673. depends on I2C
  674. select REGMAP_I2C
  675. help
  676. This driver supports TPS65023 voltage regulator chips. TPS65023 provides
  677. three step-down converters and two general-purpose LDO voltage regulators.
  678. It supports TI's software based Class-2 SmartReflex implementation.
  679. config REGULATOR_TPS6507X
  680. tristate "TI TPS6507X Power regulators"
  681. depends on I2C
  682. help
  683. This driver supports TPS6507X voltage regulator chips. TPS6507X provides
  684. three step-down converters and two general-purpose LDO voltage regulators.
  685. It supports TI's software based Class-2 SmartReflex implementation.
  686. config REGULATOR_TPS65086
  687. tristate "TI TPS65086 Power regulators"
  688. depends on MFD_TPS65086
  689. help
  690. This driver provides support for the voltage regulators on
  691. TI TPS65086 PMICs.
  692. config REGULATOR_TPS65090
  693. tristate "TI TPS65090 Power regulator"
  694. depends on MFD_TPS65090
  695. help
  696. This driver provides support for the voltage regulators on the
  697. TI TPS65090 PMIC.
  698. config REGULATOR_TPS65132
  699. tristate "TI TPS65132 Dual Output Power regulators"
  700. depends on I2C && GPIOLIB
  701. select REGMAP_I2C
  702. help
  703. This driver supports TPS65132 single inductor - dual output
  704. power supply specifcally designed for display panels.
  705. config REGULATOR_TPS65217
  706. tristate "TI TPS65217 Power regulators"
  707. depends on MFD_TPS65217
  708. help
  709. This driver supports TPS65217 voltage regulator chips. TPS65217
  710. provides three step-down converters and four general-purpose LDO
  711. voltage regulators. It supports software based voltage control
  712. for different voltage domains
  713. config REGULATOR_TPS65218
  714. tristate "TI TPS65218 Power regulators"
  715. depends on MFD_TPS65218 && OF
  716. help
  717. This driver supports TPS65218 voltage regulator chips. TPS65218
  718. provides six step-down converters and one general-purpose LDO
  719. voltage regulators. It supports software based voltage control
  720. for different voltage domains
  721. config REGULATOR_TPS6524X
  722. tristate "TI TPS6524X Power regulators"
  723. depends on SPI
  724. help
  725. This driver supports TPS6524X voltage regulator chips. TPS6524X
  726. provides three step-down converters and two general-purpose LDO
  727. voltage regulators. This device is interfaced using a customized
  728. serial interface currently supported on the sequencer serial
  729. port controller.
  730. config REGULATOR_TPS6586X
  731. tristate "TI TPS6586X Power regulators"
  732. depends on MFD_TPS6586X
  733. help
  734. This driver supports TPS6586X voltage regulator chips.
  735. config REGULATOR_TPS65910
  736. tristate "TI TPS65910/TPS65911 Power Regulators"
  737. depends on MFD_TPS65910
  738. help
  739. This driver supports TPS65910/TPS65911 voltage regulator chips.
  740. config REGULATOR_TPS65912
  741. tristate "TI TPS65912 Power regulator"
  742. depends on MFD_TPS65912
  743. help
  744. This driver supports TPS65912 voltage regulator chip.
  745. config REGULATOR_TPS80031
  746. tristate "TI TPS80031/TPS80032 power regulator driver"
  747. depends on MFD_TPS80031
  748. help
  749. TPS80031/ TPS80032 Fully Integrated Power Management with Power
  750. Path and Battery Charger. It has 5 configurable step-down
  751. converters, 11 general purpose LDOs, VBUS generator and digital
  752. output to control regulators.
  753. config REGULATOR_TWL4030
  754. tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
  755. depends on TWL4030_CORE
  756. help
  757. This driver supports the voltage regulators provided by
  758. this family of companion chips.
  759. config REGULATOR_VCTRL
  760. tristate "Voltage controlled regulators"
  761. depends on OF
  762. help
  763. This driver provides support for voltage regulators whose output
  764. voltage is controlled by the voltage of another regulator.
  765. config REGULATOR_VEXPRESS
  766. tristate "Versatile Express regulators"
  767. depends on VEXPRESS_CONFIG
  768. help
  769. This driver provides support for voltage regulators available
  770. on the ARM Ltd's Versatile Express platform.
  771. config REGULATOR_WM831X
  772. tristate "Wolfson Microelectronics WM831x PMIC regulators"
  773. depends on MFD_WM831X
  774. help
  775. Support the voltage and current regulators of the WM831x series
  776. of PMIC devices.
  777. config REGULATOR_WM8350
  778. tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
  779. depends on MFD_WM8350
  780. help
  781. This driver provides support for the voltage and current regulators
  782. of the WM8350 AudioPlus PMIC.
  783. config REGULATOR_WM8400
  784. tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
  785. depends on MFD_WM8400
  786. help
  787. This driver provides support for the voltage regulators of the
  788. WM8400 AudioPlus PMIC.
  789. config REGULATOR_WM8994
  790. tristate "Wolfson Microelectronics WM8994 CODEC"
  791. depends on MFD_WM8994
  792. help
  793. This driver provides support for the voltage regulators on the
  794. WM8994 CODEC.
  795. endif