1# Zephyr composite fuel-gauge device
2
3# Copyright (c) 2024 Embeint Inc
4# SPDX-License-Identifier: Apache-2.0
5
6config FUEL_GAUGE_COMPOSITE
7	bool "Zephyr composite fuel gauge"
8	default y
9	depends on DT_HAS_ZEPHYR_FUEL_GAUGE_COMPOSITE_ENABLED
10	help
11	  Enable driver for the Zephyr composite fuel gauge device.
12