blob: c32978e8cc6475daf1f3fb13c76db699b4475437 [file] [log] [blame]
Kenneth Heitkeee44ade2012-02-08 13:45:33 -07001#
2# SPMI driver configuration
3#
4menuconfig 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 Heitke65a5ad22012-02-08 14:00:04 -070010
11if SPMI
12config 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 Bohan115cf652012-01-05 14:32:59 -080022config MSM_QPNP_INT
23 depends on SPARSE_IRQ
Michael Bohan08e1e902012-05-23 10:55:22 -070024 depends on SPMI
Michael Bohan115cf652012-01-05 14:32:59 -080025 depends on OF_SPMI
26 bool "MSM QPNP INT"
27 help
28 Say 'y' here to include support for the Qualcomm QPNP interrupt
Michael Bohanc8020172012-01-23 19:17:10 -080029 support. QPNP is a SPMI based PMIC implementation.
Kenneth Heitke65a5ad22012-02-08 14:00:04 -070030endif