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

Commit 5026ac23 authored by Tang Yuantian's avatar Tang Yuantian Committed by Rafael J. Wysocki
Browse files

cpufreq: qoriq: add ARM64 SoCs support



Add ARM64 config to Kconfig to enable CPU frequency feature on
NXP ARM64 SoCs.

Signed-off-by: default avatarTang Yuantian <yuantian.tang@nxp.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 113f9017
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -334,7 +334,7 @@ endif


config QORIQ_CPUFREQ
config QORIQ_CPUFREQ
	tristate "CPU frequency scaling driver for Freescale QorIQ SoCs"
	tristate "CPU frequency scaling driver for Freescale QorIQ SoCs"
	depends on OF && COMMON_CLK && (PPC_E500MC || ARM)
	depends on OF && COMMON_CLK && (PPC_E500MC || ARM || ARM64)
	depends on !CPU_THERMAL || THERMAL
	depends on !CPU_THERMAL || THERMAL
	select CLK_QORIQ
	select CLK_QORIQ
	help
	help