projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973c789
)
[MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 7 Jun 2006 11:53:17 +0000
(12:53 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 19 Jun 2006 16:39:15 +0000
(17:39 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index e8ff09fe73d9dc0f9163f3fcec821521a08ca9c1..80d7ce9e1f94bb7433d5578773ff4ec7ae84c5e1 100644
(file)
--- 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