Kconfig 835 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # SPMI driver configuration
  3. #
  4. menuconfig SPMI
  5. bool "SPMI support"
  6. help
  7. SPMI (System Power Management Interface) is a two-wire
  8. serial interface between baseband and application processors
  9. and Power Management Integrated Circuits (PMIC).
  10. if SPMI
  11. config SPMI_MSM_PMIC_ARB
  12. tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
  13. help
  14. If you say yes to this option, support will be included for the
  15. built-in SPMI PMIC Arbiter interface on Qualcomm MSM family
  16. processors.
  17. This is required for communicating with Qualcomm PMICs and
  18. other devices that have the SPMI interface.
  19. config MSM_QPNP_INT
  20. depends on SPARSE_IRQ
  21. depends on SPMI
  22. depends on OF_SPMI
  23. bool "MSM QPNP INT"
  24. help
  25. Say 'y' here to include support for the Qualcomm QPNP interrupt
  26. support. QPNP is a SPMI based PMIC implementation.
  27. endif