summaryrefslogtreecommitdiff
path: root/zephyr/mock/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/mock/Kconfig')
-rw-r--r--zephyr/mock/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/mock/Kconfig b/zephyr/mock/Kconfig
new file mode 100644
index 0000000000..3d6e3f98dd
--- /dev/null
+++ b/zephyr/mock/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 POWER_SEQUENCE_MOCK
+ bool "Use a mocked power sequence driver."
+ help
+ A simplified power sequence driver that invokes startup/shutdown
+ and suspend/resume hooks in appropriate state transitions. Any
+ request that comes in mid sequence is pended and ran after final
+ state is reached.