summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <ttynkkynen@nvidia.com>2014-08-21 00:04:44 +0300
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-12-06 22:44:54 +0000
commit682c943b0159b1a4105f31020605bf8a0f155ffd (patch)
tree280b321394e16ce218b35781249a54f0645f12fe
parent058b4c9f14a8ad587e2514a91b8b1285af9e29fd (diff)
downloadlinux-682c943b0159b1a4105f31020605bf8a0f155ffd.tar.gz
ARM: tegra: enable Tegra124 cpufreq driver by defaultbaserock/v3.18-with-cpufreq
The Tegra124 cpufreq driver depends on CONFIG_CPUFREQ_DT, so enable it to get the Tegra driver to build by default. Signed-off-by: Tuomas Tynkkynen <ttynkkynen@nvidia.com> Signed-off-by: Mikko Perttunen <mikko.perttunen@kapsi.fi>
-rw-r--r--arch/arm/configs/tegra_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 888fc1521322..3cc6f0a5c36b 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -43,6 +43,7 @@ CONFIG_KEXEC=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPUFREQ_DT=y
CONFIG_CPU_IDLE=y
CONFIG_VFP=y
CONFIG_NEON=y