From 1c1a588724db1c197f53227a242135b4abdc0943 Mon Sep 17 00:00:00 2001 From: Abdul Salam Date: Tue, 24 Jan 2023 13:50:13 +0530 Subject: [PATCH] arm64: Define gen3auto arch configs Define arch configs for 3 gen3auto targets. Change-Id: Iee856c0cd12f465b196a50a91a3d0524c77d091e Signed-off-by: Abdul Salam --- arch/arm64/Kconfig.platforms | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 8834ca9b4c07..c557716ce27e 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -260,6 +260,30 @@ config ARCH_PINEAPPLE chipset. If you do not wish to build a kernel that runs on this chipset or if you are unsure, say 'N' here. +config ARCH_SA8155 + bool "Enable Support for Qualcomm Technologies, Inc. SA8155" + depends on ARCH_QCOM + help + This enables support for the Qualcomm Technologies, Inc.'s + SA8155 chipset. If you do not wish to build a kernel that + runs on this chipset or if you are unsure, say 'N' here. + +config ARCH_SA8195 + bool "Enable Support for Qualcomm Technologies, Inc. SA8195" + depends on ARCH_QCOM + help + This enables support for the Qualcomm Technologies, Inc.'s + SA8195 chipset. If you do not wish to build a kernel that + runs on this chipset or if you are unsure, say 'N' here. + +config ARCH_SA6155 + bool "Enable Support for Qualcomm Technologies, Inc. SA6155" + depends on ARCH_QCOM + help + This enables support for the Qualcomm Technologies, Inc.'s + SA6155 chipset. If you do not wish to build a kernel that + runs on this chipset or if you are unsure, say 'N' here. + config ARCH_KALAMA bool "Enable Support for Qualcomm Technologies, Inc. KALAMA" depends on ARCH_QCOM