Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. menu "Fuelgauge drivers"
  2. config FUELGAUGE_DUMMY
  3. bool "dummy fuel gauge driver"
  4. default n
  5. depends on BATTERY_SAMSUNG
  6. help
  7. Say Y here, to enable
  8. support for dummy fuel gauge driver.
  9. This driver source code implemented
  10. skeleton source code for fuel gauge functions.
  11. config FUELGAUGE_MAX77775
  12. tristate "MAX77775 fuel gauge driver"
  13. default n
  14. depends on BATTERY_SAMSUNG
  15. help
  16. Say Y or M here, to enable
  17. support for MAXIM MAX77775 fuel gauge driver.
  18. This is fuel-gauge systems for monitoring batteries.
  19. This fuel-gauge can be used in coulomb-counting mode.
  20. config EN_OOPS
  21. bool "enable oops filter"
  22. default n
  23. help
  24. Say Y here to enable
  25. support for FUELGAUGE_MAX77775 enable oops filter.
  26. MAXIM fuel-gauge only support this option.
  27. some battery data values should be defined.
  28. config ID_USING_BAT_SUBBAT
  29. bool "battery id using sub bat"
  30. default n
  31. depends on DUAL_BATTERY
  32. help
  33. Say Y here to enable
  34. This is to calculate bat_id using main_bat_id & sub_bat_id.
  35. config UI_SOC_PROLONGING
  36. bool "Ui Soc 100% Prolonging"
  37. default n
  38. help
  39. Say Y here to enable
  40. Support for UI Soc prolonging.
  41. This is to enable UI Soc prolonging concept.
  42. endmenu