diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-08 15:25:21 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-27 07:38:23 -0500 |
commit | 8c3abc7d903df492a7394b0adae4349d9a381aaf (patch) | |
tree | 8d17cd55ec47e694332229fdc5aeafa97b5ce621 /arch/arm/Kconfig | |
parent | 71a06da08c1a100bba7221d140403aa7a6cdebe7 (diff) |
[ARM] pxa: 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 75f0319628ba..6fe71af3c3e6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -457,6 +457,7 @@ config ARCH_PXA | |||
457 | select ARCH_MTD_XIP | 457 | select ARCH_MTD_XIP |
458 | select GENERIC_GPIO | 458 | select GENERIC_GPIO |
459 | select HAVE_CLK | 459 | select HAVE_CLK |
460 | select COMMON_CLKDEV | ||
460 | select ARCH_REQUIRE_GPIOLIB | 461 | select ARCH_REQUIRE_GPIOLIB |
461 | select GENERIC_TIME | 462 | select GENERIC_TIME |
462 | select GENERIC_CLOCKEVENTS | 463 | select GENERIC_CLOCKEVENTS |