dect
/
linux-2.6
Archived
13
0
Fork 0

[ARM] 4526/1: pxa: make ARCH_PXA select GENERIC_CLOCKEVENTS

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>
This commit is contained in:
Eric Miao 2007-07-24 01:22:43 +01:00 committed by Russell King
parent 5048bcba4d
commit 981d0f3952
1 changed files with 1 additions and 0 deletions

View 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.