aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2014-09-01 04:28:34 -0400
committerLee Jones <lee.jones@linaro.org>2014-09-26 03:23:43 -0400
commit8bdf87b400271ebc7fbf71e117c299d19a97ebb4 (patch)
tree236c32fe5eaf83e13a949cf95a8068afd92f9a68 /drivers/mfd/Kconfig
parent0709b048cea5a368e078e10fa25adc030392125a (diff)
mfd: Add HI6421 PMIC Core driver
This adds driver to support HiSilicon Hi6421 PMIC. Hi6421 includes multi- functions, such as regulators, codec, ADCs, Coulomb counter, etc. This driver includes core APIs _only_. Drivers for individul components, like voltage regulators, are implemented in corresponding driver directories and files. Registers in Hi6421 are memory mapped, so using regmap-mmio API. Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 049796a28215..609b7a2144d6 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -210,6 +210,19 @@ config MFD_MC13XXX_I2C
210 help 210 help
211 Select this if your MC13xxx is connected via an I2C bus. 211 Select this if your MC13xxx is connected via an I2C bus.
212 212
213config MFD_HI6421_PMIC
214 tristate "HiSilicon Hi6421 PMU/Codec IC"
215 depends on OF
216 select MFD_CORE
217 select REGMAP_MMIO
218 help
219 Add support for HiSilicon Hi6421 PMIC. Hi6421 includes multi-
220 functions, such as regulators, RTC, codec, Coulomb counter, etc.
221 This driver includes core APIs _only_. You have to select
222 individul components like voltage regulators under corresponding
223 menus in order to enable them.
224 We communicate with the Hi6421 via memory-mapped I/O.
225
213config HTC_EGPIO 226config HTC_EGPIO
214 bool "HTC EGPIO support" 227 bool "HTC EGPIO support"
215 depends on GPIOLIB && ARM 228 depends on GPIOLIB && ARM