Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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_FAN53555
  92. tristate "Fairchild FAN53555 Regulator"
  93. depends on I2C
  94. select REGMAP_I2C
  95. help
  96. This driver supports Fairchild FAN53555 Digitally Programmable
  97. TinyBuck Regulator. The FAN53555 is a step-down switching voltage
  98. regulator that delivers a digitally programmable output from an
  99. input voltage supply of 2.5V to 5.5V. The output voltage is
  100. programmed through an I2C interface.
  101. config REGULATOR_ANATOP
  102. tristate "Freescale i.MX on-chip ANATOP LDO regulators"
  103. depends on MFD_SYSCON
  104. help
  105. Say y here to support Freescale i.MX on-chip ANATOP LDOs
  106. regulators. It is recommended that this option be
  107. enabled on i.MX6 platform.
  108. config REGULATOR_MC13XXX_CORE
  109. tristate
  110. config REGULATOR_MC13783
  111. tristate "Freescale MC13783 regulator driver"
  112. depends on MFD_MC13783
  113. select REGULATOR_MC13XXX_CORE
  114. help
  115. Say y here to support the regulators found on the Freescale MC13783
  116. PMIC.
  117. config REGULATOR_MC13892
  118. tristate "Freescale MC13892 regulator driver"
  119. depends on MFD_MC13XXX
  120. select REGULATOR_MC13XXX_CORE
  121. help
  122. Say y here to support the regulators found on the Freescale MC13892
  123. PMIC.
  124. config REGULATOR_ISL6271A
  125. tristate "Intersil ISL6271A Power regulator"
  126. depends on I2C
  127. help
  128. This driver supports ISL6271A voltage regulator chip.
  129. config REGULATOR_88PM8607
  130. bool "Marvell 88PM8607 Power regulators"
  131. depends on MFD_88PM860X=y
  132. help
  133. This driver supports 88PM8607 voltage regulator chips.
  134. config REGULATOR_MAX1586
  135. tristate "Maxim 1586/1587 voltage regulator"
  136. depends on I2C
  137. help
  138. This driver controls a Maxim 1586 or 1587 voltage output
  139. regulator via I2C bus. The provided regulator is suitable
  140. for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
  141. config REGULATOR_MAX8649
  142. tristate "Maxim 8649 voltage regulator"
  143. depends on I2C
  144. select REGMAP_I2C
  145. help
  146. This driver controls a Maxim 8649 voltage output regulator via
  147. I2C bus.
  148. config REGULATOR_MAX8660
  149. tristate "Maxim 8660/8661 voltage regulator"
  150. depends on I2C
  151. help
  152. This driver controls a Maxim 8660/8661 voltage output
  153. regulator via I2C bus.
  154. config REGULATOR_MAX8907
  155. tristate "Maxim 8907 voltage regulator"
  156. depends on MFD_MAX8907
  157. help
  158. This driver controls a Maxim 8907 voltage output regulator
  159. via I2C bus. The provided regulator is suitable for Tegra
  160. chip to control Step-Down DC-DC and LDOs.
  161. config REGULATOR_MAX8925
  162. tristate "Maxim MAX8925 Power Management IC"
  163. depends on MFD_MAX8925
  164. help
  165. Say y here to support the voltage regulaltor of Maxim MAX8925 PMIC.
  166. config REGULATOR_MAX8952
  167. tristate "Maxim MAX8952 Power Management IC"
  168. depends on I2C
  169. help
  170. This driver controls a Maxim 8952 voltage output regulator
  171. via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS
  172. modes ranging from 0.77V to 1.40V by 0.01V steps.
  173. config REGULATOR_MAX8973
  174. tristate "Maxim MAX8973 voltage regulator "
  175. depends on I2C
  176. select REGMAP_I2C
  177. help
  178. The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
  179. switching regulator delievers up to 9A of output current. Each
  180. phase operates at a 2MHz fixed frequency with a 120 deg shift
  181. from the adjacent phase, allowing the use of small magnetic component.
  182. config REGULATOR_MAX8997
  183. tristate "Maxim 8997/8966 regulator"
  184. depends on MFD_MAX8997
  185. help
  186. This driver controls a Maxim 8997/8966 regulator
  187. via I2C bus. The provided regulator is suitable for S5PC110,
  188. S5PV210, and Exynos-4 chips to control VCC_CORE and
  189. VCC_USIM voltages.
  190. config REGULATOR_MAX8998
  191. tristate "Maxim 8998 voltage regulator"
  192. depends on MFD_MAX8998
  193. help
  194. This driver controls a Maxim 8998 voltage output regulator
  195. via I2C bus. The provided regulator is suitable for S3C6410
  196. and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
  197. config REGULATOR_MAX77686
  198. tristate "Maxim 77686 regulator"
  199. depends on MFD_MAX77686
  200. help
  201. This driver controls a Maxim 77686 regulator
  202. via I2C bus. The provided regulator is suitable for
  203. Exynos-4 chips to control VARM and VINT voltages.
  204. config REGULATOR_PCAP
  205. tristate "Motorola PCAP2 regulator driver"
  206. depends on EZX_PCAP
  207. help
  208. This driver provides support for the voltage regulators of the
  209. PCAP2 PMIC.
  210. config REGULATOR_LP3971
  211. tristate "National Semiconductors LP3971 PMIC regulator driver"
  212. depends on I2C
  213. help
  214. Say Y here to support the voltage regulators and convertors
  215. on National Semiconductors LP3971 PMIC
  216. config REGULATOR_LP3972
  217. tristate "National Semiconductors LP3972 PMIC regulator driver"
  218. depends on I2C
  219. help
  220. Say Y here to support the voltage regulators and convertors
  221. on National Semiconductors LP3972 PMIC
  222. config REGULATOR_LP872X
  223. bool "TI/National Semiconductor LP8720/LP8725 voltage regulators"
  224. depends on I2C=y
  225. select REGMAP_I2C
  226. help
  227. This driver supports LP8720/LP8725 PMIC
  228. config REGULATOR_LP8788
  229. bool "TI LP8788 Power Regulators"
  230. depends on MFD_LP8788
  231. help
  232. This driver supports LP8788 voltage regulator chip.
  233. config REGULATOR_PCF50633
  234. tristate "NXP PCF50633 regulator driver"
  235. depends on MFD_PCF50633
  236. help
  237. Say Y here to support the voltage regulators and convertors
  238. on PCF50633
  239. config REGULATOR_RC5T583
  240. tristate "RICOH RC5T583 Power regulators"
  241. depends on MFD_RC5T583
  242. help
  243. Select this option to enable the power regulator of RICOH
  244. PMIC RC5T583.
  245. This driver supports the control of different power rails of device
  246. through regulator interface. The device supports multiple DCDC/LDO
  247. outputs which can be controlled by i2c communication.
  248. config REGULATOR_S2MPS11
  249. tristate "Samsung S2MPS11 voltage regulator"
  250. depends on MFD_SEC_CORE
  251. help
  252. This driver supports a Samsung S2MPS11 voltage output regulator
  253. via I2C bus. S2MPS11 is comprised of high efficient Buck converters
  254. including Dual-Phase Buck converter, Buck-Boost converter, various LDOs.
  255. config REGULATOR_S5M8767
  256. tristate "Samsung S5M8767A voltage regulator"
  257. depends on MFD_SEC_CORE
  258. help
  259. This driver supports a Samsung S5M8767A voltage output regulator
  260. via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
  261. supports DVS mode with 8bits of output voltage control.
  262. config REGULATOR_AB3100
  263. tristate "ST-Ericsson AB3100 Regulator functions"
  264. depends on AB3100_CORE
  265. default y if AB3100_CORE
  266. help
  267. These regulators correspond to functionality in the
  268. AB3100 analog baseband dealing with power regulators
  269. for the system.
  270. config REGULATOR_AB8500
  271. bool "ST-Ericsson AB8500 Power Regulators"
  272. depends on AB8500_CORE
  273. help
  274. This driver supports the regulators found on the ST-Ericsson mixed
  275. signal AB8500 PMIC
  276. config REGULATOR_DBX500_PRCMU
  277. bool
  278. config REGULATOR_DB8500_PRCMU
  279. bool "ST-Ericsson DB8500 Voltage Domain Regulators"
  280. depends on MFD_DB8500_PRCMU
  281. select REGULATOR_DBX500_PRCMU
  282. help
  283. This driver supports the voltage domain regulators controlled by the
  284. DB8500 PRCMU
  285. config REGULATOR_PALMAS
  286. tristate "TI Palmas PMIC Regulators"
  287. depends on MFD_PALMAS
  288. help
  289. If you wish to control the regulators on the Palmas series of
  290. chips say Y here. This will enable support for all the software
  291. controllable SMPS/LDO regulators.
  292. The regulators available on Palmas series chips vary depending
  293. on the muxing. This is handled automatically in the driver by
  294. reading the mux info from OTP.
  295. config REGULATOR_TPS6105X
  296. tristate "TI TPS6105X Power regulators"
  297. depends on TPS6105X
  298. default y if TPS6105X
  299. help
  300. This driver supports TPS61050/TPS61052 voltage regulator chips.
  301. It is a single boost converter primarily for white LEDs and
  302. audio amplifiers.
  303. config REGULATOR_TPS62360
  304. tristate "TI TPS6236x Power Regulator"
  305. depends on I2C
  306. select REGMAP_I2C
  307. help
  308. This driver supports TPS6236x voltage regulator chip. This
  309. regulator is meant for processor core supply. This chip is
  310. high-frequency synchronous step down dc-dc converter optimized
  311. for battery-powered portable applications.
  312. config REGULATOR_TPS65023
  313. tristate "TI TPS65023 Power regulators"
  314. depends on I2C
  315. select REGMAP_I2C
  316. help
  317. This driver supports TPS65023 voltage regulator chips. TPS65023 provides
  318. three step-down converters and two general-purpose LDO voltage regulators.
  319. It supports TI's software based Class-2 SmartReflex implementation.
  320. config REGULATOR_TPS6507X
  321. tristate "TI TPS6507X Power regulators"
  322. depends on I2C
  323. help
  324. This driver supports TPS6507X voltage regulator chips. TPS6507X provides
  325. three step-down converters and two general-purpose LDO voltage regulators.
  326. It supports TI's software based Class-2 SmartReflex implementation.
  327. config REGULATOR_TPS65090
  328. tristate "TI TPS65090 Power regulator"
  329. depends on MFD_TPS65090
  330. help
  331. This driver provides support for the voltage regulators on the
  332. TI TPS65090 PMIC.
  333. config REGULATOR_TPS65217
  334. tristate "TI TPS65217 Power regulators"
  335. depends on MFD_TPS65217
  336. help
  337. This driver supports TPS65217 voltage regulator chips. TPS65217
  338. provides three step-down converters and four general-purpose LDO
  339. voltage regulators. It supports software based voltage control
  340. for different voltage domains
  341. config REGULATOR_TPS6524X
  342. tristate "TI TPS6524X Power regulators"
  343. depends on SPI
  344. help
  345. This driver supports TPS6524X voltage regulator chips. TPS6524X
  346. provides three step-down converters and two general-purpose LDO
  347. voltage regulators. This device is interfaced using a customized
  348. serial interface currently supported on the sequencer serial
  349. port controller.
  350. config REGULATOR_TPS6586X
  351. tristate "TI TPS6586X Power regulators"
  352. depends on MFD_TPS6586X
  353. help
  354. This driver supports TPS6586X voltage regulator chips.
  355. config REGULATOR_TPS65910
  356. tristate "TI TPS65910/TPS65911 Power Regulators"
  357. depends on MFD_TPS65910
  358. help
  359. This driver supports TPS65910/TPS65911 voltage regulator chips.
  360. config REGULATOR_TPS65912
  361. tristate "TI TPS65912 Power regulator"
  362. depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
  363. help
  364. This driver supports TPS65912 voltage regulator chip.
  365. config REGULATOR_TWL4030
  366. bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
  367. depends on TWL4030_CORE
  368. help
  369. This driver supports the voltage regulators provided by
  370. this family of companion chips.
  371. config REGULATOR_WM831X
  372. tristate "Wolfson Microelectronics WM831x PMIC regulators"
  373. depends on MFD_WM831X
  374. help
  375. Support the voltage and current regulators of the WM831x series
  376. of PMIC devices.
  377. config REGULATOR_WM8350
  378. tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
  379. depends on MFD_WM8350
  380. help
  381. This driver provides support for the voltage and current regulators
  382. of the WM8350 AudioPlus PMIC.
  383. config REGULATOR_WM8400
  384. tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
  385. depends on MFD_WM8400
  386. help
  387. This driver provides support for the voltage regulators of the
  388. WM8400 AudioPlus PMIC.
  389. config REGULATOR_WM8994
  390. tristate "Wolfson Microelectronics WM8994 CODEC"
  391. depends on MFD_WM8994
  392. help
  393. This driver provides support for the voltage regulators on the
  394. WM8994 CODEC.
  395. endif