1# Copyright 2023 Google LLC
2#
3# SPDX-License-Identifier: Apache-2.0
4
5source "Kconfig.zephyr"
6
7config TEST_SBS_CUTOFF_EXTENSION
8 bool "Test Battery Cutoff"
9 help
10 Enabling this option adds test sources that verify if the battery cutoff extension to the
11 SBS driver are functional.
12