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

Commit 2cf22e8a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM64: Add CPU_FREQ related Kconfig"

parents dd8aa0bf fffce141
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -100,6 +100,13 @@ config IOMMU_HELPER
config KERNEL_MODE_NEON
	def_bool y

config ARCH_HAS_CPUFREQ
	bool
	help
	  Internal node to signify that the ARCH has CPUFREQ support
	  and that the relevant menu configurations are displayed for
	  it.

source "init/Kconfig"

source "kernel/Kconfig.freezer"
@@ -125,6 +132,8 @@ config ARCH_MSM
	select MSM_IRQ
	select PINCTRL
	select SOC_BUS
	select ARCH_HAS_CPUFREQ
	select CPU_FREQ_MSM
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.

@@ -319,6 +328,10 @@ endmenu

menu "CPU Power Management"

if ARCH_HAS_CPUFREQ
source "drivers/cpufreq/Kconfig"
endif

source "drivers/cpuidle/Kconfig"

endmenu