diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-07-10 11:13:33 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-07-10 11:13:33 -0700 |
| commit | f88546ff26766aa683233224667d9f7faa966835 (patch) | |
| tree | 332687f537062c834c56800ba09b88c3370f47f7 | |
| parent | cc120cb33a4c73df59067c6b0c917470f0df7e2d (diff) | |
| download | olio-linux-3.10-f88546ff26766aa683233224667d9f7faa966835.tar.xz olio-linux-3.10-f88546ff26766aa683233224667d9f7faa966835.zip | |
Adding back in lost cpufreq driver
Change-Id: If1d4c436f1a270f1f89fa015f3ff0546b1b23f7e
| -rw-r--r-- | arch/arm/configs/omap3_h1_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap3_h1_defconfig b/arch/arm/configs/omap3_h1_defconfig index 7ba5ec94c66..9b7c431d7b8 100644 --- a/arch/arm/configs/omap3_h1_defconfig +++ b/arch/arm/configs/omap3_h1_defconfig @@ -484,7 +484,7 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_INTERACTIVE=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y -# CONFIG_GENERIC_CPUFREQ_CPU0 is not set +CONFIG_GENERIC_CPUFREQ_CPU0=y # # ARM CPU frequency scaling drivers |