From: James S. <jsi...@us...> - 2001-08-20 17:41:22
|
Update of /cvsroot/linux-mips/linux/arch/mips/configs In directory usw-pr-cvs1:/tmp/cvs-serv23345 Modified Files: defconfig-ddb5476 Log Message: Don't use CONFIG_I8259 until DDB5476 gets converted to new style IRQs. Index: defconfig-ddb5476 =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/configs/defconfig-ddb5476,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** defconfig-ddb5476 2001/08/18 22:53:58 1.4 --- defconfig-ddb5476 2001/08/20 17:41:19 1.5 *************** *** 26,29 **** --- 26,30 ---- # CONFIG_MOMENCO_OCELOT is not set CONFIG_DDB5476=y + # CONFIG_DDB5477 is not set # CONFIG_OLIVETTI_M700 is not set # CONFIG_SGI_IP22 is not set *************** *** 31,34 **** --- 32,38 ---- # CONFIG_MIPS_ITE8172 is not set # CONFIG_MIPS_IVR is not set + # CONFIG_MIPS_PB1000 is not set + CONFIG_RWSEM_GENERIC_SPINLOCK=y + # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set # CONFIG_MCA is not set # CONFIG_SBUS is not set *************** *** 38,41 **** --- 42,47 ---- CONFIG_PC_KEYB=y CONFIG_ROTTEN_IRQ=y + CONFIG_HAVE_STD_PC_SERIAL_PORT=y + CONFIG_NEW_TIME_C=y CONFIG_EISA=y *************** *** 51,54 **** --- 57,61 ---- # CONFIG_CPU_R3912 is not set # CONFIG_CPU_R6000 is not set + # CONFIG_CPU_VR41XX is not set # CONFIG_CPU_R4300 is not set # CONFIG_CPU_R4X00 is not set *************** *** 59,65 **** --- 66,75 ---- # CONFIG_CPU_R8000 is not set # CONFIG_CPU_R10000 is not set + # CONFIG_CPU_SB1 is not set # CONFIG_CPU_MIPS32 is not set + # CONFIG_CPU_MIPS64 is not set # CONFIG_CPU_ADVANCED is not set CONFIG_CPU_HAS_LLSC=y + CONFIG_CPU_HAS_LLDSCD=y # CONFIG_CPU_HAS_WB is not set *************** *** 68,72 **** # CONFIG_CPU_LITTLE_ENDIAN=y - CONFIG_MIPS_FPU_EMULATOR=y CONFIG_KCORE_ELF=y CONFIG_ELF_KERNEL=y --- 78,81 ---- *************** *** 76,79 **** --- 85,90 ---- CONFIG_NET=y # CONFIG_PCI_NAMES is not set + # CONFIG_HOTPLUG is not set + # CONFIG_PCMCIA is not set CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set *************** *** 81,89 **** # - # Parallel port support - # - # CONFIG_PARPORT is not set - - # # Plug and Play configuration # --- 92,95 ---- *************** *** 98,101 **** --- 104,112 ---- # + # Parallel port support + # + # CONFIG_PARPORT is not set + + # # Block devices # *************** *** 135,138 **** --- 146,150 ---- # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_PNP=y + # CONFIG_IP_PNP_DHCP is not set CONFIG_IP_PNP_BOOTP=y # CONFIG_IP_PNP_RARP is not set *************** *** 300,303 **** --- 312,316 ---- # CONFIG_EEPRO100_PM is not set # CONFIG_LNE390 is not set + # CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set CONFIG_NE2K_PCI=y *************** *** 305,308 **** --- 318,324 ---- # CONFIG_ES3210 is not set # CONFIG_8139TOO is not set + # CONFIG_8139TOO_PIO is not set + # CONFIG_8139TOO_TUNE_TWISTER is not set + # CONFIG_8139TOO_8129 is not set # CONFIG_RTL8129 is not set # CONFIG_SIS900 is not set *************** *** 347,350 **** --- 363,376 ---- # + # Amateur Radio support + # + # CONFIG_HAMRADIO is not set + + # + # IrDA (infrared) support + # + # CONFIG_IRDA is not set + + # # ISDN subsystem # *************** *** 365,369 **** # CONFIG_SERIAL_EXTENDED is not set # CONFIG_SERIAL_NONSTANDARD is not set ! # CONFIG_UNIX98_PTYS is not set # --- 391,396 ---- # CONFIG_SERIAL_EXTENDED is not set # CONFIG_SERIAL_NONSTANDARD is not set ! CONFIG_UNIX98_PTYS=y ! CONFIG_UNIX98_PTY_COUNT=256 # *************** *** 434,441 **** --- 461,470 ---- # CONFIG_JFFS_FS is not set # CONFIG_CRAMFS is not set + # CONFIG_TMPFS is not set # CONFIG_RAMFS is not set # CONFIG_ISO9660_FS is not set # CONFIG_JOLIET is not set # CONFIG_MINIX_FS is not set + # CONFIG_VXFS_FS is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set *************** *** 445,449 **** # CONFIG_DEVFS_MOUNT is not set # CONFIG_DEVFS_DEBUG is not set ! # CONFIG_DEVPTS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_QNX4FS_RW is not set --- 474,478 ---- # CONFIG_DEVFS_MOUNT is not set # CONFIG_DEVFS_DEBUG is not set ! CONFIG_DEVPTS_FS=y # CONFIG_QNX4FS_FS is not set # CONFIG_QNX4FS_RW is not set *************** *** 502,505 **** --- 531,535 ---- # CONFIG_FB_PM2 is not set # CONFIG_FB_CYBER2000 is not set + # CONFIG_FB_E1355 is not set # CONFIG_FB_MATROX is not set # CONFIG_FB_ATY is not set *************** *** 537,540 **** --- 567,571 ---- CONFIG_CROSSCOMPILE=y # CONFIG_REMOTE_DEBUG is not set + # CONFIG_GDB_CONSOLE is not set # CONFIG_LL_DEBUG is not set # CONFIG_MAGIC_SYSRQ is not set |