Browse Source

[MIPS] No I/O ports on the DECstation

 There are no I/O ports on the DECstation whatsoever in any configuration 
as neither the CPU nor the peripheral buses used have a concept of such.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Maciej W. Rozycki 18 years ago
parent
commit
d388d6853f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/mips/Kconfig

+ 4 - 0
arch/mips/Kconfig

@@ -63,6 +63,7 @@ config MACH_DECSTATION
 	bool "DECstations"
 	bool "DECstations"
 	select BOOT_ELF32
 	select BOOT_ELF32
 	select DMA_NONCOHERENT
 	select DMA_NONCOHERENT
+	select NO_IOPORT
 	select SYS_HAS_EARLY_PRINTK
 	select SYS_HAS_EARLY_PRINTK
 	select IRQ_CPU
 	select IRQ_CPU
 	select SYS_HAS_CPU_R3000
 	select SYS_HAS_CPU_R3000
@@ -775,6 +776,9 @@ config MIPS_NILE4
 config MIPS_DISABLE_OBSOLETE_IDE
 config MIPS_DISABLE_OBSOLETE_IDE
 	bool
 	bool
 
 
+config NO_IOPORT
+	def_bool n
+
 config GENERIC_ISA_DMA_SUPPORT_BROKEN
 config GENERIC_ISA_DMA_SUPPORT_BROKEN
 	bool
 	bool
 	select ZONE_DMA
 	select ZONE_DMA