diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-01-27 11:07:23 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-29 21:32:04 +0200 |
commit | 0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8 (patch) | |
tree | 2db5838181e9752de57a872bb80051088464ed87 /arch/arm/Kconfig | |
parent | arm: kirkwood: use the default of match table (diff) | |
download | linux-0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8.tar.xz linux-0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8.zip |
arm: kirkwood: Instantiate cpufreq driver
Register a platform driver structure for the cpufreq driver.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Adam Baker <linux@baker-net.org.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d423d58f938d..76fa76687262 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -501,6 +501,7 @@ config ARCH_DOVE config ARCH_KIRKWOOD bool "Marvell Kirkwood" + select ARCH_HAS_CPUFREQ select ARCH_REQUIRE_GPIOLIB select CPU_FEROCEON select GENERIC_CLOCKEVENTS |