Kconfig 389 B

12345678910111213141516
  1. #
  2. # SSBI bus support
  3. #
  4. menu "Qualcomm MSM SSBI bus support"
  5. config SSBI
  6. tristate "Qualcomm Single-wire Serial Bus Interface (SSBI)"
  7. help
  8. If you say yes to this option, support will be included for the
  9. built-in SSBI interface on Qualcomm MSM family processors.
  10. This is required for communicating with Qualcomm PMICs and
  11. other devices that have the SSBI interface.
  12. endmenu