aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-06-07 12:53:17 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-06-19 17:39:15 +0100
commitaac076f8805448a6331a526aa02cc438730ddd39 (patch)
tree270ad4de03c5cf88e6a267335ac4888dcce09854 /arch
parent[MIPS] Cobalt: Fix undefined reference to disable_early_printk. (diff)
downloadlinux-dev-aac076f8805448a6331a526aa02cc438730ddd39.tar.xz
linux-dev-aac076f8805448a6331a526aa02cc438730ddd39.zip
[MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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
select HW_HAS_EISA
select IP22_CPU_SCACHE
select IRQ_CPU
+ select NO_ISA if ISA
select SWAP_IO_SPACE
select SYS_HAS_CPU_R4X00
select SYS_HAS_CPU_R5000
@@ -1710,6 +1711,9 @@ source "drivers/pci/Kconfig"
config ISA
bool
+config NO_ISA
+ bool
+
config EISA
bool "EISA support"
depends on HW_HAS_EISA