diff options
author | Flora Fu <flora.fu@mediatek.com> | 2015-02-22 13:15:29 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-04 08:18:27 +0000 |
commit | 6df8dd5c185b212d3d7364402df58bff0e67ace4 (patch) | |
tree | 111743466d36b07117d87131645aaba303392e05 /drivers/mfd/Kconfig | |
parent | 82a00c49ed97cf5b9aa96bd6cda2021720578ecc (diff) | |
download | linux-6df8dd5c185b212d3d7364402df58bff0e67ace4.tar.gz linux-6df8dd5c185b212d3d7364402df58bff0e67ace4.tar.bz2 linux-6df8dd5c185b212d3d7364402df58bff0e67ace4.zip |
mfd: Add support for the MediaTek MT6397 PMIC
This adds support for the MediaTek MT6397 PMIC. This is a
multifunction device with the following sub modules:
- Regulator
- RTC
- Audio codec
- GPIO
- Clock
It is interfaced to the host controller using SPI interface by a proprietary
hardware called PMIC wrapper or pwrap. MT6397 MFD is a child device of the
pwrap.
Signed-off-by: Flora Fu, MediaTek
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index b5fb03c109bc..c602f7440e00 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -503,6 +503,16 @@ config MFD_MAX8998 additional drivers must be enabled in order to use the functionality of the device. +config MFD_MT6397 + tristate "MediaTek MT6397 PMIC Support" + select MFD_CORE + select IRQ_DOMAIN + help + Say yes here to add support for MediaTek MT6397 PMIC. This is + a Power Management IC. This driver provides common support for + accessing the device; additional drivers must be enabled in order + to use the functionality of the device. + config MFD_MENF21BMC tristate "MEN 14F021P00 Board Management Controller Support" depends on I2C |