diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-03-03 11:54:19 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-03-03 11:55:01 +0000 |
commit | c5eb2a2b65fe411dcfe13264cfa84788a75341fb (patch) | |
tree | 07efe80c44b3a4c1f78a178de2283c787a9858e7 /arch/arm | |
parent | 6139dbbb7769c7251e04813f577454c6c9293e15 (diff) | |
download | op-kernel-dev-c5eb2a2b65fe411dcfe13264cfa84788a75341fb.zip op-kernel-dev-c5eb2a2b65fe411dcfe13264cfa84788a75341fb.tar.gz |
[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 <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-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 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 |