Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. help
  17. Say Y here to enable generic power driver for PDAs and phones with
  18. one or two external power supplies (AC/USB) connected to main and
  19. backup batteries, and optional builtin charger.
  20. config APM_POWER
  21. tristate "APM emulation for class batteries"
  22. depends on APM_EMULATION
  23. help
  24. Say Y here to enable support APM status emulation using
  25. battery class devices.
  26. config BATTERY_DS2760
  27. tristate "DS2760 battery driver (HP iPAQ & others)"
  28. select W1
  29. select W1_SLAVE_DS2760
  30. help
  31. Say Y here to enable support for batteries with ds2760 chip.
  32. config BATTERY_PMU
  33. tristate "Apple PMU battery"
  34. depends on ADB_PMU
  35. help
  36. Say Y here to expose battery information on Apple machines
  37. through the generic battery class.
  38. endif # POWER_SUPPLY