# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_SPMI[0m driver configuration # menuconfig [31mCONFIG_SPMI[0m tristate "SPMI support" help [31mCONFIG_SPMI[0m (System Power Management Interface) is a two-wire serial interface between baseband and application processors and Power Management Integrated Circuits (PMIC). if [31mCONFIG_SPMI[0m config [31mCONFIG_SPMI_MSM_PMIC_ARB[0m tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" select [31mCONFIG_IRQ_DOMAIN_HIERARCHY[0m depends on [31mCONFIG_ARCH_QCOM[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_HAS_IOMEM[0m default [31mCONFIG_ARCH_QCOM[0m help If you say yes to this option, support will be included for the built-in [31mCONFIG_SPMI[0m PMIC Arbiter interface on Qualcomm MSM family processors. This is required for communicating with Qualcomm PMICs and other devices that have the [31mCONFIG_SPMI[0m interface. endif |