Kconfig 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 WM8350_POWER
  28. tristate "WM8350 PMU support"
  29. depends on MFD_WM8350
  30. help
  31. Say Y here to enable support for the power management unit
  32. provided by the Wolfson Microelectronics WM8350 PMIC.
  33. config BATTERY_DS2760
  34. tristate "DS2760 battery driver (HP iPAQ & others)"
  35. select W1
  36. select W1_SLAVE_DS2760
  37. help
  38. Say Y here to enable support for batteries with ds2760 chip.
  39. config BATTERY_PMU
  40. tristate "Apple PMU battery"
  41. depends on PPC32 && ADB_PMU
  42. help
  43. Say Y here to expose battery information on Apple machines
  44. through the generic battery class.
  45. config BATTERY_OLPC
  46. tristate "One Laptop Per Child battery"
  47. depends on X86_32 && OLPC
  48. help
  49. Say Y to enable support for the battery on the OLPC laptop.
  50. config BATTERY_TOSA
  51. tristate "Sharp SL-6000 (tosa) battery"
  52. depends on MACH_TOSA && MFD_TC6393XB && TOUCHSCREEN_WM97XX
  53. help
  54. Say Y to enable support for the battery on the Sharp Zaurus
  55. SL-6000 (tosa) models.
  56. config BATTERY_WM97XX
  57. bool "WM97xx generic battery driver"
  58. depends on TOUCHSCREEN_WM97XX=y
  59. help
  60. Say Y to enable support for battery measured by WM97xx aux port.
  61. config BATTERY_BQ27x00
  62. tristate "BQ27200 battery driver"
  63. depends on I2C
  64. help
  65. Say Y here to enable support for batteries with BQ27200(I2C) chip.
  66. config BATTERY_DA9030
  67. tristate "DA9030 battery driver"
  68. depends on PMIC_DA903X
  69. help
  70. Say Y here to enable support for batteries charger integrated into
  71. DA9030 PMIC.
  72. config CHARGER_PCF50633
  73. tristate "NXP PCF50633 MBC"
  74. depends on MFD_PCF50633
  75. help
  76. Say Y to include support for NXP PCF50633 Main Battery Charger.
  77. endif # POWER_SUPPLY