summaryrefslogtreecommitdiff
path: root/zephyr/app
diff options
context:
space:
mode:
authortim <tim2.lin@ite.corp-partner.google.com>2021-04-14 15:56:32 +0800
committerCommit Bot <commit-bot@chromium.org>2021-04-14 16:22:19 +0000
commit9202b35704bf5f218641163ed63764e1eac02637 (patch)
tree2e78785e58994fa4d19de8a06b9d1df0d95ce7e6 /zephyr/app
parent32bb9c48f648d15e1eab8f2a05364e67caecaae5 (diff)
downloadchrome-ec-9202b35704bf5f218641163ed63764e1eac02637.tar.gz
zephyr/app: ec: add configuration for AP SoC generation
Add Kconfig options of MT8192 to select the AP's SoC. BUG=b:185202623 BRANCH=none TEST=zmake -lDEBUG configure -b -B zephyr/build_ite zephyr/projects/it8xxx2_evb/ CONFIG_AP=y CONFIG_AP_ARM_MTK_MT8192=y Signed-off-by: tim <tim2.lin@ite.corp-partner.google.com> Change-Id: If6404d53f19b29ec870531ae54bb4fe8f0e3787c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2825079 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Tested-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/app')
-rw-r--r--zephyr/app/ec/soc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/app/ec/soc/Kconfig b/zephyr/app/ec/soc/Kconfig
index 99b97931f3..47efe56d16 100644
--- a/zephyr/app/ec/soc/Kconfig
+++ b/zephyr/app/ec/soc/Kconfig
@@ -28,6 +28,12 @@ config AP_X86_INTEL_ADL
help
The application processor is Intel Alder Lake (ADL) chipset.
+config AP_ARM_MTK_MT8192
+ bool "MediaTek MT8192"
+ select AP_AARCH64
+ help
+ The application processor is a MediaTek MT8192 processor.
+
config AP_ARM_QUALCOMM_SC7180
bool "Qualcomm Snapdragon SC7180"
select AP_AARCH64