diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2010-09-28 15:07:28 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-29 13:39:02 -0400 |
commit | 7ad0e386d46e9edff64705ab25337ad9130baf63 (patch) | |
tree | eeb9b050ff6f20fb114eef11de1bbc9b7b6e9e57 /arch/arm/configs | |
parent | ecfdd76d2ffe76687385294619f6576aa4338c4e (diff) |
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 | |||
65 | CONFIG_ZBOOT_ROM_BSS=0x0 | 65 | CONFIG_ZBOOT_ROM_BSS=0x0 |
66 | CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyS2,115200" | 66 | CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyS2,115200" |
67 | CONFIG_KEXEC=y | 67 | CONFIG_KEXEC=y |
68 | CONFIG_CPU_FREQ=y | ||
69 | CONFIG_CPU_FREQ_STAT_DETAILS=y | ||
70 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
71 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
72 | CONFIG_FPE_NWFPE=y | 68 | CONFIG_FPE_NWFPE=y |
73 | CONFIG_VFP=y | 69 | CONFIG_VFP=y |
74 | CONFIG_NEON=y | 70 | CONFIG_NEON=y |