diff options
author | Chen Feng <puck.chen@hisilicon.com> | 2016-02-14 01:29:21 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-05-18 03:25:26 -0400 |
commit | b52207ef4ea56f8c22288ec3387399aac72c26cf (patch) | |
tree | e2c265f80b6a04fb88add409c73a45f38a8b482a /drivers/mfd/Kconfig | |
parent | 68b21094ef9ba3ef0dd8b1e24b03e00cd3b34e26 (diff) |
mfd: hi655x: Add MFD driver for hi655x
Add PMIC MFD driver to support hisilicon hi665x.
Signed-off-by: Chen Feng <puck.chen@hisilicon.com>
Signed-off-by: Fei Wang <w.f@huawei.com>
Signed-off-by: Xinwei Kong <kong.kongxinwei@hisilicon.com>
Reviewed-by: Haojian Zhuang <haojian.zhuang@linaro.org>
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 a49565cc1a6b..1bcf601de5bc 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -319,6 +319,16 @@ config MFD_HI6421_PMIC | |||
319 | menus in order to enable them. | 319 | menus in order to enable them. |
320 | We communicate with the Hi6421 via memory-mapped I/O. | 320 | We communicate with the Hi6421 via memory-mapped I/O. |
321 | 321 | ||
322 | config MFD_HI655X_PMIC | ||
323 | tristate "HiSilicon Hi655X series PMU/Codec IC" | ||
324 | depends on ARCH_HISI || COMPILE_TEST | ||
325 | depends on OF | ||
326 | select MFD_CORE | ||
327 | select REGMAP_MMIO | ||
328 | select REGMAP_IRQ | ||
329 | help | ||
330 | Select this option to enable Hisilicon hi655x series pmic driver. | ||
331 | |||
322 | config HTC_EGPIO | 332 | config HTC_EGPIO |
323 | bool "HTC EGPIO support" | 333 | bool "HTC EGPIO support" |
324 | depends on GPIOLIB && ARM | 334 | depends on GPIOLIB && ARM |