From: James S. <jsi...@us...> - 2001-09-10 16:27:10
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv15318 Modified Files: defconfig Log Message: Yet more menuconfig fixes. Index: defconfig =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/defconfig,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** defconfig 2001/08/25 06:24:45 1.7 --- defconfig 2001/09/10 16:27:08 1.8 *************** *** 357,361 **** # # CONFIG_BUSMOUSE is not set ! # CONFIG_MOUSE is not set # --- 357,364 ---- # # CONFIG_BUSMOUSE is not set ! CONFIG_MOUSE=y ! CONFIG_PSMOUSE=y ! # CONFIG_82C710_MOUSE is not set ! # CONFIG_PC110_PAD is not set # *************** *** 396,406 **** # SGI Character devices # - CONFIG_VT=y - CONFIG_VT_CONSOLE=y CONFIG_SGI_NEWPORT_CONSOLE=y CONFIG_FONT_8x16=y - # CONFIG_PSMOUSE is not set - CONFIG_UNIX98_PTYS=y - CONFIG_UNIX98_PTY_COUNT=256 # --- 399,404 ---- |