diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-08 10:34:39 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-23 13:04:52 -0400 |
commit | 6fa5d5f764469daf3c4d21f94cbc1839b3857bbd (patch) | |
tree | 4400a5ba43c7147d77dcc270c2b3f5f8f6c349fa /arch/arm/Kconfig | |
parent | bfe45e0be88d8a2e408226d473bff60da4a97d1f (diff) |
clocksource: convert W90x900 24-bit down counting clocksource
Convert the W90x900 24-bit down-counting clocksource to the generic
mmio clocksource infrastructure
Acked-by: Wan ZongShun <mcuos.com@gmail.com>
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 0a05a57449e3..bab25a0ba107 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -575,6 +575,7 @@ config ARCH_W90X900 | |||
575 | select CPU_ARM926T | 575 | select CPU_ARM926T |
576 | select ARCH_REQUIRE_GPIOLIB | 576 | select ARCH_REQUIRE_GPIOLIB |
577 | select CLKDEV_LOOKUP | 577 | select CLKDEV_LOOKUP |
578 | select CLKSRC_MMIO | ||
578 | select GENERIC_CLOCKEVENTS | 579 | select GENERIC_CLOCKEVENTS |
579 | help | 580 | help |
580 | Support for Nuvoton (Winbond logic dept.) ARM9 processor, | 581 | Support for Nuvoton (Winbond logic dept.) ARM9 processor, |