diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-01-27 05:07:23 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-29 15:32:04 -0400 |
commit | 0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8 (patch) | |
tree | 2db5838181e9752de57a872bb80051088464ed87 /arch/arm/Kconfig | |
parent | 3207792e62498f872d64f12e2fc368aa9d7e3795 (diff) |
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 | |||
501 | 501 | ||
502 | config ARCH_KIRKWOOD | 502 | config ARCH_KIRKWOOD |
503 | bool "Marvell Kirkwood" | 503 | bool "Marvell Kirkwood" |
504 | select ARCH_HAS_CPUFREQ | ||
504 | select ARCH_REQUIRE_GPIOLIB | 505 | select ARCH_REQUIRE_GPIOLIB |
505 | select CPU_FEROCEON | 506 | select CPU_FEROCEON |
506 | select GENERIC_CLOCKEVENTS | 507 | select GENERIC_CLOCKEVENTS |