From: Ralf Baechle Date: Wed, 7 Jun 2006 11:53:17 +0000 (+0100) Subject: [MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected. X-Git-Tag: v3.12-rc1~35884^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aac076f8805448a6331a526aa02cc438730ddd39;p=kernel%2Fkernel-generic.git [MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e8ff09f..80d7ce9 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