zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig

13 lines
321 B
Plaintext

# 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.
rsource "Kconfig.emul_sbs_gauge"