summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2022-10-03 13:12:45 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-10-06 17:00:39 +0000
commitcefc4c4e4a34420465fb948bd61893396c0ea3c3 (patch)
tree1bd6572cb5b56e136e8d94fc9b11016b95c9b871 /Kconfig
parentaed94bc73cc576b8fa5574bb8eaad02ce85ee35c (diff)
downloadchrome-ec-cefc4c4e4a34420465fb948bd61893396c0ea3c3.tar.gz
zephyr: Move root cmakestabilize-15167.B-main
Move the root level CMake for the EC module to the top level directory. This will simplify future changes where zephyr logic is intermixed with legacy EC logic during the migration effort. BRANCH=none BUG=b:246839061 TEST=zmake build -all && ./twister -v Change-Id: I5e67310b2237aeffdf8033c5cf1201cb67559158 Signed-off-by: Yuval Peress <peress@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3932868 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Aaron Massey <aaronmassey@google.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
new file mode 100644
index 0000000000..ed64b83cb4
--- /dev/null
+++ b/Kconfig
@@ -0,0 +1,5 @@
+# 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.
+
+rsource "zephyr/Kconfig"