summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
authormartin yan <martin.yan@microchip.corp-partner.google.com>2022-03-31 10:22:04 -0400
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-06 20:44:15 +0000
commit1f829ec6b60bea55954cb53deb2cd89be21ed374 (patch)
treea82c8da0a714c469c151ea2f70bf44a49639f634 /zephyr/Kconfig
parent7caa408fe4e757ea4fe308f43b159597c3deba1c (diff)
downloadchrome-ec-1f829ec6b60bea55954cb53deb2cd89be21ed374.tar.gz
zephyr: mchp: Add zephyr Kconfig and CMakeLists
Add zephyr Kconfig and CMakeLists to support shim layer code BUG=none BRANCH=main TEST=zmake testall and make buildall -j$(nproc) Signed-off-by: martin yan <martin.yan@microchip.corp-partner.google.com> Change-Id: I248ad8289b40e1d5a921f0b0eecf1d00dbfb8e24 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3563498 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 639edc1c97..5502ccf868 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -34,6 +34,7 @@ menuconfig PLATFORM_EC
if PLATFORM_EC
rsource "shim/chip/npcx/Kconfig.npcx"
+rsource "shim/chip/mchp/Kconfig.xec"
rsource "Kconfig.adc"
rsource "Kconfig.ap_power"
rsource "Kconfig.battery"