]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/spmi/Kconfig
Merge branch 'regulator-5.2' into regulator-linus
[mirror_ubuntu-hirsute-kernel.git] / drivers / spmi / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
5a86bf34
KH
2#
3# SPMI driver configuration
4#
5menuconfig SPMI
6 tristate "SPMI support"
7 help
8 SPMI (System Power Management Interface) is a two-wire
9 serial interface between baseband and application processors
10 and Power Management Integrated Circuits (PMIC).
39ae93e3
KH
11
12if SPMI
13
14config SPMI_MSM_PMIC_ARB
15 tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
760a160e 16 select IRQ_DOMAIN_HIERARCHY
2415fc67 17 depends on ARCH_QCOM || COMPILE_TEST
61a590fa 18 depends on HAS_IOMEM
2415fc67 19 default ARCH_QCOM
39ae93e3
KH
20 help
21 If you say yes to this option, support will be included for the
22 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family
23 processors.
24
25 This is required for communicating with Qualcomm PMICs and
26 other devices that have the SPMI interface.
27
28endif