patch-2.0.37 linux/drivers/block/Config.in
Next file: linux/drivers/block/DAC960.c
Previous file: linux/arch/mips/defconfig
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Sun Jun 13 10:21:00 1999
- Orig file:
v2.0.36/linux/drivers/block/Config.in
- Orig date:
Sun Nov 15 10:49:30 1998
diff -u --recursive --new-file v2.0.36/linux/drivers/block/Config.in linux/drivers/block/Config.in
@@ -11,6 +11,9 @@
bool 'Old harddisk (MFM/RLL/IDE) driver' CONFIG_BLK_DEV_HD_ONLY
else
bool ' Use old disk-only driver on primary interface' CONFIG_BLK_DEV_HD_IDE
+ if [ "$CONFIG_BLK_DEV_HD_IDE" != "n" ]; then
+ bool ' Use multi-mode by default' CONFIG_IDEDISK_MULTI_MODE
+ fi
bool ' Include IDE/ATAPI CDROM support' CONFIG_BLK_DEV_IDECD
bool ' Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE
bool ' Include IDE/ATAPI FLOPPY support (new)' CONFIG_BLK_DEV_IDEFLOPPY
@@ -23,6 +26,9 @@
if [ "$CONFIG_PCI" = "y" ]; then
bool ' RZ1000 chipset bugfix/support' CONFIG_BLK_DEV_RZ1000
bool ' Intel 82371 PIIX (Triton I/II) DMA support' CONFIG_BLK_DEV_TRITON
+ if [ "$CONFIG_BLK_DEV_TRITON" = "y" ]; then
+ bool ' Boot off-board chipsets first support' CONFIG_BLK_DEV_OFFBOARD
+ fi
fi
bool ' Other IDE chipset support' CONFIG_IDE_CHIPSETS
if [ "$CONFIG_IDE_CHIPSETS" = "y" ]; then
@@ -53,6 +59,15 @@
bool ' Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
fi
tristate 'XT harddisk support' CONFIG_BLK_DEV_XD
+if [ "$CONFIG_PCI" = "y" ]; then
+ bool 'Mylex DAC960 PCI RAID Controller support' CONFIG_BLK_DEV_DAC960
+fi
+
+tristate 'Compaq SMART2 support' CONFIG_BLK_CPQ_DA
+if [ "$CONFIG_BLK_CPQ_DA" = "y" -o "$CONFIG_BLK_CPQ_DA" = "m" ]; then
+ bool ' Support for PCI SMART-2 Controllers' CONFIG_BLK_CPQ_DA_PCI
+ bool ' Support for EISA SMART-2 Controllers' CONFIG_BLK_CPQ_DA_EISA
+fi
tristate 'Parallel port IDE device support' CONFIG_PARIDE
if [ "$CONFIG_PARIDE" = "y" -o "$CONFIG_PARIDE" = "m" ]; then
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov