Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. endif # POWER_SUPPLY