brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · 7378020 Raw
49 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# SPMI driver configuration4#5menuconfig SPMI6	tristate "SPMI support"7	help8	  SPMI (System Power Management Interface) is a two-wire9	  serial interface between baseband and application processors10	  and Power Management Integrated Circuits (PMIC).11 12if SPMI13 14config SPMI_HISI367015	tristate "Hisilicon 3670 SPMI Controller"16	select IRQ_DOMAIN_HIERARCHY17	depends on HAS_IOMEM18	help19	  If you say yes to this option, support will be included for the20	  built-in SPMI PMIC Arbiter interface on Hisilicon 367021	  processors.22 23config SPMI_MSM_PMIC_ARB24	tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"25	select IRQ_DOMAIN_HIERARCHY26	depends on ARCH_QCOM || COMPILE_TEST27	depends on HAS_IOMEM28	default ARCH_QCOM29	help30	  If you say yes to this option, support will be included for the31	  built-in SPMI PMIC Arbiter interface on Qualcomm MSM family32	  processors.33 34	  This is required for communicating with Qualcomm PMICs and35	  other devices that have the SPMI interface.36 37config SPMI_MTK_PMIF38	tristate "Mediatek SPMI Controller (PMIC Arbiter)"39	depends on ARCH_MEDIATEK || COMPILE_TEST40	help41	  If you say yes to this option, support will be included for the42	  built-in SPMI PMIC Arbiter interface on Mediatek family43	  processors.44 45	  This is required for communicating with Mediatek PMICs and46	  other devices that have the SPMI interface.47 48endif49