diff options
author | Chen Feng <puck.chen@hisilicon.com> | 2016-02-14 14:29:21 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-05-18 08:25:26 +0100 |
commit | b52207ef4ea56f8c22288ec3387399aac72c26cf (patch) | |
tree | e2c265f80b6a04fb88add409c73a45f38a8b482a /drivers/mfd/Kconfig | |
parent | 68b21094ef9ba3ef0dd8b1e24b03e00cd3b34e26 (diff) | |
download | linux-b52207ef4ea56f8c22288ec3387399aac72c26cf.tar.bz2 |
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 menus in order to enable them. We communicate with the Hi6421 via memory-mapped I/O. +config MFD_HI655X_PMIC + tristate "HiSilicon Hi655X series PMU/Codec IC" + depends on ARCH_HISI || COMPILE_TEST + depends on OF + select MFD_CORE + select REGMAP_MMIO + select REGMAP_IRQ + help + Select this option to enable Hisilicon hi655x series pmic driver. + config HTC_EGPIO bool "HTC EGPIO support" depends on GPIOLIB && ARM |