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

Commit 25dcc24f authored by Kaushal Kumar's avatar Kaushal Kumar
Browse files

msm: Add initial support for trinket in Kconfig platform



Add ARCH_TRINKET support in the Kconfig platform.

Change-Id: Ib26d3c51201082cd8369a913005e91ed381acd7e
Signed-off-by: default avatarKaushal Kumar <kaushalk@codeaurora.org>
parent 25a53a70
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -185,6 +185,14 @@ config ARCH_SDMMAGPIE
	  This enables support for the SDMMAGPIE chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

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