Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7677af8c authored by Swetha Chikkaboraiah's avatar Swetha Chikkaboraiah Committed by Gerrit - the friendly Code Review server
Browse files

arm64: Add config option for sdm660



Add option ARCH_SDM660 to enable compilation for SDM660
target.

Change-Id: Icfa0131e873d644d18b1dfbb6fec81e1b9009834
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 7caba938
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -190,6 +190,16 @@ config ARCH_SCUBA
	  This enables support for the SCUBA chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_SDM660
	bool "Enable Support for Qualcomm Technologies, Inc. SDM660"
	depends on ARCH_QCOM
	select COMMON_CLK
	select COMMON_CLK_QCOM
	select QCOM_GDSC
	help
	  This enables support for the SDM660 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_REALTEK
	bool "Realtek Platforms"
	help