summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.charger
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.charger')
-rw-r--r--zephyr/Kconfig.charger10
1 files changed, 10 insertions, 0 deletions
diff --git a/zephyr/Kconfig.charger b/zephyr/Kconfig.charger
index b340bd7da2..7c50f9fe31 100644
--- a/zephyr/Kconfig.charger
+++ b/zephyr/Kconfig.charger
@@ -137,6 +137,16 @@ config PLATFORM_EC_CHARGER_ISL9241
control. It supports an input voltage range of 3.9-23.4V and output
of 3.9-18.3V. It provides an I2C interface for configuration.
+config PLATFORM_EC_CHARGER_RAA489110
+ bool "Use the RAA489110 charger"
+ depends on PLATFORM_EC_I2C
+ # Hardware based charge ramp is broken in the ISL9241 (b/169350714)
+ # Probably also broken for RAA489110.
+ select PLATFORM_EC_CHARGER_CHGRAMP_BROKEN
+ help
+ Enables a driver for the RAA489110 VCD Battery Charger. This is a
+ EPR capable version of ISL9241.
+
if PLATFORM_EC_CHARGER_ISL9241
config PLATFORM_EC_ISL9241_SWITCHING_FREQ