Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  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_DUMMY
  24. bool "Provide a dummy regulator if regulator lookups fail"
  25. help
  26. If this option is enabled then when a regulator lookup fails
  27. and the board has not specified that it has provided full
  28. constraints the regulator core will provide an always
  29. enabled dummy regulator, allowing consumer drivers to continue.
  30. A warning will be generated when this substitution is done.
  31. config REGULATOR_FIXED_VOLTAGE
  32. tristate "Fixed voltage regulator support"
  33. help
  34. This driver provides support for fixed voltage regulators,
  35. useful for systems which use a combination of software
  36. managed regulators and simple non-configurable regulators.
  37. config REGULATOR_VIRTUAL_CONSUMER
  38. tristate "Virtual regulator consumer support"
  39. help
  40. This driver provides a virtual consumer for the voltage and
  41. current regulator API which provides sysfs controls for
  42. configuring the supplies requested. This is mainly useful
  43. for test purposes.
  44. If unsure, say no.
  45. config REGULATOR_USERSPACE_CONSUMER
  46. tristate "Userspace regulator consumer support"
  47. help
  48. There are some classes of devices that are controlled entirely
  49. from user space. Userspace consumer driver provides ability to
  50. control power supplies for such devices.
  51. If unsure, say no.
  52. config REGULATOR_GPIO
  53. tristate "GPIO regulator support"
  54. depends on GENERIC_GPIO
  55. help
  56. This driver provides support for regulators that can be
  57. controlled via gpios.
  58. It is capable of supporting current and voltage regulators
  59. and the platform has to provide a mapping of GPIO-states
  60. to target volts/amps.
  61. config REGULATOR_AD5398
  62. tristate "Analog Devices AD5398/AD5821 regulators"
  63. depends on I2C
  64. help
  65. This driver supports AD5398 and AD5821 current regulator chips.
  66. If building into module, its name is ad5398.ko.
  67. config REGULATOR_AAT2870
  68. tristate "AnalogicTech AAT2870 Regulators"
  69. depends on MFD_AAT2870_CORE
  70. help
  71. If you have a AnalogicTech AAT2870 say Y to enable the
  72. regulator driver.
  73. config REGULATOR_ARIZONA
  74. tristate "Wolfson Arizona class devices"
  75. depends on MFD_ARIZONA
  76. help
  77. Support for the regulators found on Wolfson Arizona class
  78. devices.
  79. config REGULATOR_DA903X
  80. tristate "Dialog Semiconductor DA9030/DA9034 regulators"
  81. depends on PMIC_DA903X
  82. help
  83. Say y here to support the BUCKs and LDOs regulators found on
  84. Dialog Semiconductor DA9030/DA9034 PMIC.
  85. config REGULATOR_DA9052
  86. tristate "Dialog Semiconductor DA9052/DA9053 regulators"
  87. depends on PMIC_DA9052
  88. help
  89. This driver supports the voltage regulators of DA9052-BC and
  90. DA9053-AA/Bx PMIC.
  91. config REGULATOR_DA9055
  92. tristate "Dialog Semiconductor DA9055 regulators"
  93. depends on MFD_DA9055
  94. help
  95. Say y here to support the BUCKs and LDOs regulators found on
  96. Dialog Semiconductor DA9055 PMIC.
  97. This driver can also be built as a module. If so, the module
  98. will be called da9055-regulator.
  99. config REGULATOR_FAN53555
  100. tristate "Fairchild FAN53555 Regulator"
  101. depends on I2C
  102. select REGMAP_I2C
  103. help
  104. This driver supports Fairchild FAN53555 Digitally Programmable
  105. TinyBuck Regulator. The FAN53555 is a step-down switching voltage
  106. regulator that delivers a digitally programmable output from an
  107. input voltage supply of 2.5V to 5.5V. The output voltage is
  108. programmed through an I2C interface.
  109. config REGULATOR_ANATOP
  110. tristate "Freescale i.MX on-chip ANATOP LDO regulators"
  111. depends on MFD_SYSCON
  112. help
  113. Say y here to support Freescale i.MX on-chip ANATOP LDOs
  114. regulators. It is recommended that this option be
  115. enabled on i.MX6 platform.
  116. config REGULATOR_MC13XXX_CORE
  117. tristate
  118. config REGULATOR_MC13783
  119. tristate "Freescale MC13783 regulator driver"
  120. depends on MFD_MC13783
  121. select REGULATOR_MC13XXX_CORE
  122. help
  123. Say y here to support the regulators found on the Freescale MC13783
  124. PMIC.
  125. config REGULATOR_MC13892
  126. tristate "Freescale MC13892 regulator driver"
  127. depends on MFD_MC13XXX
  128. select REGULATOR_MC13XXX_CORE
  129. help
  130. Say y here to support the regulators found on the Freescale MC13892
  131. PMIC.
  132. config REGULATOR_ISL6271A
  133. tristate "Intersil ISL6271A Power regulator"
  134. depends on I2C
  135. help
  136. This driver supports ISL6271A voltage regulator chip.
  137. config REGULATOR_88PM8607
  138. bool "Marvell 88PM8607 Power regulators"
  139. depends on MFD_88PM860X=y
  140. help
  141. This driver supports 88PM8607 voltage regulator chips.
  142. config REGULATOR_MAX1586
  143. tristate "Maxim 1586/1587 voltage regulator"
  144. depends on I2C
  145. help
  146. This driver controls a Maxim 1586 or 1587 voltage output
  147. regulator via I2C bus. The provided regulator is suitable
  148. for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
  149. config REGULATOR_MAX8649
  150. tristate "Maxim 8649 voltage regulator"
  151. depends on I2C
  152. select REGMAP_I2C
  153. help
  154. This driver controls a Maxim 8649 voltage output regulator via
  155. I2C bus.
  156. config REGULATOR_MAX8660
  157. tristate "Maxim 8660/8661 voltage regulator"
  158. depends on I2C
  159. help
  160. This driver controls a Maxim 8660/8661 voltage output
  161. regulator via I2C bus.
  162. config REGULATOR_MAX8907
  163. tristate "Maxim 8907 voltage regulator"
  164. depends on MFD_MAX8907
  165. help
  166. This driver controls a Maxim 8907 voltage output regulator
  167. via I2C bus. The provided regulator is suitable for Tegra
  168. chip to control Step-Down DC-DC and LDOs.
  169. config REGULATOR_MAX8925
  170. tristate "Maxim MAX8925 Power Management IC"
  171. depends on MFD_MAX8925
  172. help
  173. Say y here to support the voltage regulaltor of Maxim MAX8925 PMIC.
  174. config REGULATOR_MAX8952
  175. tristate "Maxim MAX8952 Power Management IC"
  176. depends on I2C
  177. help
  178. This driver controls a Maxim 8952 voltage output regulator
  179. via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS
  180. modes ranging from 0.77V to 1.40V by 0.01V steps.
  181. config REGULATOR_MAX8973
  182. tristate "Maxim MAX8973 voltage regulator "
  183. depends on I2C
  184. select REGMAP_I2C
  185. help
  186. The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
  187. switching regulator delievers up to 9A of output current. Each
  188. phase operates at a 2MHz fixed frequency with a 120 deg shift
  189. from the adjacent phase, allowing the use of small magnetic component.
  190. config REGULATOR_MAX8997
  191. tristate "Maxim 8997/8966 regulator"
  192. depends on MFD_MAX8997
  193. help
  194. This driver controls a Maxim 8997/8966 regulator
  195. via I2C bus. The provided regulator is suitable for S5PC110,
  196. S5PV210, and Exynos-4 chips to control VCC_CORE and
  197. VCC_USIM voltages.
  198. config REGULATOR_MAX8998
  199. tristate "Maxim 8998 voltage regulator"
  200. depends on MFD_MAX8998
  201. help
  202. This driver controls a Maxim 8998 voltage output regulator
  203. via I2C bus. The provided regulator is suitable for S3C6410
  204. and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
  205. config REGULATOR_MAX77686
  206. tristate "Maxim 77686 regulator"
  207. depends on MFD_MAX77686
  208. help
  209. This driver controls a Maxim 77686 regulator
  210. via I2C bus. The provided regulator is suitable for
  211. Exynos-4 chips to control VARM and VINT voltages.
  212. config REGULATOR_PCAP
  213. tristate "Motorola PCAP2 regulator driver"
  214. depends on EZX_PCAP
  215. help
  216. This driver provides support for the voltage regulators of the
  217. PCAP2 PMIC.
  218. config REGULATOR_LP3971
  219. tristate "National Semiconductors LP3971 PMIC regulator driver"
  220. depends on I2C
  221. help
  222. Say Y here to support the voltage regulators and convertors
  223. on National Semiconductors LP3971 PMIC
  224. config REGULATOR_LP3972
  225. tristate "National Semiconductors LP3972 PMIC regulator driver"
  226. depends on I2C
  227. help
  228. Say Y here to support the voltage regulators and convertors
  229. on National Semiconductors LP3972 PMIC
  230. config REGULATOR_LP872X
  231. bool "TI/National Semiconductor LP8720/LP8725 voltage regulators"
  232. depends on I2C=y
  233. select REGMAP_I2C
  234. help
  235. This driver supports LP8720/LP8725 PMIC
  236. config REGULATOR_LP8788
  237. bool "TI LP8788 Power Regulators"
  238. depends on MFD_LP8788
  239. help
  240. This driver supports LP8788 voltage regulator chip.
  241. config REGULATOR_PCF50633
  242. tristate "NXP PCF50633 regulator driver"
  243. depends on MFD_PCF50633
  244. help
  245. Say Y here to support the voltage regulators and convertors
  246. on PCF50633
  247. config REGULATOR_RC5T583
  248. tristate "RICOH RC5T583 Power regulators"
  249. depends on MFD_RC5T583
  250. help
  251. Select this option to enable the power regulator of RICOH
  252. PMIC RC5T583.
  253. This driver supports the control of different power rails of device
  254. through regulator interface. The device supports multiple DCDC/LDO
  255. outputs which can be controlled by i2c communication.
  256. config REGULATOR_S2MPS11
  257. tristate "Samsung S2MPS11 voltage regulator"
  258. depends on MFD_SEC_CORE
  259. help
  260. This driver supports a Samsung S2MPS11 voltage output regulator
  261. via I2C bus. S2MPS11 is comprised of high efficient Buck converters
  262. including Dual-Phase Buck converter, Buck-Boost converter, various LDOs.
  263. config REGULATOR_S5M8767
  264. tristate "Samsung S5M8767A voltage regulator"
  265. depends on MFD_SEC_CORE
  266. help
  267. This driver supports a Samsung S5M8767A voltage output regulator
  268. via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
  269. supports DVS mode with 8bits of output voltage control.
  270. config REGULATOR_AB3100
  271. tristate "ST-Ericsson AB3100 Regulator functions"
  272. depends on AB3100_CORE
  273. default y if AB3100_CORE
  274. help
  275. These regulators correspond to functionality in the
  276. AB3100 analog baseband dealing with power regulators
  277. for the system.
  278. config REGULATOR_AB8500
  279. bool "ST-Ericsson AB8500 Power Regulators"
  280. depends on AB8500_CORE
  281. help
  282. This driver supports the regulators found on the ST-Ericsson mixed
  283. signal AB8500 PMIC
  284. config REGULATOR_DBX500_PRCMU
  285. bool
  286. config REGULATOR_DB8500_PRCMU
  287. bool "ST-Ericsson DB8500 Voltage Domain Regulators"
  288. depends on MFD_DB8500_PRCMU
  289. select REGULATOR_DBX500_PRCMU
  290. help
  291. This driver supports the voltage domain regulators controlled by the
  292. DB8500 PRCMU
  293. config REGULATOR_PALMAS
  294. tristate "TI Palmas PMIC Regulators"
  295. depends on MFD_PALMAS
  296. help
  297. If you wish to control the regulators on the Palmas series of
  298. chips say Y here. This will enable support for all the software
  299. controllable SMPS/LDO regulators.
  300. The regulators available on Palmas series chips vary depending
  301. on the muxing. This is handled automatically in the driver by
  302. reading the mux info from OTP.
  303. config REGULATOR_TPS51632
  304. tristate "TI TPS51632 Power Regulator"
  305. depends on I2C
  306. select REGMAP_I2C
  307. help
  308. This driver supports TPS51632 voltage regulator chip.
  309. The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller
  310. with Serial VID control and DVFS.
  311. The voltage output can be configure through I2C interface or PWM
  312. interface.
  313. config REGULATOR_TPS6105X
  314. tristate "TI TPS6105X Power regulators"
  315. depends on TPS6105X
  316. default y if TPS6105X
  317. help
  318. This driver supports TPS61050/TPS61052 voltage regulator chips.
  319. It is a single boost converter primarily for white LEDs and
  320. audio amplifiers.
  321. config REGULATOR_TPS62360
  322. tristate "TI TPS6236x Power Regulator"
  323. depends on I2C
  324. select REGMAP_I2C
  325. help
  326. This driver supports TPS6236x voltage regulator chip. This
  327. regulator is meant for processor core supply. This chip is
  328. high-frequency synchronous step down dc-dc converter optimized
  329. for battery-powered portable applications.
  330. config REGULATOR_TPS65023
  331. tristate "TI TPS65023 Power regulators"
  332. depends on I2C
  333. select REGMAP_I2C
  334. help
  335. This driver supports TPS65023 voltage regulator chips. TPS65023 provides
  336. three step-down converters and two general-purpose LDO voltage regulators.
  337. It supports TI's software based Class-2 SmartReflex implementation.
  338. config REGULATOR_TPS6507X
  339. tristate "TI TPS6507X Power regulators"
  340. depends on I2C
  341. help
  342. This driver supports TPS6507X voltage regulator chips. TPS6507X provides
  343. three step-down converters and two general-purpose LDO voltage regulators.
  344. It supports TI's software based Class-2 SmartReflex implementation.
  345. config REGULATOR_TPS65090
  346. tristate "TI TPS65090 Power regulator"
  347. depends on MFD_TPS65090
  348. help
  349. This driver provides support for the voltage regulators on the
  350. TI TPS65090 PMIC.
  351. config REGULATOR_TPS65217
  352. tristate "TI TPS65217 Power regulators"
  353. depends on MFD_TPS65217
  354. help
  355. This driver supports TPS65217 voltage regulator chips. TPS65217
  356. provides three step-down converters and four general-purpose LDO
  357. voltage regulators. It supports software based voltage control
  358. for different voltage domains
  359. config REGULATOR_TPS6524X
  360. tristate "TI TPS6524X Power regulators"
  361. depends on SPI
  362. help
  363. This driver supports TPS6524X voltage regulator chips. TPS6524X
  364. provides three step-down converters and two general-purpose LDO
  365. voltage regulators. This device is interfaced using a customized
  366. serial interface currently supported on the sequencer serial
  367. port controller.
  368. config REGULATOR_TPS6586X
  369. tristate "TI TPS6586X Power regulators"
  370. depends on MFD_TPS6586X
  371. help
  372. This driver supports TPS6586X voltage regulator chips.
  373. config REGULATOR_TPS65910
  374. tristate "TI TPS65910/TPS65911 Power Regulators"
  375. depends on MFD_TPS65910
  376. help
  377. This driver supports TPS65910/TPS65911 voltage regulator chips.
  378. config REGULATOR_TPS65912
  379. tristate "TI TPS65912 Power regulator"
  380. depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
  381. help
  382. This driver supports TPS65912 voltage regulator chip.
  383. config REGULATOR_TPS80031
  384. tristate "TI TPS80031/TPS80032 power regualtor driver"
  385. depends on MFD_TPS80031
  386. help
  387. TPS80031/ TPS80032 Fully Integrated Power Management with Power
  388. Path and Battery Charger. It has 5 configurable step-down
  389. converters, 11 general purpose LDOs, VBUS generator and digital
  390. output to control regulators.
  391. config REGULATOR_TWL4030
  392. bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
  393. depends on TWL4030_CORE
  394. help
  395. This driver supports the voltage regulators provided by
  396. this family of companion chips.
  397. config REGULATOR_VEXPRESS
  398. tristate "Versatile Express regulators"
  399. depends on VEXPRESS_CONFIG
  400. help
  401. This driver provides support for voltage regulators available
  402. on the ARM Ltd's Versatile Express platform.
  403. config REGULATOR_WM831X
  404. tristate "Wolfson Microelectronics WM831x PMIC regulators"
  405. depends on MFD_WM831X
  406. help
  407. Support the voltage and current regulators of the WM831x series
  408. of PMIC devices.
  409. config REGULATOR_WM8350
  410. tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
  411. depends on MFD_WM8350
  412. help
  413. This driver provides support for the voltage and current regulators
  414. of the WM8350 AudioPlus PMIC.
  415. config REGULATOR_WM8400
  416. tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
  417. depends on MFD_WM8400
  418. help
  419. This driver provides support for the voltage regulators of the
  420. WM8400 AudioPlus PMIC.
  421. config REGULATOR_WM8994
  422. tristate "Wolfson Microelectronics WM8994 CODEC"
  423. depends on MFD_WM8994
  424. help
  425. This driver provides support for the voltage regulators on the
  426. WM8994 CODEC.
  427. config REGULATOR_AS3711
  428. tristate "AS3711 PMIC"
  429. depends on MFD_AS3711
  430. help
  431. This driver provides support for the voltage regulators on the
  432. AS3711 PMIC
  433. endif