From 27cfca1ec98e91261b1a5355d10a8996464b63af Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 17 Mar 1998 22:05:47 +0000 Subject: 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 ... --- arch/sparc/config.in | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'arch/sparc/config.in') diff --git a/arch/sparc/config.in b/arch/sparc/config.in index ef4bb3777..d7902e886 100644 --- a/arch/sparc/config.in +++ b/arch/sparc/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.38 1997/09/04 01:54:33 davem Exp $ +# $Id: config.in,v 1.51 1998/01/08 04:16:54 baccala Exp $ # For a description of the syntax of this configuration file, # see the Configure script. # @@ -28,6 +28,7 @@ bool 'Support for AP1000 multicomputer' CONFIG_AP1000 if [ "$CONFIG_AP1000" = "y" ]; then define_bool CONFIG_NO_KEYBOARD y + define_bool CONFIG_FDDI y define_bool CONFIG_APFDDI y define_bool CONFIG_APBLOCK y define_bool CONFIG_APBIF y @@ -39,6 +40,7 @@ else define_bool CONFIG_SUN_MOUSE y define_bool CONFIG_SERIAL y define_bool CONFIG_SUN_SERIAL y + define_bool CONFIG_SERIAL_CONSOLE y define_bool CONFIG_SUN_KEYBOARD y define_bool CONFIG_SUN_CONSOLE y define_bool CONFIG_SUN_AUXIO y @@ -50,6 +52,7 @@ fi tristate 'Openprom tree appears in /proc/openprom (EXPERIMENTAL)' CONFIG_SUN_OPENPROMFS bool 'Networking support' CONFIG_NET bool 'System V IPC' CONFIG_SYSVIPC +bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT bool 'Sysctl support' CONFIG_SYSCTL tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF @@ -78,6 +81,7 @@ if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then fi tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP +tristate 'Network block device support' CONFIG_BLK_DEV_NBD endmenu @@ -85,6 +89,15 @@ if [ "$CONFIG_NET" = "y" ]; then source net/Config.in fi +mainmenu_option next_comment +comment 'ISDN subsystem' + +tristate 'ISDN support' CONFIG_ISDN +if [ "$CONFIG_ISDN" != "n" ]; then + source drivers/isdn/Config.in +fi +endmenu + mainmenu_option next_comment comment 'SCSI support' @@ -97,7 +110,7 @@ if [ "$CONFIG_SCSI" != "n" ]; then dep_tristate 'SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI dep_tristate 'SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then - bool ' Enable vendor-specific extentions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR + bool ' Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR fi dep_tristate 'SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI @@ -116,6 +129,8 @@ if [ "$CONFIG_SCSI" != "n" ]; then fi endmenu +source drivers/fc4/Config.in + if [ "$CONFIG_NET" = "y" ]; then mainmenu_option next_comment comment 'Network device support' @@ -162,7 +177,9 @@ source fs/nls/Config.in mainmenu_option next_comment comment 'Watchdog' -bool 'Software watchdog' CONFIG_SOFT_WATCHDOG +tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG +endmenu + mainmenu_option next_comment comment 'Kernel hacking' @@ -170,4 +187,5 @@ bool 'Kernel profiling support' CONFIG_PROFILE if [ "$CONFIG_PROFILE" = "y" ]; then int ' Profile shift count' CONFIG_PROFILE_SHIFT 2 fi +bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ endmenu -- cgit v1.2.3