Skip to content

Commit

Permalink
[MIPS] No I/O ports on the DECstation
Browse files Browse the repository at this point in the history
 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>
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Jul 10, 2007
1 parent b63e804 commit d388d68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ config MACH_DECSTATION
bool "DECstations"
select BOOT_ELF32
select DMA_NONCOHERENT
select NO_IOPORT
select SYS_HAS_EARLY_PRINTK
select IRQ_CPU
select SYS_HAS_CPU_R3000
Expand Down Expand Up @@ -775,6 +776,9 @@ config MIPS_NILE4
config MIPS_DISABLE_OBSOLETE_IDE
bool

config NO_IOPORT
def_bool n

config GENERIC_ISA_DMA_SUPPORT_BROKEN
bool
select ZONE_DMA
Expand Down

0 comments on commit d388d68

Please sign in to comment.