Hi Ralf,
This patch solves the problem which cannot choose ISA support about CASIO E55,
IBM WorkPad, and others.
Please apply this patch to v2.6.
Yoichi
diff -urN -X dontdiff linux-orig/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux-orig/arch/mips/Kconfig 2004-02-26 10:39:17.000000000 +0900
+++ linux/arch/mips/Kconfig 2004-03-02 11:35:24.000000000 +0900
@@ -1317,8 +1317,7 @@
config ISA
bool "ISA bus support"
- depends on ACER_PICA_61 || SGI_IP22 || MIPS_MAGNUM_4000 ||
OLIVETTI_M700 || SNI_RM200_PCI
- default y if TOSHIBA_RBTX4927 || DDB5476 || DDB5074 || IBM_WORKPAD ||
CASIO_E55
+ depends on ACER_PICA_61 || SGI_IP22 || MIPS_MAGNUM_4000 ||
OLIVETTI_M700 || SNI_RM200_PCI || TOSHIBA_RBTX4927 || DDB5476 || DDB5074 ||
IBM_WORKPAD || CASIO_E55
help
Find out whether you have ISA slots on your motherboard. ISA is the
name of a bus system, i.e. the way the CPU talks to the other stuff
|