bna: remove oper_state_cbfn from struct bna_rxf
[linux/fpc-iii.git] / drivers / spmi / Kconfig
blobc8d99563d2454fe686aaa69b3b7854e34adbb4ce
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         depends on IRQ_DOMAIN
16         depends on ARCH_QCOM || COMPILE_TEST
17         default ARCH_QCOM
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.
23           This is required for communicating with Qualcomm PMICs and
24           other devices that have the SPMI interface.
26 endif