summaryrefslogtreecommitdiff
path: root/zephyr/fake/Kconfig
blob: c5f6fef6695618e1a4e8f10e0e48ba6113224f9f (plain)
1
2
3
4
5
6
7
8
9
10
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.