Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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_BQ24022
  63. tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC"
  64. help
  65. This driver controls a TI bq24022 Charger attached via
  66. GPIOs. The provided current regulator can enable/disable
  67. charging select between 100 mA and 500 mA charging current
  68. limit.
  69. config REGULATOR_MAX1586
  70. tristate "Maxim 1586/1587 voltage regulator"
  71. depends on I2C
  72. help
  73. This driver controls a Maxim 1586 or 1587 voltage output
  74. regulator via I2C bus. The provided regulator is suitable
  75. for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
  76. config REGULATOR_MAX8649
  77. tristate "Maxim 8649 voltage regulator"
  78. depends on I2C
  79. select REGMAP_I2C
  80. help
  81. This driver controls a Maxim 8649 voltage output regulator via
  82. I2C bus.
  83. config REGULATOR_MAX8660
  84. tristate "Maxim 8660/8661 voltage regulator"
  85. depends on I2C
  86. help
  87. This driver controls a Maxim 8660/8661 voltage output
  88. regulator via I2C bus.
  89. config REGULATOR_MAX8925
  90. tristate "Maxim MAX8925 Power Management IC"
  91. depends on MFD_MAX8925
  92. help
  93. Say y here to support the voltage regulaltor of Maxim MAX8925 PMIC.
  94. config REGULATOR_MAX8952
  95. tristate "Maxim MAX8952 Power Management IC"
  96. depends on I2C
  97. help
  98. This driver controls a Maxim 8952 voltage output regulator
  99. via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS
  100. modes ranging from 0.77V to 1.40V by 0.01V steps.
  101. config REGULATOR_MAX8997
  102. tristate "Maxim 8997/8966 regulator"
  103. depends on MFD_MAX8997
  104. help
  105. This driver controls a Maxim 8997/8966 regulator
  106. via I2C bus. The provided regulator is suitable for S5PC110,
  107. S5PV210, and Exynos-4 chips to control VCC_CORE and
  108. VCC_USIM voltages.
  109. config REGULATOR_MAX8998
  110. tristate "Maxim 8998 voltage regulator"
  111. depends on MFD_MAX8998
  112. help
  113. This driver controls a Maxim 8998 voltage output regulator
  114. via I2C bus. The provided regulator is suitable for S3C6410
  115. and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
  116. config REGULATOR_TWL4030
  117. bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
  118. depends on TWL4030_CORE
  119. help
  120. This driver supports the voltage regulators provided by
  121. this family of companion chips.
  122. config REGULATOR_WM831X
  123. tristate "Wolfson Microelcronics WM831x PMIC regulators"
  124. depends on MFD_WM831X
  125. help
  126. Support the voltage and current regulators of the WM831x series
  127. of PMIC devices.
  128. config REGULATOR_WM8350
  129. tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
  130. depends on MFD_WM8350
  131. help
  132. This driver provides support for the voltage and current regulators
  133. of the WM8350 AudioPlus PMIC.
  134. config REGULATOR_WM8400
  135. tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
  136. depends on MFD_WM8400
  137. help
  138. This driver provides support for the voltage regulators of the
  139. WM8400 AudioPlus PMIC.
  140. config REGULATOR_WM8994
  141. tristate "Wolfson Microelectronics WM8994 CODEC"
  142. depends on MFD_WM8994
  143. help
  144. This driver provides support for the voltage regulators on the
  145. WM8994 CODEC.
  146. config REGULATOR_DA903X
  147. tristate "Support regulators on Dialog Semiconductor DA9030/DA9034 PMIC"
  148. depends on PMIC_DA903X
  149. help
  150. Say y here to support the BUCKs and LDOs regulators found on
  151. Dialog Semiconductor DA9030/DA9034 PMIC.
  152. config REGULATOR_DA9052
  153. tristate "Dialog DA9052/DA9053 regulators"
  154. depends on PMIC_DA9052
  155. help
  156. This driver supports the voltage regulators of DA9052-BC and
  157. DA9053-AA/Bx PMIC.
  158. config REGULATOR_PCF50633
  159. tristate "PCF50633 regulator driver"
  160. depends on MFD_PCF50633
  161. help
  162. Say Y here to support the voltage regulators and convertors
  163. on PCF50633
  164. config REGULATOR_LP3971
  165. tristate "National Semiconductors LP3971 PMIC regulator driver"
  166. depends on I2C
  167. help
  168. Say Y here to support the voltage regulators and convertors
  169. on National Semiconductors LP3971 PMIC
  170. config REGULATOR_LP3972
  171. tristate "National Semiconductors LP3972 PMIC regulator driver"
  172. depends on I2C
  173. help
  174. Say Y here to support the voltage regulators and convertors
  175. on National Semiconductors LP3972 PMIC
  176. config REGULATOR_PCAP
  177. tristate "PCAP2 regulator driver"
  178. depends on EZX_PCAP
  179. help
  180. This driver provides support for the voltage regulators of the
  181. PCAP2 PMIC.
  182. config REGULATOR_MC13XXX_CORE
  183. tristate
  184. config REGULATOR_MC13783
  185. tristate "Support regulators on Freescale MC13783 PMIC"
  186. depends on MFD_MC13783
  187. select REGULATOR_MC13XXX_CORE
  188. help
  189. Say y here to support the regulators found on the Freescale MC13783
  190. PMIC.
  191. config REGULATOR_MC13892
  192. tristate "Support regulators on Freescale MC13892 PMIC"
  193. depends on MFD_MC13XXX
  194. select REGULATOR_MC13XXX_CORE
  195. help
  196. Say y here to support the regulators found on the Freescale MC13892
  197. PMIC.
  198. config REGULATOR_AB3100
  199. tristate "ST-Ericsson AB3100 Regulator functions"
  200. depends on AB3100_CORE
  201. default y if AB3100_CORE
  202. help
  203. These regulators correspond to functionality in the
  204. AB3100 analog baseband dealing with power regulators
  205. for the system.
  206. config REGULATOR_TPS6105X
  207. tristate "TI TPS6105X Power regulators"
  208. depends on TPS6105X
  209. default y if TPS6105X
  210. help
  211. This driver supports TPS61050/TPS61052 voltage regulator chips.
  212. It is a single boost converter primarily for white LEDs and
  213. audio amplifiers.
  214. config REGULATOR_TPS65023
  215. tristate "TI TPS65023 Power regulators"
  216. depends on I2C
  217. select REGMAP_I2C
  218. help
  219. This driver supports TPS65023 voltage regulator chips. TPS65023 provides
  220. three step-down converters and two general-purpose LDO voltage regulators.
  221. It supports TI's software based Class-2 SmartReflex implementation.
  222. config REGULATOR_TPS6507X
  223. tristate "TI TPS6507X Power regulators"
  224. depends on I2C
  225. help
  226. This driver supports TPS6507X voltage regulator chips. TPS6507X provides
  227. three step-down converters and two general-purpose LDO voltage regulators.
  228. It supports TI's software based Class-2 SmartReflex implementation.
  229. config REGULATOR_TPS65912
  230. tristate "TI TPS65912 Power regulator"
  231. depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
  232. help
  233. This driver supports TPS65912 voltage regulator chip.
  234. config REGULATOR_88PM8607
  235. bool "Marvell 88PM8607 Power regulators"
  236. depends on MFD_88PM860X=y
  237. help
  238. This driver supports 88PM8607 voltage regulator chips.
  239. config REGULATOR_ISL6271A
  240. tristate "Intersil ISL6271A Power regulator"
  241. depends on I2C
  242. help
  243. This driver supports ISL6271A voltage regulator chip.
  244. config REGULATOR_AD5398
  245. tristate "Analog Devices AD5398/AD5821 regulators"
  246. depends on I2C
  247. help
  248. This driver supports AD5398 and AD5821 current regulator chips.
  249. If building into module, its name is ad5398.ko.
  250. config REGULATOR_AB8500
  251. bool "ST-Ericsson AB8500 Power Regulators"
  252. depends on AB8500_CORE
  253. help
  254. This driver supports the regulators found on the ST-Ericsson mixed
  255. signal AB8500 PMIC
  256. config REGULATOR_DB8500_PRCMU
  257. bool "ST-Ericsson DB8500 Voltage Domain Regulators"
  258. depends on MFD_DB8500_PRCMU
  259. help
  260. This driver supports the voltage domain regulators controlled by the
  261. DB8500 PRCMU
  262. config REGULATOR_TPS6586X
  263. tristate "TI TPS6586X Power regulators"
  264. depends on MFD_TPS6586X
  265. help
  266. This driver supports TPS6586X voltage regulator chips.
  267. config REGULATOR_TPS6524X
  268. tristate "TI TPS6524X Power regulators"
  269. depends on SPI
  270. help
  271. This driver supports TPS6524X voltage regulator chips. TPS6524X
  272. provides three step-down converters and two general-purpose LDO
  273. voltage regulators. This device is interfaced using a customized
  274. serial interface currently supported on the sequencer serial
  275. port controller.
  276. config REGULATOR_TPS65910
  277. tristate "TI TPS65910 Power Regulator"
  278. depends on MFD_TPS65910
  279. help
  280. This driver supports TPS65910 voltage regulator chips.
  281. config REGULATOR_AAT2870
  282. tristate "AnalogicTech AAT2870 Regulators"
  283. depends on MFD_AAT2870_CORE
  284. help
  285. If you have a AnalogicTech AAT2870 say Y to enable the
  286. regulator driver.
  287. endif