Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+4
+4
arch/mips/Kconfig
··· 555 555 select HW_HAS_EISA 556 556 select IP22_CPU_SCACHE 557 557 select IRQ_CPU 558 + select NO_ISA if ISA 558 559 select SWAP_IO_SPACE 559 560 select SYS_HAS_CPU_R4X00 560 561 select SYS_HAS_CPU_R5000 ··· 1709 1708 # users to choose the right thing ... 1710 1709 # 1711 1710 config ISA 1711 + bool 1712 + 1713 + config NO_ISA 1712 1714 bool 1713 1715 1714 1716 config EISA