PageRenderTime 43ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/regulator/Kconfig

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