USB: chipidea: no need to check return value of debugfs_create functions
[linux-2.6/btrfs-unstable.git] / drivers / spmi / Kconfig
blob0d3b70b3bda8e40ee57ddefd6d752668036a674d
2 # SPMI driver configuration
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).
11 if SPMI
13 config SPMI_MSM_PMIC_ARB
14         tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
15         select IRQ_DOMAIN
16         depends on ARCH_QCOM || COMPILE_TEST
17         depends on HAS_IOMEM
18         default ARCH_QCOM
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.
24           This is required for communicating with Qualcomm PMICs and
25           other devices that have the SPMI interface.
27 endif