diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-30 12:11:49 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-30 12:11:49 -0500 |
commit | ae696fd53280d85b43ec1dd74f80162bee088862 (patch) | |
tree | 878c28e61e432f9948cfc168b40295ddf4c22e6b /arch/arm/Kconfig | |
parent | 5e1dbdb458ada37f7e97265cb2ea87c55fd5d034 (diff) |
[ARM] ep93xx: convert to clkdev and match clocks by struct device where possible
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 6fe71af3c3e6..995a1bfe3ae4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -276,6 +276,7 @@ config ARCH_EP93XX | |||
276 | select ARM_VIC | 276 | select ARM_VIC |
277 | select GENERIC_GPIO | 277 | select GENERIC_GPIO |
278 | select HAVE_CLK | 278 | select HAVE_CLK |
279 | select COMMON_CLKDEV | ||
279 | select ARCH_REQUIRE_GPIOLIB | 280 | select ARCH_REQUIRE_GPIOLIB |
280 | help | 281 | help |
281 | This enables support for the Cirrus EP93xx series of CPUs. | 282 | This enables support for the Cirrus EP93xx series of CPUs. |