summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
new file mode 100644
index 0000000000..be011de867
--- /dev/null
+++ b/zephyr/Kconfig
@@ -0,0 +1,17 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+menuconfig PLATFORM_EC
+ bool "Enable building code from the platform/ec Zephyr module"
+ imply PRINTK
+ imply SHELL
+ help
+ The platform/ec Zephyr module allows some code from the
+ existing Chrome OS EC project to be "shimmed" into Zephyr.
+
+if PLATFORM_EC
+
+# Nothing here yet.
+
+endif # PLATFORM_EC