zephyr/drivers/charger/Kconfig.bq25180
Fabio Baltieri e517af4cff charger: add a driver for bq25180
Add a driver for the TI BQ25180. Implement enable/disable and current
set/get.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-01-05 09:00:21 +01:00

12 lines
233 B
Plaintext

# Copyright 2024 Google LLC
#
# SPDX-License-Identifier: Apache-2.0
config CHARGER_BQ25180
bool "BQ25180 Battery Charger"
default y
depends on DT_HAS_TI_BQ25180_ENABLED
select I2C
help
Enable BQ25180 battery charger driver.