Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aac076f8 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected.

parent 973c7897
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -555,6 +555,7 @@ config SGI_IP22
	select HW_HAS_EISA
	select HW_HAS_EISA
	select IP22_CPU_SCACHE
	select IP22_CPU_SCACHE
	select IRQ_CPU
	select IRQ_CPU
	select NO_ISA if ISA
	select SWAP_IO_SPACE
	select SWAP_IO_SPACE
	select SYS_HAS_CPU_R4X00
	select SYS_HAS_CPU_R4X00
	select SYS_HAS_CPU_R5000
	select SYS_HAS_CPU_R5000
@@ -1710,6 +1711,9 @@ source "drivers/pci/Kconfig"
config ISA
config ISA
	bool
	bool


config NO_ISA
	bool

config EISA
config EISA
	bool "EISA support"
	bool "EISA support"
	depends on HW_HAS_EISA
	depends on HW_HAS_EISA