summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/soc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/soc/Kconfig')
-rw-r--r--zephyr/app/ec/soc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/zephyr/app/ec/soc/Kconfig b/zephyr/app/ec/soc/Kconfig
index d7befb39b7..1fd4e26e16 100644
--- a/zephyr/app/ec/soc/Kconfig
+++ b/zephyr/app/ec/soc/Kconfig
@@ -1,3 +1,7 @@
+# Copyright 2021 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 AP
bool "Enable AP SoC support code"
default y
@@ -40,6 +44,12 @@ config AP_ARM_MTK_MT8192
help
The application processor is a MediaTek MT8192 processor.
+config AP_ARM_MTK_MT8186
+ bool "MediaTek MT8186"
+ select AP_AARCH64
+ help
+ The application processor is a MediaTek MT8186 processor.
+
config AP_ARM_QUALCOMM_SC7180
bool "Qualcomm Snapdragon SC7180"
select AP_AARCH64