From cf22ade7f0561a2fafddbde80e72a5e9c50fc360 Mon Sep 17 00:00:00 2001 From: Shadab Naseem Date: Fri, 26 Mar 2021 16:02:55 +0530 Subject: [PATCH] msm: Add initial support for Khaje in Kconfig platform Add ARCH_KHAJE support in the Kconfig platform. Change-Id: I78a4efd9a3534fb5dc68d5523a2bb96551b39d44 Signed-off-by: Shadab Naseem --- arch/arm64/Kconfig.platforms | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a148ceceb363..f2cfda4c0899 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -183,6 +183,14 @@ config ARCH_BENGAL This enables support for the BENGAL chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. +config ARCH_KHAJE + bool "Enable Support for Qualcomm Technologies, Inc. KHAJE" + depends on ARCH_QCOM + select COMMON_CLK_QCOM + help + This enables support for the KHAJE chipset. If you do not + wish to build a kernel that runs on this chipset, say 'N' here. + config ARCH_SCUBA bool "Enable Support for Qualcomm Technologies, Inc. SCUBA" depends on ARCH_QCOM