Skip to content

Commit

Permalink
[MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 19, 2006
1 parent 973c789 commit aac076f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aac076f

Please sign in to comment.