clk: sirf: Constify parent names in clock init data
[deliverable/linux.git] / drivers / spmi / Kconfig
CommitLineData
5a86bf34
KH
1#
2# SPMI driver configuration
3#
4menuconfig 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).
39ae93e3
KH
10
11if SPMI
12
13config SPMI_MSM_PMIC_ARB
14 tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
67b563f1 15 depends on IRQ_DOMAIN
2415fc67
JC
16 depends on ARCH_QCOM || COMPILE_TEST
17 default ARCH_QCOM
39ae93e3
KH
18 help
19 If you say yes to this option, support will be included for the
20 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family
21 processors.
22
23 This is required for communicating with Qualcomm PMICs and
24 other devices that have the SPMI interface.
25
26endif
This page took 0.086177 seconds and 5 git commands to generate.