2022-11-15 05:26:03 +08:00
|
|
|
# Copyright (c) 2021 Leica Geosystems AG
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config SBS_GAUGE_NEW_API
|
|
|
|
bool "Smart Battery Fuel Gauge"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_SBS_SBS_GAUGE_NEW_API_ENABLED
|
|
|
|
select I2C
|
|
|
|
help
|
|
|
|
Enable I2C-based/SMBus-based driver for a Smart Battery Fuel Gauge.
|
2023-04-15 04:39:52 +08:00
|
|
|
|
|
|
|
rsource "Kconfig.emul_sbs_gauge"
|