From ecec08348968128d91afd0b6eb2e32881ad4fe6e Mon Sep 17 00:00:00 2001 From: Guru Das Srinagesh Date: Thu, 10 Feb 2022 14:46:36 -0800 Subject: [PATCH] arm64: Kconfig: Add support for Pineapple target Add CONFIG_ARCH_PINEAPPLE to enable support for the Pineapple chipset. Change-Id: I6701955ddde73c84fe0a0aba481c9c933fbf983b Signed-off-by: Guru Das Srinagesh --- arch/arm64/Kconfig.platforms | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 7d5d58800170..dc27b1cf357c 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -210,6 +210,14 @@ config ARCH_QCOM help This enables support for the ARMv8 based Qualcomm chipsets. +config ARCH_PINEAPPLE + bool "Enable support for Qualcomm Technologies, Inc. Pineapple" + depends on ARCH_QCOM + help + This enables support for Qualcomm Technologies, Inc. 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_REALTEK bool "Realtek Platforms" select RESET_CONTROLLER