diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-02-11 21:02:44 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-12 03:54:42 -0500 |
commit | 02071f0f797c989b342f46fbdf472ddb1c2cdee9 (patch) | |
tree | 1433241c6bf6c950e5b590b91ae6e42f29b3c5ad /drivers/mfd/Kconfig | |
parent | 2260a45356756285faa0b46f0afa53c7f251fb9c (diff) |
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 0037b9c933d9..ae3990b5a2bf 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -107,6 +107,17 @@ config MFD_AXP20X_I2C | |||
107 | components like regulators or the PEK (Power Enable Key) under the | 107 | components like regulators or the PEK (Power Enable Key) under the |
108 | corresponding menus. | 108 | corresponding menus. |
109 | 109 | ||
110 | config MFD_AXP20X_RSB | ||
111 | tristate "X-Powers AXP series PMICs with RSB" | ||
112 | select MFD_AXP20X | ||
113 | depends on SUNXI_RSB | ||
114 | help | ||
115 | If you say Y here you get support for the X-Powers AXP series power | ||
116 | management ICs (PMICs) controlled with RSB. | ||
117 | This driver include only the core APIs. You have to select individual | ||
118 | components like regulators or the PEK (Power Enable Key) under the | ||
119 | corresponding menus. | ||
120 | |||
110 | config MFD_CROS_EC | 121 | config MFD_CROS_EC |
111 | tristate "ChromeOS Embedded Controller" | 122 | tristate "ChromeOS Embedded Controller" |
112 | select MFD_CORE | 123 | select MFD_CORE |