Update of /cvsroot/devil-linux/build/scripts/config
In directory sc8-pr-cvs1:/tmp/cvs-serv29647/scripts/config
Modified Files:
config_linux
Log Message:
- ISAPNP support is now directly on kernel (no more module)
- added EISA support
Index: config_linux
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/config/config_linux,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- config_linux 1 Nov 2003 18:35:58 -0000 1.61
+++ config_linux 7 Nov 2003 02:14:58 -0000 1.62
@@ -74,7 +74,7 @@
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
CONFIG_PCI_NAMES=y
-# CONFIG_EISA is not set
+CONFIG_EISA=y
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y
@@ -135,8 +135,8 @@
#
# Plug and Play configuration
#
-CONFIG_PNP=m
-CONFIG_ISAPNP=m
+CONFIG_PNP=y
+CONFIG_ISAPNP=y
#
# Block devices
|