e517af4cff
Add a driver for the TI BQ25180. Implement enable/disable and current set/get. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
12 lines
233 B
Plaintext
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.
|