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

Commit 2403f0c8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Kconfig: enable default config of cpu freq qcom for msm8953"

parents 41627a20 926cb9b2
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -248,6 +248,26 @@ config ARCH_SDM439
	  This enables support for the sdm439 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

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

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

config ARCH_ROCKCHIP
	bool "Rockchip Platforms"
	select ARCH_HAS_RESET_CONTROLLER