Kconfig 570 B

12345678910111213141516171819
  1. config CHARGER_PCA9481
  2. tristate "PCA9481 charger driver"
  3. default n
  4. depends on DIRECT_CHARGING
  5. help
  6. Say Y or M here,
  7. to enable support for the PCA9481 charger.
  8. This is 2:1 switched capacitor direct charger.
  9. To compile the driver as a module, choose M here.
  10. config SEND_PDMSG_IN_PPS_REQUEST_WORK
  11. bool "PCA9481 send pdmsg in request work"
  12. default n
  13. help
  14. Say Y here to enable
  15. support for send pdmsg in direct charger.
  16. This options for pdic not support periodic send pdmsg.
  17. If this is Y in direct charger, direct charger send pdmsg periodic.