Skip to content

Commit

Permalink
[ARM] pxa: remove unused CPU_FREQ_PXA Kconfig symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Eric Miao committed Apr 27, 2009
1 parent fd87e08 commit 36b5437
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1169,12 +1169,6 @@ config CPU_FREQ_IMX

If in doubt, say N.

config CPU_FREQ_PXA
bool
depends on CPU_FREQ && ARCH_PXA && PXA25x
default y
select CPU_FREQ_DEFAULT_GOV_USERSPACE

endif

source "drivers/cpuidle/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion arch/arm/configs/viper_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
CONFIG_CPU_FREQ_PXA=y

#
# Floating point emulation
Expand Down

0 comments on commit 36b5437

Please sign in to comment.