patch-1.3.36 linux/drivers/block/Config.in
Next file: linux/drivers/block/Makefile
Previous file: linux/drivers/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun Oct 22 22:16:56 1995
- Orig file:
v1.3.35/linux/drivers/block/Config.in
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.35/linux/drivers/block/Config.in linux/drivers/block/Config.in
@@ -0,0 +1,23 @@
+#
+# Block device driver configuration
+#
+mainmenu_option next_comment
+comment 'block devices'
+
+tristate 'Normal floppy disk support' CONFIG_BLK_DEV_FD
+bool 'Normal (MFM/RLL) disk and IDE disk/cdrom support' CONFIG_ST506
+if [ "$CONFIG_ST506" = "y" ]; then
+ comment 'Please see drivers/block/README.ide for help/info on IDE drives'
+ bool ' Use old disk-only driver for primary i/f' CONFIG_BLK_DEV_HD
+ if [ "$CONFIG_BLK_DEV_HD" = "y" ]; then
+ bool ' Include new IDE driver for secondary i/f support' CONFIG_BLK_DEV_IDE
+ else
+ bool ' Use new IDE driver for primary/secondary i/f' CONFIG_BLK_DEV_IDE
+ fi
+ if [ "$CONFIG_BLK_DEV_IDE" = "y" ]; then
+ bool ' PCI Triton IDE Bus Master DMA support' CONFIG_BLK_DEV_TRITON
+ bool ' Include support for IDE/ATAPI CDROMs' CONFIG_BLK_DEV_IDECD
+ fi
+fi
+
+bool 'XT harddisk support' CONFIG_BLK_DEV_XD
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this