Import 2.4.0-test2pre7
[davej-history.git] / drivers / block / Config.in
blobb04bd828e7f44d186d16829a7fcf6381e90689f0
2 # Block device driver configuration
4 mainmenu_option next_comment
5 comment 'Block devices'
7 tristate 'Normal PC floppy disk support' CONFIG_BLK_DEV_FD
8 if [ "$CONFIG_AMIGA" = "y" ]; then
9    tristate 'Amiga floppy support' CONFIG_AMIGA_FLOPPY
11 if [ "$CONFIG_ATARI" = "y" ]; then
12    tristate 'Atari floppy support' CONFIG_ATARI_FLOPPY
14 if [ "$CONFIG_MAC" = "y" ]; then
15    dep_bool 'Macintosh IIfx/Quadra 900/Quadra 950 floppy support (EXPERIMENTAL)' CONFIG_BLK_DEV_SWIM_IOP $CONFIG_EXPERIMENTAL
17 if [ "$CONFIG_MCA" = "y" ]; then
18    tristate 'PS/2 ESDI hard disk support' CONFIG_BLK_DEV_PS2
20 if [ "$CONFIG_ZORRO" = "y" ]; then
21    tristate 'Amiga Zorro II ramdisk support' CONFIG_AMIGA_Z2RAM
23 if [ "$CONFIG_ATARI" = "y" ]; then
24    tristate 'Atari ACSI support' CONFIG_ATARI_ACSI
25    if [ "$CONFIG_ATARI_ACSI" != "n" ]; then
26       comment 'Some devices (e.g. CD jukebox) support multiple LUNs'
27       bool '  Probe all LUNs on each ACSI device' CONFIG_ACSI_MULTI_LUN
28       tristate '  Atari SLM laser printer support' CONFIG_ATARI_SLM
29    fi
31 dep_tristate 'XT hard disk support' CONFIG_BLK_DEV_XD $CONFIG_ISA
32 dep_tristate 'Parallel port IDE device support' CONFIG_PARIDE $CONFIG_PARPORT
33 if [ "$CONFIG_PARIDE" = "y" -o "$CONFIG_PARIDE" = "m" ]; then
34    source drivers/block/paride/Config.in
36 dep_tristate 'Compaq SMART2 support' CONFIG_BLK_CPQ_DA $CONFIG_PCI
37 dep_tristate 'Mylex DAC960/DAC1100 PCI RAID Controller support' CONFIG_BLK_DEV_DAC960 $CONFIG_PCI
39 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
40 dep_tristate 'Network block device support' CONFIG_BLK_DEV_NBD $CONFIG_NET
42 tristate 'Logical volume manager (LVM) support' CONFIG_BLK_DEV_LVM N
43 if [ "$CONFIG_BLK_DEV_LVM" != "n" ]; then
44    bool '   LVM information in proc filesystem' CONFIG_LVM_PROC_FS Y
47 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
48 dep_tristate '  Linear (append) mode' CONFIG_MD_LINEAR $CONFIG_BLK_DEV_MD
49 dep_tristate '  RAID-0 (striping) mode' CONFIG_MD_RAID0 $CONFIG_BLK_DEV_MD
50 dep_tristate '  RAID-1 (mirroring) mode' CONFIG_MD_RAID1 $CONFIG_BLK_DEV_MD
51 dep_tristate '  RAID-4/RAID-5 mode' CONFIG_MD_RAID5 $CONFIG_BLK_DEV_MD
52 if [ "$CONFIG_MD_LINEAR" = "y" -o "$CONFIG_MD_RAID0" = "y" -o "$CONFIG_MD_RAID1" = "y" -o "$CONFIG_MD_RAID5" = "y" ]; then
53         bool '  Boot support' CONFIG_MD_BOOT
54         bool '  Auto Detect support' CONFIG_AUTODETECT_RAID
56 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
57 if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
58         int '   Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
60 dep_bool '  Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD $CONFIG_BLK_DEV_RAM
62 endmenu