Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=981d0f3952c977d799c2bb72e083cb9306ccb797
Commit:     981d0f3952c977d799c2bb72e083cb9306ccb797
Parent:     5048bcba4d27d975593ef5c55f217aafe015ec3b
Author:     Eric Miao <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 24 01:22:43 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Tue Jul 24 09:47:16 2007 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8501631..c8569e8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -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.
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to