From cefc4c4e4a34420465fb948bd61893396c0ea3c3 Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Mon, 3 Oct 2022 13:12:45 -0600 Subject: zephyr: Move root cmake 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3932868 Reviewed-by: Keith Short Reviewed-by: Aaron Massey --- Kconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Kconfig (limited to 'Kconfig') 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" -- cgit v1.2.1