8129307887
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>
11 lines
260 B
Plaintext
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.
|