Kenneth Heitke | 5a86bf3 | 2014-02-12 13:44:22 -0600 | [diff] [blame] | 1 | # |
| 2 | # SPMI driver configuration |
| 3 | # |
| 4 | menuconfig SPMI |
| 5 | tristate "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). |
Kenneth Heitke | 39ae93e | 2014-02-12 13:44:24 -0600 | [diff] [blame] | 10 | |
| 11 | if SPMI |
| 12 | |
| 13 | config SPMI_MSM_PMIC_ARB |
| 14 | tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" |
Stephen Boyd | d719b76 | 2015-06-16 11:37:16 -0700 | [diff] [blame] | 15 | select IRQ_DOMAIN |
Josh Cartwright | 2415fc6 | 2014-03-03 10:49:43 -0600 | [diff] [blame] | 16 | depends on ARCH_QCOM || COMPILE_TEST |
Richard Weinberger | 61a590f | 2015-05-04 21:00:46 +0200 | [diff] [blame] | 17 | depends on HAS_IOMEM |
Josh Cartwright | 2415fc6 | 2014-03-03 10:49:43 -0600 | [diff] [blame] | 18 | default ARCH_QCOM |
Kenneth Heitke | 39ae93e | 2014-02-12 13:44:24 -0600 | [diff] [blame] | 19 | help |
| 20 | If you say yes to this option, support will be included for the |
| 21 | built-in SPMI PMIC Arbiter interface on Qualcomm MSM family |
| 22 | processors. |
| 23 | |
| 24 | This is required for communicating with Qualcomm PMICs and |
| 25 | other devices that have the SPMI interface. |
| 26 | |
| 27 | endif |