OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [drivers/] [block/] [Config.in] - Blame information for rev 199

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#
2
# Block device driver configuration
3
#
4
mainmenu_option next_comment
5
comment 'Floppy, IDE, and other block devices'
6
 
7
tristate 'Normal floppy disk support' CONFIG_BLK_DEV_FD
8
bool 'Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support' CONFIG_BLK_DEV_IDE
9
comment 'Please see Documentation/ide.txt for help/info on IDE drives'
10
if [ "$CONFIG_BLK_DEV_IDE" = "n" ]; then
11
  bool 'Old harddisk (MFM/RLL/IDE) driver' CONFIG_BLK_DEV_HD_ONLY
12
else
13
  bool '   Use old disk-only driver on primary interface' CONFIG_BLK_DEV_HD_IDE
14
  if [ "$CONFIG_BLK_DEV_HD_IDE" != "n" ]; then
15
    bool '     Use multi-mode by default' CONFIG_IDEDISK_MULTI_MODE
16
  fi
17
  bool '   Include IDE/ATAPI CDROM support' CONFIG_BLK_DEV_IDECD
18
  bool '   Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE
19
  bool '   Include IDE/ATAPI FLOPPY support (new)' CONFIG_BLK_DEV_IDEFLOPPY
20
  bool '   SCSI emulation support' CONFIG_BLK_DEV_IDESCSI
21
  bool '   Support removable IDE interfaces (PCMCIA)' CONFIG_BLK_DEV_IDE_PCMCIA
22
  bool '   CMD640 chipset bugfix/support' CONFIG_BLK_DEV_CMD640
23
  if [ "$CONFIG_BLK_DEV_CMD640" = "y" ]; then
24
    bool '     CMD640 enhanced support' CONFIG_BLK_DEV_CMD640_ENHANCED
25
  fi
26
  if [ "$CONFIG_PCI" = "y" ]; then
27
    bool '   RZ1000 chipset bugfix/support' CONFIG_BLK_DEV_RZ1000
28
    bool '   Intel 82371 PIIX (Triton I/II) DMA support' CONFIG_BLK_DEV_TRITON
29
    if [ "$CONFIG_BLK_DEV_TRITON" = "y" ]; then
30
      bool '     Boot off-board chipsets first support' CONFIG_BLK_DEV_OFFBOARD
31
    fi
32
  fi
33
  bool '   Other IDE chipset support' CONFIG_IDE_CHIPSETS
34
  if [ "$CONFIG_IDE_CHIPSETS" = "y" ]; then
35
    comment 'Note: most of these also require special kernel boot parameters'
36
    bool '      ALI M14xx       support' CONFIG_BLK_DEV_ALI14XX
37
    bool '      DTC-2278        support' CONFIG_BLK_DEV_DTC2278
38
    bool '      Holtek HT6560B  support' CONFIG_BLK_DEV_HT6560B
39
    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
40
      bool '      PROMISE DC4030  support (EXPERIMENTAL)' CONFIG_BLK_DEV_PROMISE
41
    fi
42
    bool '      QDI QD6580      support' CONFIG_BLK_DEV_QD6580
43
    bool '      UMC 8672        support' CONFIG_BLK_DEV_UMC8672
44
  fi
45
fi
46
 
47
comment 'Additional Block Devices'
48
 
49
tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
50
bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
51
if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
52
  tristate '   Linear (append) mode' CONFIG_MD_LINEAR
53
  tristate '   RAID-0 (striping) mode' CONFIG_MD_STRIPED
54
  tristate '   RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
55
  tristate '   RAID-4/RAID-5 mode' CONFIG_MD_RAID5
56
fi
57
tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
58
if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
59
  bool '   Release empty RAM disk blocks' CONFIG_RD_RELEASE_BLOCKS
60
  bool '   Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
61
fi
62
tristate 'ROM disk memory block device' CONFIG_BLK_DEV_BLKMEM
63
tristate 'XT harddisk support' CONFIG_BLK_DEV_XD
64
if [ "$CONFIG_PCI" = "y" ]; then
65
  bool 'Mylex DAC960 PCI RAID Controller support' CONFIG_BLK_DEV_DAC960
66
fi
67
 
68
tristate 'Compaq SMART2 support' CONFIG_BLK_CPQ_DA
69
if [ "$CONFIG_BLK_CPQ_DA" = "y" -o "$CONFIG_BLK_CPQ_DA" = "m" ]; then
70
  bool '   Support for PCI SMART-2 Controllers' CONFIG_BLK_CPQ_DA_PCI
71
  bool '   Support for EISA SMART-2 Controllers' CONFIG_BLK_CPQ_DA_EISA
72
fi
73
 
74
tristate 'Parallel port IDE device support' CONFIG_PARIDE
75
if [ "$CONFIG_PARIDE" = "y" -o "$CONFIG_PARIDE" = "m" ]; then
76
  source drivers/block/paride/Config.in
77
fi
78
 
79
if [ "$CONFIG_BLK_DEV_HD_IDE" = "y" -o "$CONFIG_BLK_DEV_HD_ONLY" = "y" ]; then
80
  define_bool CONFIG_BLK_DEV_HD y
81
else
82
  define_bool CONFIG_BLK_DEV_HD n
83
fi
84
 
85
endmenu

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.