diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-07 07:53:17 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:15 -0400 |
commit | aac076f8805448a6331a526aa02cc438730ddd39 (patch) | |
tree | 270ad4de03c5cf88e6a267335ac4888dcce09854 | |
parent | 973c789742b4dc957cd7feb96cae98988dd0cf01 (diff) |
[MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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 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" | |||
1710 | config ISA | 1711 | config ISA |
1711 | bool | 1712 | bool |
1712 | 1713 | ||
1714 | config NO_ISA | ||
1715 | bool | ||
1716 | |||
1713 | config EISA | 1717 | config EISA |
1714 | bool "EISA support" | 1718 | bool "EISA support" |
1715 | depends on HW_HAS_EISA | 1719 | depends on HW_HAS_EISA |