Kconfig 1009 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. config CHARGER_DUMMY
  2. bool "dummy charger driver"
  3. default n
  4. depends on BATTERY_SAMSUNG
  5. help
  6. Say Y here to enable
  7. support for dummy charger driver.
  8. This driver source code implemented
  9. skeleton source code for charger functions.
  10. config CHARGER_MAX77775
  11. tristate "MAX77775 battery charger support"
  12. depends on BATTERY_SAMSUNG
  13. help
  14. Say Y or M here to enable
  15. support for the MAX77775 charger.
  16. This includes boost mode.
  17. This is Switching Mode Charger.
  18. config MAX77775_CHECK_B2SOVRC
  19. bool "enable for check B2SOVRC"
  20. default n
  21. depends on CHARGER_MAX77775
  22. help
  23. Say Y here to enable
  24. support for CHARGER_MAX77775 check B2SCOVRC.
  25. MAX77775 onply supports this checking options.
  26. this is for MAX77775 monitoring B2SCOVRC.
  27. config SHIPMODE_BY_VBAT
  28. bool "enable for check shipmode by vbat"
  29. default n
  30. depends on CHARGER_MAX77775
  31. help
  32. Say Y here to enable
  33. support for SHIPMODE_BY_VBAT.
  34. MAX77775 only supports this checking options.
  35. this is for shipmode by vbat.