diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-19 12:28:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-19 12:28:05 +0000 |
commit | 22e4a282d66896496426002f8935186fd7df7085 (patch) | |
tree | 25ade6c6dcafdb9c945d20efd0aab76d4bd21c77 /packages/linux | |
parent | 6c18f0821e298ee0bbb844257adc0c2739b2aae2 (diff) |
h2200 defconfig: set cpufreq to 'M' since it can mess up the TS
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6/h2200/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6/h2200/defconfig b/packages/linux/handhelds-pxa-2.6/h2200/defconfig index eb68f48801..87c94b5f04 100644 --- a/packages/linux/handhelds-pxa-2.6/h2200/defconfig +++ b/packages/linux/handhelds-pxa-2.6/h2200/defconfig @@ -243,7 +243,7 @@ CONFIG_CMDLINE="console=ttyS0,115200n8 root=/dev/mmcblk0p1" # # CPU Frequency scaling # -CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ=m CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=y |