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