zephyr/drivers/fuel_gauge/Kconfig
Aaron Massey 28b8123887 fuel_gauge: Sample sbs gauge driver with tests
Add a sample sbs gauge driver with feature parity and basic tests
comparison to its sensor counter-part. Includes a simple stub test that is
extended upon.

Signed-off-by: Aaron Massey <aaronmassey@google.com>
2022-11-19 17:56:05 -05:00

19 lines
362 B
Plaintext

# Copyright 2022 Google LLC
#
# SPDX-License-Identifier: Apache-2.0
menuconfig FUEL_GAUGE
bool "Battery fuel gauge drivers"
help
Enable battery fuel gauge driver configuration.
if FUEL_GAUGE
module = FUEL_GAUGE
module-str = fuel_gauge
source "subsys/logging/Kconfig.template.log_config"
source "drivers/fuel_gauge/sbs_gauge/Kconfig"
endif # FUEL_GAUGE