Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. menuconfig POWER_SUPPLY
  2. tristate "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 WM831X_POWER
  28. tristate "WM831X PMU support"
  29. depends on MFD_WM831X
  30. help
  31. Say Y here to enable support for the power management unit
  32. provided by Wolfson Microelectronics WM831x PMICs.
  33. config WM8350_POWER
  34. tristate "WM8350 PMU support"
  35. depends on MFD_WM8350
  36. help
  37. Say Y here to enable support for the power management unit
  38. provided by the Wolfson Microelectronics WM8350 PMIC.
  39. config BATTERY_DS2760
  40. tristate "DS2760 battery driver (HP iPAQ & others)"
  41. select W1
  42. select W1_SLAVE_DS2760
  43. help
  44. Say Y here to enable support for batteries with ds2760 chip.
  45. config BATTERY_DS2782
  46. tristate "DS2782 standalone gas-gauge"
  47. depends on I2C
  48. help
  49. Say Y here to enable support for the DS2782 standalone battery
  50. gas-gauge.
  51. config BATTERY_PMU
  52. tristate "Apple PMU battery"
  53. depends on PPC32 && ADB_PMU
  54. help
  55. Say Y here to expose battery information on Apple machines
  56. through the generic battery class.
  57. config BATTERY_OLPC
  58. tristate "One Laptop Per Child battery"
  59. depends on X86_32 && OLPC
  60. help
  61. Say Y to enable support for the battery on the OLPC laptop.
  62. config BATTERY_TOSA
  63. tristate "Sharp SL-6000 (tosa) battery"
  64. depends on MACH_TOSA && MFD_TC6393XB && TOUCHSCREEN_WM97XX
  65. help
  66. Say Y to enable support for the battery on the Sharp Zaurus
  67. SL-6000 (tosa) models.
  68. config BATTERY_COLLIE
  69. tristate "Sharp SL-5500 (collie) battery"
  70. depends on SA1100_COLLIE && MCP_UCB1200
  71. help
  72. Say Y to enable support for the battery on the Sharp Zaurus
  73. SL-5500 (collie) models.
  74. config BATTERY_WM97XX
  75. bool "WM97xx generic battery driver"
  76. depends on TOUCHSCREEN_WM97XX=y
  77. help
  78. Say Y to enable support for battery measured by WM97xx aux port.
  79. config BATTERY_BQ27x00
  80. tristate "BQ27200 battery driver"
  81. depends on I2C
  82. help
  83. Say Y here to enable support for batteries with BQ27200(I2C) chip.
  84. config BATTERY_DA9030
  85. tristate "DA9030 battery driver"
  86. depends on PMIC_DA903X
  87. help
  88. Say Y here to enable support for batteries charger integrated into
  89. DA9030 PMIC.
  90. config BATTERY_MAX17040
  91. tristate "Maxim MAX17040 Fuel Gauge"
  92. depends on I2C
  93. help
  94. MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries
  95. in handheld and portable equipment. The MAX17040 is configured
  96. to operate with a single lithium cell
  97. config CHARGER_PCF50633
  98. tristate "NXP PCF50633 MBC"
  99. depends on MFD_PCF50633
  100. help
  101. Say Y to include support for NXP PCF50633 Main Battery Charger.
  102. endif # POWER_SUPPLY