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

Commit b4c66bb6 authored by Naitik Bharadiya's avatar Naitik Bharadiya 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: I6897a3c757f105fad72b749ef08e42120629bd96
Signed-off-by: default avatarNaitik Bharadiya <bharad@codeaurora.org>
parent fe32cea1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -22,6 +22,15 @@ config ARCH_ALPINE
	  This enables support for the Annapurna Labs Alpine
	  Soc family.

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.

config ARCH_BCM2835
	bool "Broadcom BCM2835 family"
	select TIMER_OF