1# Copyright (c) 2023, ithinx GmbH
2# Copyright (c) 2023, Tonies GmbH
3#
4# SPDX-License-Identifier: Apache-2.0
5
6config BQ27Z746
7	bool "BQ27Z746 Fuel Gauge"
8	default y
9	depends on DT_HAS_TI_BQ27Z746_ENABLED
10	select I2C
11	help
12	  Enable I2C-based driver for BQ27Z746 Fuel Gauge.
13
14config EMUL_BQ27Z746
15	bool "Emulate an BQ27Z746 fuel gague"
16	default y
17	depends on EMUL
18	depends on BQ27Z746
19	help
20	  It provides readings which follow a simple sequence, thus allowing
21	  test code to check that things are working as expected.
22