[ARM] 4526/1: pxa: make ARCH_PXA select GENERIC_CLOCKEVENTS
authorEric Miao <eric.y.miao@gmail.com>
Tue, 24 Jul 2007 00:22:43 +0000 (01:22 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 24 Jul 2007 08:47:16 +0000 (09:47 +0100)
make ARCH_PXA select GENERIC_CLOCKEVENTS to fix the
building issue due to merge of clockevents based PXA
timer

Signed-off-by: eric miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig

index 85016313bd1175779772fbfe45d1c798780e064e..c8569e862c6ba7746d4a9080c59da4594d3d59e1 100644 (file)
@@ -341,6 +341,7 @@ config ARCH_PXA
        select ARCH_MTD_XIP
        select GENERIC_GPIO
        select GENERIC_TIME
+       select GENERIC_CLOCKEVENTS
        help
          Support for Intel's PXA2XX processor line.