summaryrefslogtreecommitdiff
path: root/zephyr/test/herobrine/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/herobrine/Kconfig')
-rw-r--r--zephyr/test/herobrine/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/zephyr/test/herobrine/Kconfig b/zephyr/test/herobrine/Kconfig
new file mode 100644
index 0000000000..415e6e58af
--- /dev/null
+++ b/zephyr/test/herobrine/Kconfig
@@ -0,0 +1,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"