Kenneth Heitke | ee44ade | 2012-02-08 13:45:33 -0700 | [diff] [blame] | 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). |
Kenneth Heitke | 65a5ad2 | 2012-02-08 14:00:04 -0700 | [diff] [blame] | 10 | |
| 11 | if SPMI |
| 12 | config SPMI_MSM_PMIC_ARB |
| 13 | tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" |
| 14 | help |
| 15 | If you say yes to this option, support will be included for the |
| 16 | built-in SPMI PMIC Arbiter interface on Qualcomm MSM family |
| 17 | processors. |
| 18 | |
| 19 | This is required for communicating with Qualcomm PMICs and |
| 20 | other devices that have the SPMI interface. |
| 21 | |
Michael Bohan | 115cf65 | 2012-01-05 14:32:59 -0800 | [diff] [blame] | 22 | config MSM_QPNP_INT |
| 23 | depends on SPARSE_IRQ |
Michael Bohan | 08e1e90 | 2012-05-23 10:55:22 -0700 | [diff] [blame] | 24 | depends on SPMI |
Michael Bohan | 115cf65 | 2012-01-05 14:32:59 -0800 | [diff] [blame] | 25 | depends on OF_SPMI |
| 26 | bool "MSM QPNP INT" |
| 27 | help |
| 28 | Say 'y' here to include support for the Qualcomm QPNP interrupt |
Michael Bohan | c802017 | 2012-01-23 19:17:10 -0800 | [diff] [blame] | 29 | support. QPNP is a SPMI based PMIC implementation. |
Kenneth Heitke | 65a5ad2 | 2012-02-08 14:00:04 -0700 | [diff] [blame] | 30 | endif |