Kconfig 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 BATTERY_DS2760
  28. tristate "DS2760 battery driver (HP iPAQ & others)"
  29. select W1
  30. select W1_SLAVE_DS2760
  31. help
  32. Say Y here to enable support for batteries with ds2760 chip.
  33. config BATTERY_PMU
  34. tristate "Apple PMU battery"
  35. depends on PPC32 && ADB_PMU
  36. help
  37. Say Y here to expose battery information on Apple machines
  38. through the generic battery class.
  39. config BATTERY_OLPC
  40. tristate "One Laptop Per Child battery"
  41. depends on X86_32 && OLPC
  42. help
  43. Say Y to enable support for the battery on the OLPC laptop.
  44. config BATTERY_TOSA
  45. tristate "Sharp SL-6000 (tosa) battery"
  46. depends on MACH_TOSA && MFD_TC6393XB
  47. help
  48. Say Y to enable support for the battery on the Sharp Zaurus
  49. SL-6000 (tosa) models.
  50. config BATTERY_WM97XX
  51. bool "WM97xx generic battery driver"
  52. depends on TOUCHSCREEN_WM97XX
  53. help
  54. Say Y to enable support for battery measured by WM97xx aux port.
  55. endif # POWER_SUPPLY