Commit b45b3cce authored by James Lo's avatar James Lo Committed by Greg Kroah-Hartman
parent 31264435
...@@ -34,4 +34,15 @@ config SPMI_MSM_PMIC_ARB ...@@ -34,4 +34,15 @@ config SPMI_MSM_PMIC_ARB
This is required for communicating with Qualcomm PMICs and This is required for communicating with Qualcomm PMICs and
other devices that have the SPMI interface. other devices that have the SPMI interface.
config SPMI_MTK_PMIF
tristate "Mediatek SPMI Controller (PMIC Arbiter)"
depends on ARCH_MEDIATEK || COMPILE_TEST
help
If you say yes to this option, support will be included for the
built-in SPMI PMIC Arbiter interface on Mediatek family
processors.
This is required for communicating with Mediatek PMICs and
other devices that have the SPMI interface.
endif endif
...@@ -6,3 +6,4 @@ obj-$(CONFIG_SPMI) += spmi.o ...@@ -6,3 +6,4 @@ obj-$(CONFIG_SPMI) += spmi.o
obj-$(CONFIG_SPMI_HISI3670) += hisi-spmi-controller.o obj-$(CONFIG_SPMI_HISI3670) += hisi-spmi-controller.o
obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o
obj-$(CONFIG_SPMI_MTK_PMIF) += spmi-mtk-pmif.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment