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