Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # Power Related
  2. config MTK_PMIC
  3. bool "MediaTek PMIC driver"
  4. default y
  5. ---help---
  6. MediaTek PMIC driver
  7. config MTK_BQ25896_SUPPORT
  8. bool "MTK_BQ25896_SUPPORT"
  9. select MTK_SWITCH_INPUT_OUTPUT_CURRENT_SUPPORT
  10. default n
  11. ---help---
  12. Mediatek TI BQ25896 driver.
  13. Set y to support this driver.
  14. Set n and choose other chargers.
  15. This driver uses I2c bus.
  16. config MTK_BQ24296_SUPPORT
  17. bool "MTK_BQ24296_SUPPORT"
  18. select MTK_SWITCH_INPUT_OUTPUT_CURRENT_SUPPORT
  19. default n
  20. ---help---
  21. Mediatek TI BQ24296 driver.
  22. Set y to support this driver.
  23. Set n and choose other chargers.
  24. This driver uses I2c bus.
  25. config MTK_SWITCH_INPUT_OUTPUT_CURRENT_SUPPORT
  26. bool "MTK_SWITCH_INPUT_OUTPUT_CURRENT_SUPPORT"
  27. default n
  28. ---help---
  29. Mediatek switch charger input output current.
  30. Set y to support.
  31. Set n to disable.
  32. switch charger often supports this feature.
  33. config MTK_BIF_SUPPORT
  34. bool "MTK_BIF_SUPPORT"
  35. select MTK_DYNAMIC_BAT_CV_SUPPORT
  36. default n
  37. ---help---
  38. Mediatek smart battery BIF feature.
  39. BIF feature provides battery information
  40. to AP and no need to use AuxADC
  41. to get battery information.
  42. config MTK_DYNAMIC_BAT_CV_SUPPORT
  43. bool "MTK_DYNAMIC_BAT_CV_SUPPORT"
  44. default n
  45. ---help---
  46. Mediatek dynamic CV support with BIF battery
  47. BIF feature provides battery information
  48. to AP and no need to use AuxADC
  49. to get battery voltage.