summaryrefslogtreecommitdiff
path: root/drivers/spmi/Kconfig
diff options
context:
space:
mode:
authorJames Lo <james.lo@mediatek.com>2021-12-16 11:08:10 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-17 17:18:18 +0100
commitb45b3ccef8c063d21eb746d85337eaf71f6b5f07 (patch)
tree756286f2b5509d9cbe580582148c21cb4441c803 /drivers/spmi/Kconfig
parent312644352f53a22f6f11f16481a4f23694650aba (diff)
spmi: mediatek: Add support for MT6873/8192
Add spmi support for MT6873/8192. Refine indent in spmi-mtk-pmif.c. Link: https://lore.kernel.org/r/20211119034613.32489-4-james.lo@mediatek.com Acked-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: James Lo <james.lo@mediatek.com> Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20211216190812.1574801-5-sboyd@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/spmi/Kconfig')
-rw-r--r--drivers/spmi/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig
index 2874b6c26028..737802046314 100644
--- a/drivers/spmi/Kconfig
+++ b/drivers/spmi/Kconfig
@@ -34,4 +34,15 @@ config SPMI_MSM_PMIC_ARB
This is required for communicating with Qualcomm PMICs and
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