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