diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2010-09-28 21:07:28 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-29 19:39:02 +0200 |
commit | 7ad0e386d46e9edff64705ab25337ad9130baf63 (patch) | |
tree | eeb9b050ff6f20fb114eef11de1bbc9b7b6e9e57 /arch/arm/configs | |
parent | OMAP2+: defconfig: modularize bluetooth, audio and WLAN (diff) | |
download | linux-7ad0e386d46e9edff64705ab25337ad9130baf63.tar.xz linux-7ad0e386d46e9edff64705ab25337ad9130baf63.zip |
OMAP2+: defconfig: disable CPUfreq
Disable CPUfreq since
1) is not yet supported in mainline, and
2) the current driver fails to suspend properly
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index cb5f7f929f7d..7deec89872c7 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -65,10 +65,6 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyS2,115200" CONFIG_KEXEC=y -CONFIG_CPU_FREQ=y -CONFIG_CPU_FREQ_STAT_DETAILS=y -CONFIG_CPU_FREQ_GOV_USERSPACE=y -CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_FPE_NWFPE=y CONFIG_VFP=y CONFIG_NEON=y |