From 53aea51e137d71792a38d0cd5cbee507910e7c07 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Lanka Date: Fri, 7 May 2021 15:36:49 -0700 Subject: [PATCH] arm64: Kconfig: Add support for kalama chipset Add CONFIG_ARCH_KALAMA to enable support for the Kalama chipset. Change-Id: Ifbc9bbb61bcf7cea95c456043c04740d52ebe9f1 Signed-off-by: Vamsi Krishna Lanka --- arch/arm64/Kconfig.platforms | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 0470628554d6..a2fccbaf4829 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -217,6 +217,14 @@ 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_KALAMA + bool "Enable Support for Qualcomm Technologies, Inc. KALAMA" + depends on ARCH_QCOM + help + This enables support for the Qualcomm Technologies, Inc.'s + KALAMA 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_REALTEK bool "Realtek Platforms" select RESET_CONTROLLER