summaryrefslogtreecommitdiff
path: root/zephyr/fake/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/fake/Kconfig')
-rw-r--r--zephyr/fake/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/fake/Kconfig b/zephyr/fake/Kconfig
new file mode 100644
index 0000000000..c5f6fef669
--- /dev/null
+++ b/zephyr/fake/Kconfig
@@ -0,0 +1,11 @@
+# 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 SYSTEM_FAKE
+ bool "Use a fake system module"
+ help
+ This provides a fake implementation of some of the hooks used by
+ common/system.c so that EC reboots can be faked.
+
+ It should only be included in tests.