diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-04-17 05:37:10 -0400 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-04-26 23:45:42 -0400 |
commit | 36b5437f33fb95196bef2345dede39fdcab3e431 (patch) | |
tree | 00389d40cd84cba7ffe1acc0aaf42464bd2d8d21 /arch/arm/Kconfig | |
parent | fd87e081723089cba99df0b3d6f36ae2235c700a (diff) |
[ARM] pxa: remove unused CPU_FREQ_PXA Kconfig symbol
cpufreq drivers for pxa2xx/3xx are now built-in automatically as soon as
CPU_FREQ is enabled.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9909a93ec7fd..fb667cd43f70 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1169,12 +1169,6 @@ config CPU_FREQ_IMX | |||
1169 | 1169 | ||
1170 | If in doubt, say N. | 1170 | If in doubt, say N. |
1171 | 1171 | ||
1172 | config CPU_FREQ_PXA | ||
1173 | bool | ||
1174 | depends on CPU_FREQ && ARCH_PXA && PXA25x | ||
1175 | default y | ||
1176 | select CPU_FREQ_DEFAULT_GOV_USERSPACE | ||
1177 | |||
1178 | endif | 1172 | endif |
1179 | 1173 | ||
1180 | source "drivers/cpuidle/Kconfig" | 1174 | source "drivers/cpuidle/Kconfig" |