diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-02-26 21:07:30 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-26 21:07:30 +0000 |
commit | e41698894d3fe64f17fe411e3e5ef3c2537bf2e6 (patch) | |
tree | 46ca66e4ec4c849e7d585ea5cfaac84cd73cb4dc /arch | |
parent | 61fde514c2368a93e97f926a289d556c93a18fc6 (diff) | |
download | op-kernel-dev-e41698894d3fe64f17fe411e3e5ef3c2537bf2e6.zip op-kernel-dev-e41698894d3fe64f17fe411e3e5ef3c2537bf2e6.tar.gz |
[ARM] CLPS7500 doesn't have IO ports
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-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 4409561..d75879d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -171,6 +171,7 @@ config ARCH_CLPS7500 bool "Cirrus CL-PS7500FE" select TIMER_ACORN select ISA + select NO_IOPORT help Support for the Cirrus Logic PS7500FE system-on-a-chip. |