[PATCH 19/26] ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ

Eric Miao eric.y.miao at gmail.com
Sat Oct 8 04:34:50 EDT 2011


On Sun, Oct 2, 2011 at 4:03 AM, Arnd Bergmann <arnd at arndb.de> wrote:
> The pxa specific cpufreq code is based on the cpu_freq_table
> module, so we have to select that.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>

Applied.

> ---
>  arch/arm/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 71b0ccb..3b84eda 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1926,6 +1926,7 @@ config CPU_FREQ_PXA
>        bool
>        depends on CPU_FREQ && ARCH_PXA && PXA25x
>        default y
> +       select CPU_FREQ_TABLE
>        select CPU_FREQ_DEFAULT_GOV_USERSPACE
>
>  config CPU_FREQ_S3C
> --
> 1.7.5.4
>
>



More information about the linux-arm-kernel mailing list