From: Mark Brown Date: Tue, 27 May 2014 16:26:21 +0000 (+0100) Subject: config: Enable cpufreq for vexpress64 X-Git-Tag: firefly_0821_release~3680^2~5^2~2^2~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1f2dc269c7cc1dc50a1e88bf216706aefa6145e6;p=firefly-linux-kernel-4.4.55.git config: Enable cpufreq for vexpress64 Signed-off-by: Mark Brown --- diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf index 8d5c85a54715..e6deb16e8923 100644 --- a/linaro/configs/vexpress64.conf +++ b/linaro/configs/vexpress64.conf @@ -47,3 +47,7 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_SYNOPSYS=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_PHY=y +CONFIG_PM_OPP=y +CONFIG_GENERIC_CPUFREQ_CPU0=y +CONFIG_ARM_BIG_LITTLE_CPUFREQ=y +CONFIG_ARM_DT_BL_CPUFREQ=y