Kconfig
上传用户:ajay2009
上传日期:2009-05-22
资源大小:495k
文件大小:17k
源码类别:

驱动编程

开发平台:

Unix_Linux

  1. #
  2. # Block device driver configuration
  3. #
  4. menu "Block devices"
  5. config BLK_DEV_FD
  6. tristate "Normal floppy disk support"
  7. depends on ARCH_MAY_HAVE_PC_FDC
  8. ---help---
  9.   If you want to use the floppy disk drive(s) of your PC under Linux,
  10.   say Y. Information about this driver, especially important for IBM
  11.   Thinkpad users, is contained in <file:Documentation/floppy.txt>.
  12.   That file also contains the location of the Floppy driver FAQ as
  13.   well as location of the fdutils package used to configure additional
  14.   parameters of the driver at run time.
  15.   To compile this driver as a module, choose M here: the
  16.   module will be called floppy.
  17. config AMIGA_FLOPPY
  18. tristate "Amiga floppy support"
  19. depends on AMIGA
  20. config ATARI_FLOPPY
  21. tristate "Atari floppy support"
  22. depends on ATARI
  23. config BLK_DEV_SWIM_IOP
  24. bool "Macintosh IIfx/Quadra 900/Quadra 950 floppy support (EXPERIMENTAL)"
  25. depends on MAC && EXPERIMENTAL && BROKEN
  26. help
  27.   Say Y here to support the SWIM (Super Woz Integrated Machine) IOP
  28.   floppy controller on the Macintosh IIfx and Quadra 900/950.
  29. config MAC_FLOPPY
  30. tristate "Support for PowerMac floppy"
  31. depends on PPC_PMAC && !PPC_PMAC64
  32. help
  33.   If you have a SWIM-3 (Super Woz Integrated Machine 3; from Apple)
  34.   floppy controller, say Y here. Most commonly found in PowerMacs.
  35. config BLK_DEV_PS2
  36. tristate "PS/2 ESDI hard disk support"
  37. depends on MCA && MCA_LEGACY && BROKEN
  38. help
  39.   Say Y here if you have a PS/2 machine with a MCA bus and an ESDI
  40.   hard disk.
  41.   To compile this driver as a module, choose M here: the
  42.   module will be called ps2esdi.
  43. config AMIGA_Z2RAM
  44. tristate "Amiga Zorro II ramdisk support"
  45. depends on ZORRO
  46. help
  47.   This enables support for using Chip RAM and Zorro II RAM as a
  48.   ramdisk or as a swap partition. Say Y if you want to include this
  49.   driver in the kernel.
  50.   To compile this driver as a module, choose M here: the
  51.   module will be called z2ram.
  52. config ATARI_ACSI
  53. tristate "Atari ACSI support"
  54. depends on ATARI && BROKEN
  55. ---help---
  56.   This enables support for the Atari ACSI interface. The driver
  57.   supports hard disks and CD-ROMs, which have 512-byte sectors, or can
  58.   be switched to that mode. Due to the ACSI command format, only disks
  59.   up to 1 GB are supported. Special support for certain ACSI to SCSI
  60.   adapters, which could relax that, isn't included yet. The ACSI
  61.   driver is also the basis for certain other drivers for devices
  62.   attached to the ACSI bus: Atari SLM laser printer, BioNet-100
  63.   Ethernet, and PAMsNet Ethernet. If you want to use one of these
  64.   devices, you need ACSI support, too.
  65.   To compile this driver as a module, choose M here: the
  66.   module will be called acsi.
  67. comment "Some devices (e.g. CD jukebox) support multiple LUNs"
  68. depends on ATARI && ATARI_ACSI
  69. config ACSI_MULTI_LUN
  70. bool "Probe all LUNs on each ACSI device"
  71. depends on ATARI_ACSI
  72. help
  73.   If you have a ACSI device that supports more than one LUN (Logical
  74.   Unit Number), e.g. a CD jukebox, you should say Y here so that all
  75.   will be found by the ACSI driver. An ACSI device with multiple LUNs
  76.   acts logically like multiple ACSI devices. The vast majority of ACSI
  77.   devices have only one LUN, and so most people can say N here and
  78.   should in fact do so, because it is safer.
  79. config ATARI_SLM
  80. tristate "Atari SLM laser printer support"
  81. depends on ATARI && ATARI_ACSI!=n
  82. help
  83.   If you have an Atari SLM laser printer, say Y to include support for
  84.   it in the kernel. Otherwise, say N. This driver is also available as
  85.   a module ( = code which can be inserted in and removed from the
  86.   running kernel whenever you want). The module will be called
  87.   acsi_slm. Be warned: the driver needs much ST-RAM and can cause
  88.   problems due to that fact!
  89. config BLK_DEV_XD
  90. tristate "XT hard disk support"
  91. depends on ISA && ISA_DMA_API
  92. help
  93.   Very old 8 bit hard disk controllers used in the IBM XT computer
  94.   will be supported if you say Y here.
  95.   To compile this driver as a module, choose M here: the
  96.   module will be called xd.
  97.   It's pretty unlikely that you have one of these: say N.
  98. config PARIDE
  99. tristate "Parallel port IDE device support"
  100. depends on PARPORT
  101. ---help---
  102.   There are many external CD-ROM and disk devices that connect through
  103.   your computer's parallel port. Most of them are actually IDE devices
  104.   using a parallel port IDE adapter. This option enables the PARIDE
  105.   subsystem which contains drivers for many of these external drives.
  106.   Read <file:Documentation/paride.txt> for more information.
  107.   If you have said Y to the "Parallel-port support" configuration
  108.   option, you may share a single port between your printer and other
  109.   parallel port devices. Answer Y to build PARIDE support into your
  110.   kernel, or M if you would like to build it as a loadable module. If
  111.   your parallel port support is in a loadable module, you must build
  112.   PARIDE as a module. If you built PARIDE support into your kernel,
  113.   you may still build the individual protocol modules and high-level
  114.   drivers as loadable modules. If you build this support as a module,
  115.   it will be called paride.
  116.   To use the PARIDE support, you must say Y or M here and also to at
  117.   least one high-level driver (e.g. "Parallel port IDE disks",
  118.   "Parallel port ATAPI CD-ROMs", "Parallel port ATAPI disks" etc.) and
  119.   to at least one protocol driver (e.g. "ATEN EH-100 protocol",
  120.   "MicroSolutions backpack protocol", "DataStor Commuter protocol"
  121.   etc.).
  122. source "drivers/block/paride/Kconfig"
  123. config BLK_CPQ_DA
  124. tristate "Compaq SMART2 support"
  125. depends on PCI
  126. help
  127.   This is the driver for Compaq Smart Array controllers.  Everyone
  128.   using these boards should say Y here.  See the file
  129.   <file:Documentation/cpqarray.txt> for the current list of boards
  130.   supported by this driver, and for further information on the use of
  131.   this driver.
  132. config BLK_CPQ_CISS_DA
  133. tristate "Compaq Smart Array 5xxx support"
  134. depends on PCI
  135. help
  136.   This is the driver for Compaq Smart Array 5xxx controllers.
  137.   Everyone using these boards should say Y here.
  138.   See <file:Documentation/cciss.txt> for the current list of
  139.   boards supported by this driver, and for further information
  140.   on the use of this driver.
  141. config CISS_SCSI_TAPE
  142. bool "SCSI tape drive support for Smart Array 5xxx"
  143. depends on BLK_CPQ_CISS_DA && SCSI && PROC_FS
  144. help
  145.   When enabled (Y), this option allows SCSI tape drives and SCSI medium
  146.   changers (tape robots) to be accessed via a Compaq 5xxx array 
  147.   controller.  (See <file:Documentation/cciss.txt> for more details.)
  148.   "SCSI support" and "SCSI tape support" must also be enabled for this 
  149.   option to work.
  150.   When this option is disabled (N), the SCSI portion of the driver 
  151.   is not compiled.
  152. config BLK_DEV_DAC960
  153. tristate "Mylex DAC960/DAC1100 PCI RAID Controller support"
  154. depends on PCI
  155. help
  156.   This driver adds support for the Mylex DAC960, AcceleRAID, and
  157.   eXtremeRAID PCI RAID controllers.  See the file
  158.   <file:Documentation/README.DAC960> for further information about
  159.   this driver.
  160.   To compile this driver as a module, choose M here: the
  161.   module will be called DAC960.
  162. config BLK_DEV_UMEM
  163. tristate "Micro Memory MM5415 Battery Backed RAM support (EXPERIMENTAL)"
  164. depends on PCI && EXPERIMENTAL
  165. ---help---
  166.   Saying Y here will include support for the MM5415 family of
  167.   battery backed (Non-volatile) RAM cards.
  168.   <http://www.umem.com/>
  169.   The cards appear as block devices that can be partitioned into
  170.   as many as 15 partitions.
  171.   To compile this driver as a module, choose M here: the
  172.   module will be called umem.
  173.   The umem driver has not yet been allocated a MAJOR number, so
  174.   one is chosen dynamically.  Use "devfs" or look in /proc/devices
  175.   for the device number
  176. config BLK_DEV_UBD
  177. bool "Virtual block device"
  178. depends on UML
  179. ---help---
  180.           The User-Mode Linux port includes a driver called UBD which will let
  181.           you access arbitrary files on the host computer as block devices.
  182.           Unless you know that you do not need such virtual block devices say
  183.           Y here.
  184. config BLK_DEV_UBD_SYNC
  185. bool "Always do synchronous disk IO for UBD"
  186. depends on BLK_DEV_UBD
  187. ---help---
  188.   Writes to the virtual block device are not immediately written to the
  189.   host's disk; this may cause problems if, for example, the User-Mode
  190.   Linux 'Virtual Machine' uses a journalling filesystem and the host
  191.   computer crashes.
  192.           Synchronous operation (i.e. always writing data to the host's disk
  193.           immediately) is configurable on a per-UBD basis by using a special
  194.           kernel command line option.  Alternatively, you can say Y here to
  195.           turn on synchronous operation by default for all block devices.
  196.           If you're running a journalling file system (like reiserfs, for
  197.           example) in your virtual machine, you will want to say Y here.  If
  198.           you care for the safety of the data in your virtual machine, Y is a
  199.           wise choice too.  In all other cases (for example, if you're just
  200.           playing around with User-Mode Linux) you can choose N.
  201. config BLK_DEV_COW_COMMON
  202. bool
  203. default BLK_DEV_UBD
  204. config MMAPPER
  205. tristate "Example IO memory driver (BROKEN)"
  206. depends on UML && BROKEN
  207. ---help---
  208.           The User-Mode Linux port can provide support for IO Memory
  209.           emulation with this option.  This allows a host file to be
  210.           specified as an I/O region on the kernel command line. That file
  211.           will be mapped into UML's kernel address space where a driver can
  212.           locate it and do whatever it wants with the memory, including
  213.           providing an interface to it for UML processes to use.
  214.           For more information, see
  215.           <http://user-mode-linux.sourceforge.net/iomem.html>.
  216.           If you'd like to be able to provide a simulated IO port space for
  217.           User-Mode Linux processes, say Y.  If unsure, say N.
  218. config BLK_DEV_LOOP
  219. tristate "Loopback device support"
  220. ---help---
  221.   Saying Y here will allow you to use a regular file as a block
  222.   device; you can then create a file system on that block device and
  223.   mount it just as you would mount other block devices such as hard
  224.   drive partitions, CD-ROM drives or floppy drives. The loop devices
  225.   are block special device files with major number 7 and typically
  226.   called /dev/loop0, /dev/loop1 etc.
  227.   This is useful if you want to check an ISO 9660 file system before
  228.   burning the CD, or if you want to use floppy images without first
  229.   writing them to floppy. Furthermore, some Linux distributions avoid
  230.   the need for a dedicated Linux partition by keeping their complete
  231.   root file system inside a DOS FAT file using this loop device
  232.   driver.
  233.   To use the loop device, you need the losetup utility, found in the
  234.   util-linux package, see
  235.   <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>.
  236.   The loop device driver can also be used to "hide" a file system in
  237.   a disk partition, floppy, or regular file, either using encryption
  238.   (scrambling the data) or steganography (hiding the data in the low
  239.   bits of, say, a sound file). This is also safe if the file resides
  240.   on a remote file server.
  241.   There are several ways of encrypting disks. Some of these require
  242.   kernel patches. The vanilla kernel offers the cryptoloop option
  243.   and a Device Mapper target (which is superior, as it supports all
  244.   file systems). If you want to use the cryptoloop, say Y to both
  245.   LOOP and CRYPTOLOOP, and make sure you have a recent (version 2.12
  246.   or later) version of util-linux. Additionally, be aware that
  247.   the cryptoloop is not safe for storing journaled filesystems.
  248.   Note that this loop device has nothing to do with the loopback
  249.   device used for network connections from the machine to itself.
  250.   To compile this driver as a module, choose M here: the
  251.   module will be called loop.
  252.   Most users will answer N here.
  253. config BLK_DEV_CRYPTOLOOP
  254. tristate "Cryptoloop Support"
  255. select CRYPTO
  256. depends on BLK_DEV_LOOP
  257. ---help---
  258.   Say Y here if you want to be able to use the ciphers that are 
  259.   provided by the CryptoAPI as loop transformation. This might be
  260.   used as hard disk encryption.
  261.   WARNING: This device is not safe for journaled file systems like
  262.   ext3 or Reiserfs. Please use the Device Mapper crypto module
  263.   instead, which can be configured to be on-disk compatible with the
  264.   cryptoloop device.
  265. config BLK_DEV_NBD
  266. tristate "Network block device support"
  267. depends on NET
  268. ---help---
  269.   Saying Y here will allow your computer to be a client for network
  270.   block devices, i.e. it will be able to use block devices exported by
  271.   servers (mount file systems on them etc.). Communication between
  272.   client and server works over TCP/IP networking, but to the client
  273.   program this is hidden: it looks like a regular local file access to
  274.   a block device special file such as /dev/nd0.
  275.   Network block devices also allows you to run a block-device in
  276.   userland (making server and client physically the same computer,
  277.   communicating using the loopback network device).
  278.   Read <file:Documentation/nbd.txt> for more information, especially
  279.   about where to find the server code, which runs in user space and
  280.   does not need special kernel support.
  281.   Note that this has nothing to do with the network file systems NFS
  282.   or Coda; you can say N here even if you intend to use NFS or Coda.
  283.   To compile this driver as a module, choose M here: the
  284.   module will be called nbd.
  285.   If unsure, say N.
  286. config BLK_DEV_SX8
  287. tristate "Promise SATA SX8 support"
  288. depends on PCI
  289. ---help---
  290.   Saying Y or M here will enable support for the 
  291.   Promise SATA SX8 controllers.
  292.   Use devices /dev/sx8/$N and /dev/sx8/$Np$M.
  293. config BLK_DEV_UB
  294. tristate "Low Performance USB Block driver"
  295. depends on USB
  296. help
  297.   This driver supports certain USB attached storage devices
  298.   such as flash keys.
  299.   Warning: Enabling this cripples the usb-storage driver.
  300.   If unsure, say N.
  301. config BLK_DEV_RAM
  302. tristate "RAM disk support"
  303. ---help---
  304.   Saying Y here will allow you to use a portion of your RAM memory as
  305.   a block device, so that you can make file systems on it, read and
  306.   write to it and do all the other things that you can do with normal
  307.   block devices (such as hard drives). It is usually used to load and
  308.   store a copy of a minimal root file system off of a floppy into RAM
  309.   during the initial install of Linux.
  310.   Note that the kernel command line option "ramdisk=XX" is now
  311.   obsolete. For details, read <file:Documentation/ramdisk.txt>.
  312.   To compile this driver as a module, choose M here: the
  313.   module will be called rd.
  314.   Most normal users won't need the RAM disk functionality, and can
  315.   thus say N here.
  316. config BLK_DEV_RAM_COUNT
  317. int "Default number of RAM disks" if BLK_DEV_RAM
  318. default "16"
  319. help
  320.   The default value is 16 RAM disks. Change this if you know what
  321.   are doing. If you boot from a filesystem that needs to be extracted
  322.   in memory, you will need at least one RAM disk (e.g. root on cramfs).
  323. config BLK_DEV_RAM_SIZE
  324. int "Default RAM disk size (kbytes)"
  325. depends on BLK_DEV_RAM
  326. default "4096"
  327. help
  328.   The default value is 4096 kilobytes. Only change this if you know
  329.   what are you doing. If you are using IBM S/390, then set this to
  330.   8192.
  331. config BLK_DEV_INITRD
  332. bool "Initial RAM disk (initrd) support"
  333. depends on BLK_DEV_RAM=y
  334. help
  335.   The initial RAM disk is a RAM disk that is loaded by the boot loader
  336.   (loadlin or lilo) and that is mounted as root before the normal boot
  337.   procedure. It is typically used to load modules needed to mount the
  338.   "real" root file system, etc. See <file:Documentation/initrd.txt>
  339.   for details.
  340. #XXX - it makes sense to enable this only for 32-bit subarch's, not for x86_64
  341. #for instance.
  342. config LBD
  343. bool "Support for Large Block Devices"
  344. depends on X86 || (MIPS && 32BIT) || PPC32 || ARCH_S390_31 || SUPERH || UML
  345. help
  346.   Say Y here if you want to attach large (bigger than 2TB) discs to
  347.   your machine, or if you want to have a raid or loopback device
  348.   bigger than 2TB.  Otherwise say N.
  349. config CDROM_PKTCDVD
  350. tristate "Packet writing on CD/DVD media"
  351. depends on !UML
  352. help
  353.   If you have a CDROM drive that supports packet writing, say Y to
  354.   include preliminary support. It should work with any MMC/Mt Fuji
  355.   compliant ATAPI or SCSI drive, which is just about any newer CD
  356.   writer.
  357.   Currently only writing to CD-RW, DVD-RW and DVD+RW discs is possible.
  358.   DVD-RW disks must be in restricted overwrite mode.
  359.   To compile this driver as a module, choose M here: the
  360.   module will be called pktcdvd.
  361. config CDROM_PKTCDVD_BUFFERS
  362. int "Free buffers for data gathering"
  363. depends on CDROM_PKTCDVD
  364. default "8"
  365. help
  366.   This controls the maximum number of active concurrent packets. More
  367.   concurrent packets can increase write performance, but also require
  368.   more memory. Each concurrent packet will require approximately 64Kb
  369.   of non-swappable kernel memory, memory which will be allocated at
  370.   pktsetup time.
  371. config CDROM_PKTCDVD_WCACHE
  372. bool "Enable write caching"
  373. depends on CDROM_PKTCDVD
  374. help
  375.   If enabled, write caching will be set for the CD-R/W device. For now
  376.   this option is dangerous unless the CD-RW media is known good, as we
  377.   don't do deferred write error handling yet.
  378. source "drivers/s390/block/Kconfig"
  379. source "drivers/block/Kconfig.iosched"
  380. config ATA_OVER_ETH
  381. tristate "ATA over Ethernet support"
  382. depends on NET
  383. help
  384. This driver provides Support for ATA over Ethernet block
  385. devices like the Coraid EtherDrive (R) Storage Blade.
  386. endmenu