Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c5eb2a2b65fe411dcfe13264cfa84788a75341fb
Commit:     c5eb2a2b65fe411dcfe13264cfa84788a75341fb
Parent:     6139dbbb7769c7251e04813f577454c6c9293e15
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Sat Mar 3 11:54:19 2007 +0000
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sat Mar 3 11:55:01 2007 +0000

    [ARM] EBSA110: Work around build errors
    
    Work around EBSA110 build errors by selecting NO_IOPORT.  EBSA110
    can't support an IO port to MMIO mapping mechanism because the
    MMIO and IO port spaces have quite different and complex addressing
    requirements.
    
    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 d75879d..ac2ffdc 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -190,6 +190,7 @@ config ARCH_CO285
 config ARCH_EBSA110
        bool "EBSA-110"
        select ISA
+       select NO_IOPORT
        help
          This is an evaluation board for the StrongARM processor available
          from Digital. It has limited hardware on-board, including an
-
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