From: Tang Yuantian Date: Thu, 9 Feb 2017 02:33:01 +0000 (+0800) Subject: cpufreq: qoriq: add ARM64 SoCs support X-Git-Tag: v4.11-rc1~151^2~5^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5026ac23145eb63f5208eb843ce3a6a7a596c2ee;p=karo-tx-linux.git cpufreq: qoriq: add ARM64 SoCs support Add ARM64 config to Kconfig to enable CPU frequency feature on NXP ARM64 SoCs. Signed-off-by: Tang Yuantian Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index ec040a57458c..4ebae43118ef 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -334,7 +334,7 @@ endif config QORIQ_CPUFREQ 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 select CLK_QORIQ help