1# Copyright (c) 2021 Leica Geosystems AG
2# SPDX-License-Identifier: Apache-2.0
3
4config SBS_GAUGE_NEW_API
5	bool "Smart Battery Fuel Gauge"
6	default y
7	depends on DT_HAS_SBS_SBS_GAUGE_NEW_API_ENABLED
8	select I2C
9	help
10	  Enable I2C-based/SMBus-based driver for a Smart Battery Fuel Gauge.
11
12rsource "Kconfig.emul_sbs_gauge"
13