|
From: Kenn H. <ke...@us...> - 2004-07-30 00:24:26
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/configs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30026/configs Modified Files: ka4x_defconfig ka650_defconfig Log Message: Bringing the IPR serial driver and the diag LED driver into the driver model as platform devices allows them to easily co-exist in the same kernel image. These changes to KA650's and KA42/3/6's defconfigs bring the configs closer together. My plan is to get these 4 machines running off one .config. Index: ka650_defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/configs/ka650_defconfig,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- ka650_defconfig 28 Jul 2004 23:11:44 -0000 1.7 +++ ka650_defconfig 30 Jul 2004 00:24:12 -0000 1.8 @@ -22,9 +22,9 @@ CONFIG_CPU_KA650=y # CONFIG_CPU_KA660 is not set # CONFIG_CPU_KA410 is not set -# CONFIG_CPU_KA42 is not set -# CONFIG_CPU_KA43 is not set -# CONFIG_CPU_KA46 is not set +CONFIG_CPU_KA42=y +CONFIG_CPU_KA43=y +CONFIG_CPU_KA46=y # CONFIG_CPU_KA48 is not set # CONFIG_CPU_KA55 is not set # CONFIG_CPU_VXT is not set @@ -332,7 +332,7 @@ CONFIG_DEBUG_SLAB=y CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_BUGVERBOSE=y -# CONFIG_VAX_DIAG_LED is not set +CONFIG_VAX_DIAG_LED=y # # Security options Index: ka4x_defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/configs/ka4x_defconfig,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ka4x_defconfig 28 Jul 2004 23:11:44 -0000 1.3 +++ ka4x_defconfig 30 Jul 2004 00:24:12 -0000 1.4 @@ -19,7 +19,7 @@ # # CONFIG_CPU_KA630 is not set # CONFIG_CPU_KA640 is not set -# CONFIG_CPU_KA650 is not set +CONFIG_CPU_KA650=y # CONFIG_CPU_KA660 is not set # CONFIG_CPU_KA410 is not set CONFIG_CPU_KA42=y @@ -119,7 +119,7 @@ # # VAX Bus support # -# CONFIG_QBUS is not set +CONFIG_QBUS=y CONFIG_VSBUS=y # @@ -218,6 +218,7 @@ # CONFIG_VAX_LANCE=y # CONFIG_VAX_SGEC is not set +CONFIG_DELQA=y # # SCSI device support @@ -326,7 +327,7 @@ CONFIG_SERIAL=y CONFIG_SERIAL_CORE=y CONFIG_DZ=y -# CONFIG_SERIAL_IPR is not set +CONFIG_SERIAL_IPR=y CONFIG_SERIAL_CONSOLE=y CONFIG_UNIX98_PTYS=y CONFIG_UNIX98_PTY_COUNT=256 |