zephyr/drivers/charger/Kconfig.bq24190
Bartosz Bilas 8129307887 drivers: charger: add charger prefix for bq24190
Many (or almost all) drivers contain the specified prefixes
related to the driver subsys so add the missing one for the
BQ24190.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
2023-11-09 09:57:30 -06:00

11 lines
260 B
Plaintext

# Copyright 2023 Cirrus Logic, Inc.
# SPDX-License-Identifier: Apache-2.0
config CHARGER_BQ24190
bool "BQ24190 Battery Charger"
default y
depends on DT_HAS_TI_BQ24190_ENABLED
select I2C
help
Enable I2C-based driver for the TI BQ24190 Battery Charger.