summaryrefslogtreecommitdiff
path: root/zephyr/test/herobrine/Kconfig
blob: 415e6e58af018d733b6b9ecfd615badecca27e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2022 The ChromiumOS Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

config TEST_BOARD_CHIPSET
	bool "Run the tests intended for board_chipset"
	help
	  Include board_chipset.c into the binary. Test their functions in
	  different combinations: good battery vs low battery, normal boot
	  vs delayed boot, etc.

source "Kconfig.zephyr"