patch-2.1.16 linux/arch/sparc/config.in
Next file: linux/arch/sparc/defconfig
Previous file: linux/arch/sparc/boot/init_me.c
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
Fri Dec 13 11:37:30 1996
- Orig file:
v2.1.15/linux/arch/sparc/config.in
- Orig date:
Tue Nov 12 15:56:02 1996
diff -u --recursive --new-file v2.1.15/linux/arch/sparc/config.in linux/arch/sparc/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.23 1996/10/28 01:24:40 davem Exp $
+# $Id: config.in,v 1.29 1996/12/08 08:13:34 davem Exp $
# For a description of the syntax of this configuration file,
# see the Configure script.
#
@@ -62,6 +62,7 @@
if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
tristate ' Linear (append) mode' CONFIG_MD_LINEAR
tristate ' RAID-0 (striping) mode' CONFIG_MD_STRIPED
+# tristate ' RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
fi
tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
@@ -88,6 +89,9 @@
dep_tristate 'SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
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
+ fi
dep_tristate 'SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
@@ -100,6 +104,7 @@
comment 'SCSI low-level drivers'
bool 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
+ tristate 'PTI Qlogic,ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
endmenu
fi
endmenu
@@ -122,7 +127,8 @@
bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
fi
bool 'Sun LANCE support' CONFIG_SUNLANCE
- bool 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
+ tristate 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
+ tristate 'Sun QuadEthernet support' CONFIG_SUNQE
# bool 'FDDI driver support' CONFIG_FDDI
# if [ "$CONFIG_FDDI" = "y" ]; then
# fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov