diff options
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 734b61f663b7..7080e7117f41 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -63,6 +63,7 @@ config MACH_DECSTATION | |||
63 | bool "DECstations" | 63 | bool "DECstations" |
64 | select BOOT_ELF32 | 64 | select BOOT_ELF32 |
65 | select DMA_NONCOHERENT | 65 | select DMA_NONCOHERENT |
66 | select NO_IOPORT | ||
66 | select SYS_HAS_EARLY_PRINTK | 67 | select SYS_HAS_EARLY_PRINTK |
67 | select IRQ_CPU | 68 | select IRQ_CPU |
68 | select SYS_HAS_CPU_R3000 | 69 | select SYS_HAS_CPU_R3000 |
@@ -775,6 +776,9 @@ config MIPS_NILE4 | |||
775 | config MIPS_DISABLE_OBSOLETE_IDE | 776 | config MIPS_DISABLE_OBSOLETE_IDE |
776 | bool | 777 | bool |
777 | 778 | ||
779 | config NO_IOPORT | ||
780 | def_bool n | ||
781 | |||
778 | config GENERIC_ISA_DMA_SUPPORT_BROKEN | 782 | config GENERIC_ISA_DMA_SUPPORT_BROKEN |
779 | bool | 783 | bool |
780 | select ZONE_DMA | 784 | select ZONE_DMA |