From: <smi...@us...> - 2003-11-07 02:17:37
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1:/tmp/cvs-serv30173/scripts/config Modified Files: Tag: rel-1-0-patches 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.59 retrieving revision 1.59.2.1 diff -u -d -r1.59 -r1.59.2.1 --- config_linux 4 Oct 2003 15:17:44 -0000 1.59 +++ config_linux 7 Nov 2003 02:17:34 -0000 1.59.2.1 @@ -78,7 +78,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 @@ -139,8 +139,8 @@ # # Plug and Play configuration # -CONFIG_PNP=m -CONFIG_ISAPNP=m +CONFIG_PNP=y +CONFIG_ISAPNP=y # # Block devices |