1# Copyright 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4# Keep this Kconfig separate from the fuel_gauge/sbs_gauge Kconfig so it may be shared with the
5# sensor/sbs_gauge Kconfig.
6
7config EMUL_SBS_GAUGE
8	bool "Emulate an SBS 1.1 compliant smart battery fuel gauge"
9	default y
10	depends on EMUL
11	depends on SBS_GAUGE_NEW_API || SBS_GAUGE
12	help
13	  It provides readings which follow a simple sequence, thus allowing
14	  test code to check that things are working as expected.
15