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

Commit ea5eae0d authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Bryan Huntsman
Browse files

kona: Add config option for kona



Add option "ARCH_KONA" to enable compilation for kona target.

Change-Id: I6df7be3352f5d101582af64597e94544f05328dc
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 4f5985b6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -139,6 +139,14 @@ config ARCH_QCOM
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.

config ARCH_KONA
	bool "Enable Support for Qualcomm Technologies, Inc. KONA"
	depends on ARCH_QCOM
	select COMMON_CLK_QCOM
	help
	  This enables support for the KONA 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