Kconfig (5d8dfaa71d87f742c53309b95cb6a8b274119027) | Kconfig (b45b3ccef8c063d21eb746d85337eaf71f6b5f07) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# SPMI driver configuration 4# 5menuconfig SPMI 6 tristate "SPMI support" 7 help 8 SPMI (System Power Management Interface) is a two-wire --- 20 unchanged lines hidden (view full) --- 29 help 30 If you say yes to this option, support will be included for the 31 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family 32 processors. 33 34 This is required for communicating with Qualcomm PMICs and 35 other devices that have the SPMI interface. 36 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# SPMI driver configuration 4# 5menuconfig SPMI 6 tristate "SPMI support" 7 help 8 SPMI (System Power Management Interface) is a two-wire --- 20 unchanged lines hidden (view full) --- 29 help 30 If you say yes to this option, support will be included for the 31 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family 32 processors. 33 34 This is required for communicating with Qualcomm PMICs and 35 other devices that have the SPMI interface. 36 |
37config SPMI_MTK_PMIF 38 tristate "Mediatek SPMI Controller (PMIC Arbiter)" 39 depends on ARCH_MEDIATEK || COMPILE_TEST 40 help 41 If you say yes to this option, support will be included for the 42 built-in SPMI PMIC Arbiter interface on Mediatek family 43 processors. 44 45 This is required for communicating with Mediatek PMICs and 46 other devices that have the SPMI interface. 47 |
|
37endif | 48endif |