Kconfig 14 KB

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