diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-02-12 10:02:44 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-12 08:54:42 +0000 |
commit | 02071f0f797c989b342f46fbdf472ddb1c2cdee9 (patch) | |
tree | 1433241c6bf6c950e5b590b91ae6e42f29b3c5ad /drivers/mfd/Kconfig | |
parent | 2260a45356756285faa0b46f0afa53c7f251fb9c (diff) | |
download | op-kernel-dev-02071f0f797c989b342f46fbdf472ddb1c2cdee9.zip op-kernel-dev-02071f0f797c989b342f46fbdf472ddb1c2cdee9.tar.gz |
mfd: axp20x: Add support for RSB based AXP223 PMIC
The AXP223 is a new PMIC commonly paired with Allwinner A23/A33 SoCs.
It is functionally identical to AXP221; only the regulator default
voltage/status and the external host interface are different.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 0037b9c..ae3990b 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -107,6 +107,17 @@ config MFD_AXP20X_I2C components like regulators or the PEK (Power Enable Key) under the corresponding menus. +config MFD_AXP20X_RSB + tristate "X-Powers AXP series PMICs with RSB" + select MFD_AXP20X + depends on SUNXI_RSB + help + If you say Y here you get support for the X-Powers AXP series power + management ICs (PMICs) controlled with RSB. + This driver include only the core APIs. You have to select individual + components like regulators or the PEK (Power Enable Key) under the + corresponding menus. + config MFD_CROS_EC tristate "ChromeOS Embedded Controller" select MFD_CORE |