diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-17 22:05:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-17 22:05:47 +0000 |
commit | 27cfca1ec98e91261b1a5355d10a8996464b63af (patch) | |
tree | 8e895a53e372fa682b4c0a585b9377d67ed70d0e /arch/i386/defconfig | |
parent | 6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff) |
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too
o Upgrade to 2.1.89.
Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'arch/i386/defconfig')
-rw-r--r-- | arch/i386/defconfig | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/arch/i386/defconfig b/arch/i386/defconfig index f8793e75f..2ca6da6bc 100644 --- a/arch/i386/defconfig +++ b/arch/i386/defconfig @@ -8,6 +8,15 @@ # CONFIG_EXPERIMENTAL is not set # +# Processor type and features +# +# CONFIG_M386 is not set +# CONFIG_M486 is not set +CONFIG_M586=y +# CONFIG_M686 is not set +# CONFIG_MATH_EMULATION is not set + +# # Loadable module support # CONFIG_MODULES=y @@ -17,21 +26,19 @@ CONFIG_MODULES=y # # General setup # -# CONFIG_MATH_EMULATION is not set CONFIG_NET=y CONFIG_PCI=y CONFIG_PCI_BIOS=y -# CONFIG_PCI_DIRECT is not set +CONFIG_PCI_DIRECT=y +# CONFIG_PCI_OPTIMIZE is not set +CONFIG_PCI_OLD_PROC=y # CONFIG_MCA is not set CONFIG_SYSVIPC=y +# CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_BINFMT_AOUT=y CONFIG_BINFMT_ELF=y CONFIG_BINFMT_MISC=y -# CONFIG_M386 is not set -# CONFIG_M486 is not set -# CONFIG_M586 is not set -CONFIG_M686=y # CONFIG_VIDEO_SELECT is not set # CONFIG_PARPORT is not set @@ -69,7 +76,8 @@ CONFIG_BLK_DEV_IDEDMA=y # CONFIG_BLK_DEV_MD is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_XD is not set -# CONFIG_BLK_DEV_EZ is not set +CONFIG_PARIDE_PARPORT=y +# CONFIG_PARIDE is not set # CONFIG_BLK_DEV_HD is not set # @@ -79,6 +87,7 @@ CONFIG_PACKET=y # CONFIG_NETLINK is not set # CONFIG_FIREWALL is not set # CONFIG_NET_ALIAS is not set +# CONFIG_FILTER is not set CONFIG_UNIX=y CONFIG_INET=y # CONFIG_IP_MULTICAST is not set @@ -123,6 +132,7 @@ CONFIG_BLK_DEV_SD=y # CONFIG_SCSI_MULTI_LUN=y CONFIG_SCSI_CONSTANTS=y +# CONFIG_SCSI_LOGGING is not set # # SCSI low-level drivers @@ -185,8 +195,7 @@ CONFIG_EEXPRESS_PRO100=y # CONFIG_DLCI is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set -# CONFIG_STRIP is not set -# CONFIG_WAVELAN is not set +# CONFIG_NET_RADIO is not set # CONFIG_TR is not set # CONFIG_WAN_DRIVERS is not set # CONFIG_LAPBETHER is not set @@ -228,16 +237,14 @@ CONFIG_LOCKD=y # CONFIG_CODA_FS is not set # CONFIG_SMB_FS is not set # CONFIG_HPFS_FS is not set +# CONFIG_NTFS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_AFFS_FS is not set +# CONFIG_HFS_FS is not set # CONFIG_ROMFS_FS is not set CONFIG_AUTOFS_FS=y # CONFIG_UFS_FS is not set # CONFIG_MAC_PARTITION is not set - -# -# Native Language Support -# # CONFIG_NLS is not set # @@ -262,8 +269,6 @@ CONFIG_82C710_MOUSE=y # CONFIG_WATCHDOG is not set # CONFIG_RTC is not set # CONFIG_VIDEO_DEV is not set -# CONFIG_VIDEO_BT848 is not set -# CONFIG_VIDEO_PMS is not set # CONFIG_NVRAM is not set # CONFIG_JOYSTICK is not set # CONFIG_MISC_RADIO is not set @@ -281,5 +286,7 @@ CONFIG_82C710_MOUSE=y # # Kernel hacking # -# CONFIG_PROFILE is not set +CONFIG_PROFILE=y +CONFIG_PROFILE_SHIFT=2 # CONFIG_MAGIC_SYSRQ is not set +CONFIG_VGA_CONSOLE=y |