Kenneth Heitke | e44b0ce | 2013-03-12 11:41:46 -0700 | [diff] [blame] | 1 | # |
David Brown | ce44bf5 | 2013-03-12 11:41:54 -0700 | [diff] [blame] | 2 | # SSBI bus support |
Kenneth Heitke | e44b0ce | 2013-03-12 11:41:46 -0700 | [diff] [blame] | 3 | # |
| 4 | |
| 5 | menu "Qualcomm MSM SSBI bus support" |
| 6 | |
David Brown | ce44bf5 | 2013-03-12 11:41:54 -0700 | [diff] [blame] | 7 | config SSBI |
David Brown | 4a6692e | 2013-03-12 11:41:49 -0700 | [diff] [blame] | 8 | tristate "Qualcomm Single-wire Serial Bus Interface (SSBI)" |
Kenneth Heitke | e44b0ce | 2013-03-12 11:41:46 -0700 | [diff] [blame] | 9 | help |
| 10 | If you say yes to this option, support will be included for the |
| 11 | built-in SSBI interface on Qualcomm MSM family processors. |
| 12 | |
| 13 | This is required for communicating with Qualcomm PMICs and |
| 14 | other devices that have the SSBI interface. |
| 15 | |
| 16 | endmenu |