Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. menuconfig POWER_SUPPLY
  2. bool "Power supply class support"
  3. help
  4. Say Y here to enable power supply class support. This allows
  5. power supply (batteries, AC, USB) monitoring by userspace
  6. via sysfs and uevent (if available) and/or APM kernel interface
  7. (if selected below).
  8. if POWER_SUPPLY
  9. config POWER_SUPPLY_DEBUG
  10. bool "Power supply debug"
  11. help
  12. Say Y here to enable debugging messages for power supply class
  13. and drivers.
  14. config PDA_POWER
  15. tristate "Generic PDA/phone power driver"
  16. depends on !S390
  17. help
  18. Say Y here to enable generic power driver for PDAs and phones with
  19. one or two external power supplies (AC/USB) connected to main and
  20. backup batteries, and optional builtin charger.
  21. config APM_POWER
  22. tristate "APM emulation for class batteries"
  23. depends on APM_EMULATION
  24. help
  25. Say Y here to enable support APM status emulation using
  26. battery class devices.
  27. config GENERIC_ADC_BATTERY
  28. tristate "Generic battery support using IIO"
  29. depends on IIO
  30. help
  31. Say Y here to enable support for the generic battery driver
  32. which uses IIO framework to read adc.
  33. config MAX8925_POWER
  34. tristate "MAX8925 battery charger support"
  35. depends on MFD_MAX8925
  36. help
  37. Say Y here to enable support for the battery charger in the Maxim
  38. MAX8925 PMIC.
  39. config WM831X_BACKUP
  40. tristate "WM831X backup battery charger support"
  41. depends on MFD_WM831X
  42. help
  43. Say Y here to enable support for the backup battery charger
  44. in the Wolfson Microelectronics WM831x PMICs.
  45. config WM831X_POWER
  46. tristate "WM831X PMU support"
  47. depends on MFD_WM831X
  48. help
  49. Say Y here to enable support for the power management unit
  50. provided by Wolfson Microelectronics WM831x PMICs.
  51. config WM8350_POWER
  52. tristate "WM8350 PMU support"
  53. depends on MFD_WM8350
  54. help
  55. Say Y here to enable support for the power management unit
  56. provided by the Wolfson Microelectronics WM8350 PMIC.
  57. config TEST_POWER
  58. tristate "Test power driver"
  59. help
  60. This driver is used for testing. It's safe to say M here.
  61. config BATTERY_88PM860X
  62. tristate "Marvell 88PM860x battery driver"
  63. depends on MFD_88PM860X
  64. help
  65. Say Y here to enable battery monitor for Marvell 88PM860x chip.
  66. config BATTERY_DS2760
  67. tristate "DS2760 battery driver (HP iPAQ & others)"
  68. depends on W1 && W1_SLAVE_DS2760
  69. help
  70. Say Y here to enable support for batteries with ds2760 chip.
  71. config BATTERY_DS2780
  72. tristate "DS2780 battery driver"
  73. depends on HAS_IOMEM
  74. select W1
  75. select W1_SLAVE_DS2780
  76. help
  77. Say Y here to enable support for batteries with ds2780 chip.
  78. config BATTERY_DS2781
  79. tristate "DS2781 battery driver"
  80. depends on HAS_IOMEM
  81. select W1
  82. select W1_SLAVE_DS2781
  83. help
  84. If you enable this you will have the DS2781 battery driver support.
  85. The battery monitor chip is used in many batteries/devices
  86. as the one who is responsible for charging/discharging/monitoring
  87. Li+ batteries.
  88. If you are unsure, say N.
  89. config BATTERY_DS2782
  90. tristate "DS2782/DS2786 standalone gas-gauge"
  91. depends on I2C
  92. help
  93. Say Y here to enable support for the DS2782/DS2786 standalone battery
  94. gas-gauge.
  95. config BATTERY_PMU
  96. tristate "Apple PMU battery"
  97. depends on PPC32 && ADB_PMU
  98. help
  99. Say Y here to expose battery information on Apple machines
  100. through the generic battery class.
  101. config BATTERY_OLPC
  102. tristate "One Laptop Per Child battery"
  103. depends on X86_32 && OLPC
  104. help
  105. Say Y to enable support for the battery on the OLPC laptop.
  106. config BATTERY_TOSA
  107. tristate "Sharp SL-6000 (tosa) battery"
  108. depends on MACH_TOSA && MFD_TC6393XB && TOUCHSCREEN_WM97XX
  109. help
  110. Say Y to enable support for the battery on the Sharp Zaurus
  111. SL-6000 (tosa) models.
  112. config BATTERY_COLLIE
  113. tristate "Sharp SL-5500 (collie) battery"
  114. depends on SA1100_COLLIE && MCP_UCB1200
  115. help
  116. Say Y to enable support for the battery on the Sharp Zaurus
  117. SL-5500 (collie) models.
  118. config BATTERY_IPAQ_MICRO
  119. tristate "iPAQ Atmel Micro ASIC battery driver"
  120. depends on MFD_IPAQ_MICRO
  121. help
  122. Choose this option if you want to monitor battery status on
  123. Compaq/HP iPAQ h3100 and h3600.
  124. config BATTERY_WM97XX
  125. bool "WM97xx generic battery driver"
  126. depends on TOUCHSCREEN_WM97XX=y
  127. help
  128. Say Y to enable support for battery measured by WM97xx aux port.
  129. config BATTERY_SBS
  130. tristate "SBS Compliant gas gauge"
  131. depends on I2C
  132. help
  133. Say Y to include support for SBS battery driver for SBS-compliant
  134. gas gauges.
  135. config BATTERY_BQ27x00
  136. tristate "BQ27x00 battery driver"
  137. depends on I2C || I2C=n
  138. help
  139. Say Y here to enable support for batteries with BQ27x00 (I2C/HDQ) chips.
  140. config BATTERY_BQ27X00_I2C
  141. bool "BQ27200/BQ27500 support"
  142. depends on BATTERY_BQ27x00
  143. depends on I2C
  144. default y
  145. help
  146. Say Y here to enable support for batteries with BQ27x00 (I2C) chips.
  147. config BATTERY_BQ27X00_PLATFORM
  148. bool "BQ27000 support"
  149. depends on BATTERY_BQ27x00
  150. default y
  151. help
  152. Say Y here to enable support for batteries with BQ27000 (HDQ) chips.
  153. config BATTERY_DA9030
  154. tristate "DA9030 battery driver"
  155. depends on PMIC_DA903X
  156. help
  157. Say Y here to enable support for batteries charger integrated into
  158. DA9030 PMIC.
  159. config BATTERY_DA9052
  160. tristate "Dialog DA9052 Battery"
  161. depends on PMIC_DA9052
  162. help
  163. Say Y here to enable support for batteries charger integrated into
  164. DA9052 PMIC.
  165. config BATTERY_MAX17040
  166. tristate "Maxim MAX17040 Fuel Gauge"
  167. depends on I2C
  168. help
  169. MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries
  170. in handheld and portable equipment. The MAX17040 is configured
  171. to operate with a single lithium cell
  172. config BATTERY_MAX17042
  173. tristate "Maxim MAX17042/17047/17050/8997/8966 Fuel Gauge"
  174. depends on I2C
  175. select REGMAP_I2C
  176. help
  177. MAX17042 is fuel-gauge systems for lithium-ion (Li+) batteries
  178. in handheld and portable equipment. The MAX17042 is configured
  179. to operate with a single lithium cell. MAX8997 and MAX8966 are
  180. multi-function devices that include fuel gauages that are compatible
  181. with MAX17042. This driver also supports max17047/50 chips which are
  182. improved version of max17042.
  183. config BATTERY_Z2
  184. tristate "Z2 battery driver"
  185. depends on I2C && MACH_ZIPIT2
  186. help
  187. Say Y to include support for the battery on the Zipit Z2.
  188. config BATTERY_S3C_ADC
  189. tristate "Battery driver for Samsung ADC based monitoring"
  190. depends on S3C_ADC
  191. help
  192. Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery
  193. config BATTERY_TWL4030_MADC
  194. tristate "TWL4030 MADC battery driver"
  195. depends on TWL4030_MADC
  196. help
  197. Say Y here to enable this dumb driver for batteries managed
  198. through the TWL4030 MADC.
  199. config CHARGER_88PM860X
  200. tristate "Marvell 88PM860x Charger driver"
  201. depends on MFD_88PM860X && BATTERY_88PM860X
  202. help
  203. Say Y here to enable charger for Marvell 88PM860x chip.
  204. config CHARGER_PCF50633
  205. tristate "NXP PCF50633 MBC"
  206. depends on MFD_PCF50633
  207. help
  208. Say Y to include support for NXP PCF50633 Main Battery Charger.
  209. config BATTERY_JZ4740
  210. tristate "Ingenic JZ4740 battery"
  211. depends on MACH_JZ4740
  212. depends on MFD_JZ4740_ADC
  213. help
  214. Say Y to enable support for the battery on Ingenic JZ4740 based
  215. boards.
  216. This driver can be build as a module. If so, the module will be
  217. called jz4740-battery.
  218. config BATTERY_INTEL_MID
  219. tristate "Battery driver for Intel MID platforms"
  220. depends on INTEL_SCU_IPC && SPI
  221. help
  222. Say Y here to enable the battery driver on Intel MID
  223. platforms.
  224. config BATTERY_RX51
  225. tristate "Nokia RX-51 (N900) battery driver"
  226. depends on TWL4030_MADC
  227. help
  228. Say Y here to enable support for battery information on Nokia
  229. RX-51, also known as N900 tablet.
  230. config CHARGER_ISP1704
  231. tristate "ISP1704 USB Charger Detection"
  232. depends on USB_PHY
  233. help
  234. Say Y to enable support for USB Charger Detection with
  235. ISP1707/ISP1704 USB transceivers.
  236. config CHARGER_MAX8903
  237. tristate "MAX8903 Battery DC-DC Charger for USB and Adapter Power"
  238. help
  239. Say Y to enable support for the MAX8903 DC-DC charger and sysfs.
  240. The driver supports controlling charger-enable and current-limit
  241. pins based on the status of charger connections with interrupt
  242. handlers.
  243. config CHARGER_TWL4030
  244. tristate "OMAP TWL4030 BCI charger driver"
  245. depends on TWL4030_CORE
  246. help
  247. Say Y here to enable support for TWL4030 Battery Charge Interface.
  248. config CHARGER_LP8727
  249. tristate "TI/National Semiconductor LP8727 charger driver"
  250. depends on I2C
  251. help
  252. Say Y here to enable support for LP8727 Charger Driver.
  253. config CHARGER_LP8788
  254. tristate "TI LP8788 charger driver"
  255. depends on MFD_LP8788
  256. depends on LP8788_ADC
  257. depends on IIO
  258. help
  259. Say Y to enable support for the LP8788 linear charger.
  260. config CHARGER_GPIO
  261. tristate "GPIO charger"
  262. depends on GPIOLIB
  263. help
  264. Say Y to include support for chargers which report their online status
  265. through a GPIO pin.
  266. This driver can be build as a module. If so, the module will be
  267. called gpio-charger.
  268. config CHARGER_MANAGER
  269. bool "Battery charger manager for multiple chargers"
  270. depends on REGULATOR && RTC_CLASS
  271. select EXTCON
  272. help
  273. Say Y to enable charger-manager support, which allows multiple
  274. chargers attached to a battery and multiple batteries attached to a
  275. system. The charger-manager also can monitor charging status in
  276. runtime and in suspend-to-RAM by waking up the system periodically
  277. with help of suspend_again support.
  278. config CHARGER_MAX14577
  279. tristate "Maxim MAX14577/77836 battery charger driver"
  280. depends on MFD_MAX14577
  281. depends on SYSFS
  282. help
  283. Say Y to enable support for the battery charger control sysfs and
  284. platform data of MAX14577/77836 MUICs.
  285. config CHARGER_MAX8997
  286. tristate "Maxim MAX8997/MAX8966 PMIC battery charger driver"
  287. depends on MFD_MAX8997 && REGULATOR_MAX8997
  288. help
  289. Say Y to enable support for the battery charger control sysfs and
  290. platform data of MAX8997/LP3974 PMICs.
  291. config CHARGER_MAX8998
  292. tristate "Maxim MAX8998/LP3974 PMIC battery charger driver"
  293. depends on MFD_MAX8998 && REGULATOR_MAX8998
  294. help
  295. Say Y to enable support for the battery charger control sysfs and
  296. platform data of MAX8998/LP3974 PMICs.
  297. config CHARGER_BQ2415X
  298. tristate "TI BQ2415x battery charger driver"
  299. depends on I2C
  300. help
  301. Say Y to enable support for the TI BQ2415x battery charger
  302. PMICs.
  303. You'll need this driver to charge batteries on e.g. Nokia
  304. RX-51/N900.
  305. config CHARGER_BQ24190
  306. tristate "TI BQ24190 battery charger driver"
  307. depends on I2C && GPIOLIB
  308. help
  309. Say Y to enable support for the TI BQ24190 battery charger.
  310. config CHARGER_BQ24735
  311. tristate "TI BQ24735 battery charger support"
  312. depends on I2C && GPIOLIB
  313. help
  314. Say Y to enable support for the TI BQ24735 battery charger.
  315. config CHARGER_SMB347
  316. tristate "Summit Microelectronics SMB347 Battery Charger"
  317. depends on I2C
  318. select REGMAP_I2C
  319. help
  320. Say Y to include support for Summit Microelectronics SMB347
  321. Battery Charger.
  322. config CHARGER_TPS65090
  323. tristate "TPS65090 battery charger driver"
  324. depends on MFD_TPS65090
  325. help
  326. Say Y here to enable support for battery charging with TPS65090
  327. PMIC chips.
  328. config AB8500_BM
  329. bool "AB8500 Battery Management Driver"
  330. depends on AB8500_CORE && AB8500_GPADC
  331. help
  332. Say Y to include support for AB8500 battery management.
  333. config BATTERY_GOLDFISH
  334. tristate "Goldfish battery driver"
  335. depends on GOLDFISH || COMPILE_TEST
  336. depends on HAS_IOMEM
  337. help
  338. Say Y to enable support for the battery and AC power in the
  339. Goldfish emulator.
  340. source "drivers/power/reset/Kconfig"
  341. endif # POWER_SUPPLY
  342. source "drivers/power/avs/Kconfig"