summaryrefslogtreecommitdiff
path: root/zephyr/app
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app')
-rw-r--r--zephyr/app/ec/soc/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/zephyr/app/ec/soc/Kconfig b/zephyr/app/ec/soc/Kconfig
index 6211016f5b..99b97931f3 100644
--- a/zephyr/app/ec/soc/Kconfig
+++ b/zephyr/app/ec/soc/Kconfig
@@ -28,6 +28,13 @@ config AP_X86_INTEL_ADL
help
The application processor is Intel Alder Lake (ADL) chipset.
+config AP_ARM_QUALCOMM_SC7180
+ bool "Qualcomm Snapdragon SC7180"
+ select AP_AARCH64
+ help
+ The application processor is a Qualcomm Snapdragon SC7180
+ ARMv8 processor.
+
endchoice
# Invisible meta-symbols generated by the selected chipset.
@@ -48,6 +55,12 @@ config AP_X86
help
The application processor (AP) is X86-like.
+config AP_AARCH64
+ bool
+ select AP_ARM
+ help
+ The application processor (AP) is 64-bit ARMv8 architecture.
+
config AP_ARM
bool
help