aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index e8ff09fe73d9..80d7ce9e1f94 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -555,6 +555,7 @@ config SGI_IP22
555 select HW_HAS_EISA 555 select HW_HAS_EISA
556 select IP22_CPU_SCACHE 556 select IP22_CPU_SCACHE
557 select IRQ_CPU 557 select IRQ_CPU
558 select NO_ISA if ISA
558 select SWAP_IO_SPACE 559 select SWAP_IO_SPACE
559 select SYS_HAS_CPU_R4X00 560 select SYS_HAS_CPU_R4X00
560 select SYS_HAS_CPU_R5000 561 select SYS_HAS_CPU_R5000
@@ -1710,6 +1711,9 @@ source "drivers/pci/Kconfig"
1710config ISA 1711config ISA
1711 bool 1712 bool
1712 1713
1714config NO_ISA
1715 bool
1716
1713config EISA 1717config EISA
1714 bool "EISA support" 1718 bool "EISA support"
1715 depends on HW_HAS_EISA 1719 depends on HW_HAS_EISA