Blame view

drivers/block/Kconfig 18.8 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
  #
  # Block device driver configuration
  #
fd11d171e   Jan Engelhardt   Make a "menuconfi...
4
5
6
7
  menuconfig BLK_DEV
  	bool "Block devices"
  	depends on BLOCK
  	default y
06bfb7eb1   Jan Engelhardt   Add some help tex...
8
9
10
11
12
13
  	---help---
  	  Say Y here to get to see options for various different block device
  	  drivers. This option alone does not add any kernel code.
  
  	  If you say N, all options in this submenu will be skipped and disabled;
  	  only do this if you know what you are doing.
9361401eb   David Howells   [PATCH] BLOCK: Ma...
14

fd11d171e   Jan Engelhardt   Make a "menuconfi...
15
  if BLK_DEV
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
16
17
18
  
  config BLK_DEV_FD
  	tristate "Normal floppy disk support"
a08b6b796   Al Viro   [PATCH] Kconfig f...
19
  	depends on ARCH_MAY_HAVE_PC_FDC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
20
21
22
  	---help---
  	  If you want to use the floppy disk drive(s) of your PC under Linux,
  	  say Y. Information about this driver, especially important for IBM
31c00fc15   Randy Dunlap   Create/use more d...
23
24
  	  Thinkpad users, is contained in
  	  <file:Documentation/blockdev/floppy.txt>.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  	  That file also contains the location of the Floppy driver FAQ as
  	  well as location of the fdutils package used to configure additional
  	  parameters of the driver at run time.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called floppy.
  
  config AMIGA_FLOPPY
  	tristate "Amiga floppy support"
  	depends on AMIGA
  
  config ATARI_FLOPPY
  	tristate "Atari floppy support"
  	depends on ATARI
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
39
40
41
42
43
44
  config MAC_FLOPPY
  	tristate "Support for PowerMac floppy"
  	depends on PPC_PMAC && !PPC_PMAC64
  	help
  	  If you have a SWIM-3 (Super Woz Integrated Machine 3; from Apple)
  	  floppy controller, say Y here. Most commonly found in PowerMacs.
8852ecd97   Laurent Vivier   m68k: mac - Add S...
45
46
47
48
49
50
  config BLK_DEV_SWIM
  	tristate "Support for SWIM Macintosh floppy"
  	depends on M68K && MAC
  	help
  	  You should select this option if you want floppy support
  	  and you don't have a II, IIfx, Q900, Q950 or AV series.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
51
52
53
54
55
56
57
58
59
60
  config AMIGA_Z2RAM
  	tristate "Amiga Zorro II ramdisk support"
  	depends on ZORRO
  	help
  	  This enables support for using Chip RAM and Zorro II RAM as a
  	  ramdisk or as a swap partition. Say Y if you want to include this
  	  driver in the kernel.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called z2ram.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
61
62
  config BLK_DEV_XD
  	tristate "XT hard disk support"
a55326061   Al Viro   [PATCH] ISA DMA K...
63
  	depends on ISA && ISA_DMA_API
928923c76   Geert Uytterhoeven   Introduce CONFIG_...
64
  	select CHECK_SIGNATURE
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
65
66
67
68
69
70
71
72
  	help
  	  Very old 8 bit hard disk controllers used in the IBM XT computer
  	  will be supported if you say Y here.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called xd.
  
  	  It's pretty unlikely that you have one of these: say N.
2395e463f   Randy Dunlap   paride: fix menu ...
73
74
75
76
77
78
79
80
81
82
  config GDROM
  	tristate "SEGA Dreamcast GD-ROM drive"
  	depends on SH_DREAMCAST
  	help
  	  A standard SEGA Dreamcast comes with a modified CD ROM drive called a
  	  "GD-ROM" by SEGA to signify it is capable of reading special disks
  	  with up to 1 GB of data. This drive will also read standard CD ROM
  	  disks. Select this option to access any disks in your GD ROM drive.
  	  Most users will want to say "Y" here.
  	  You can also build this as a module which will be called gdrom.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
83
84
  config PARIDE
  	tristate "Parallel port IDE device support"
6a19b41b3   Marko Kohtala   [PATCH] parport: ...
85
  	depends on PARPORT_PC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
86
87
88
89
90
  	---help---
  	  There are many external CD-ROM and disk devices that connect through
  	  your computer's parallel port. Most of them are actually IDE devices
  	  using a parallel port IDE adapter. This option enables the PARIDE
  	  subsystem which contains drivers for many of these external drives.
31c00fc15   Randy Dunlap   Create/use more d...
91
  	  Read <file:Documentation/blockdev/paride.txt> for more information.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
  
  	  If you have said Y to the "Parallel-port support" configuration
  	  option, you may share a single port between your printer and other
  	  parallel port devices. Answer Y to build PARIDE support into your
  	  kernel, or M if you would like to build it as a loadable module. If
  	  your parallel port support is in a loadable module, you must build
  	  PARIDE as a module. If you built PARIDE support into your kernel,
  	  you may still build the individual protocol modules and high-level
  	  drivers as loadable modules. If you build this support as a module,
  	  it will be called paride.
  
  	  To use the PARIDE support, you must say Y or M here and also to at
  	  least one high-level driver (e.g. "Parallel port IDE disks",
  	  "Parallel port ATAPI CD-ROMs", "Parallel port ATAPI disks" etc.) and
  	  to at least one protocol driver (e.g. "ATEN EH-100 protocol",
  	  "MicroSolutions backpack protocol", "DataStor Commuter protocol"
  	  etc.).
  
  source "drivers/block/paride/Kconfig"
88523a615   Sam Bradshaw   block: Add driver...
111
  source "drivers/block/mtip32xx/Kconfig"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
112
113
  config BLK_CPQ_DA
  	tristate "Compaq SMART2 support"
f057eac0d   Stephen Rothwell   Introduce CONFIG_...
114
  	depends on PCI && VIRT_TO_BUS
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
115
116
117
  	help
  	  This is the driver for Compaq Smart Array controllers.  Everyone
  	  using these boards should say Y here.  See the file
31c00fc15   Randy Dunlap   Create/use more d...
118
119
120
  	  <file:Documentation/blockdev/cpqarray.txt> for the current list of
  	  boards supported by this driver, and for further information on the
  	  use of this driver.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
121
122
123
124
125
126
127
  
  config BLK_CPQ_CISS_DA
  	tristate "Compaq Smart Array 5xxx support"
  	depends on PCI
  	help
  	  This is the driver for Compaq Smart Array 5xxx controllers.
  	  Everyone using these boards should say Y here.
31c00fc15   Randy Dunlap   Create/use more d...
128
  	  See <file:Documentation/blockdev/cciss.txt> for the current list of
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
129
130
131
132
133
  	  boards supported by this driver, and for further information
  	  on the use of this driver.
  
  config CISS_SCSI_TAPE
  	bool "SCSI tape drive support for Smart Array 5xxx"
3e29fe837   Randy Dunlap   [PATCH] CISS: req...
134
135
  	depends on BLK_CPQ_CISS_DA && PROC_FS
  	depends on SCSI=y || SCSI=BLK_CPQ_CISS_DA
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
136
137
138
  	help
  	  When enabled (Y), this option allows SCSI tape drives and SCSI medium
  	  changers (tape robots) to be accessed via a Compaq 5xxx array 
31c00fc15   Randy Dunlap   Create/use more d...
139
  	  controller.  (See <file:Documentation/blockdev/cciss.txt> for more details.)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
140
141
142
143
144
145
146
147
148
149
150
151
152
  
  	  "SCSI support" and "SCSI tape support" must also be enabled for this 
  	  option to work.
  
  	  When this option is disabled (N), the SCSI portion of the driver 
  	  is not compiled.
  
  config BLK_DEV_DAC960
  	tristate "Mylex DAC960/DAC1100 PCI RAID Controller support"
  	depends on PCI
  	help
  	  This driver adds support for the Mylex DAC960, AcceleRAID, and
  	  eXtremeRAID PCI RAID controllers.  See the file
31c00fc15   Randy Dunlap   Create/use more d...
153
154
  	  <file:Documentation/blockdev/README.DAC960> for further information
  	  about this driver.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called DAC960.
  
  config BLK_DEV_UMEM
  	tristate "Micro Memory MM5415 Battery Backed RAM support (EXPERIMENTAL)"
  	depends on PCI && EXPERIMENTAL
  	---help---
  	  Saying Y here will include support for the MM5415 family of
  	  battery backed (Non-volatile) RAM cards.
  	  <http://www.umem.com/>
  
  	  The cards appear as block devices that can be partitioned into
  	  as many as 15 partitions.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called umem.
  
  	  The umem driver has not yet been allocated a MAJOR number, so
bf6ee0ae4   Adrian Bunk   remove mentioning...
174
  	  one is chosen dynamically.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
  
  config BLK_DEV_UBD
  	bool "Virtual block device"
  	depends on UML
  	---help---
            The User-Mode Linux port includes a driver called UBD which will let
            you access arbitrary files on the host computer as block devices.
            Unless you know that you do not need such virtual block devices say
            Y here.
  
  config BLK_DEV_UBD_SYNC
  	bool "Always do synchronous disk IO for UBD"
  	depends on BLK_DEV_UBD
  	---help---
  	  Writes to the virtual block device are not immediately written to the
  	  host's disk; this may cause problems if, for example, the User-Mode
  	  Linux 'Virtual Machine' uses a journalling filesystem and the host
  	  computer crashes.
  
            Synchronous operation (i.e. always writing data to the host's disk
            immediately) is configurable on a per-UBD basis by using a special
            kernel command line option.  Alternatively, you can say Y here to
            turn on synchronous operation by default for all block devices.
  
            If you're running a journalling file system (like reiserfs, for
            example) in your virtual machine, you will want to say Y here.  If
            you care for the safety of the data in your virtual machine, Y is a
            wise choice too.  In all other cases (for example, if you're just
            playing around with User-Mode Linux) you can choose N.
  
  config BLK_DEV_COW_COMMON
  	bool
  	default BLK_DEV_UBD
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
  config BLK_DEV_LOOP
  	tristate "Loopback device support"
  	---help---
  	  Saying Y here will allow you to use a regular file as a block
  	  device; you can then create a file system on that block device and
  	  mount it just as you would mount other block devices such as hard
  	  drive partitions, CD-ROM drives or floppy drives. The loop devices
  	  are block special device files with major number 7 and typically
  	  called /dev/loop0, /dev/loop1 etc.
  
  	  This is useful if you want to check an ISO 9660 file system before
  	  burning the CD, or if you want to use floppy images without first
  	  writing them to floppy. Furthermore, some Linux distributions avoid
  	  the need for a dedicated Linux partition by keeping their complete
  	  root file system inside a DOS FAT file using this loop device
  	  driver.
  
  	  To use the loop device, you need the losetup utility, found in the
  	  util-linux package, see
  	  <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>.
  
  	  The loop device driver can also be used to "hide" a file system in
  	  a disk partition, floppy, or regular file, either using encryption
  	  (scrambling the data) or steganography (hiding the data in the low
  	  bits of, say, a sound file). This is also safe if the file resides
  	  on a remote file server.
  
  	  There are several ways of encrypting disks. Some of these require
  	  kernel patches. The vanilla kernel offers the cryptoloop option
  	  and a Device Mapper target (which is superior, as it supports all
  	  file systems). If you want to use the cryptoloop, say Y to both
  	  LOOP and CRYPTOLOOP, and make sure you have a recent (version 2.12
  	  or later) version of util-linux. Additionally, be aware that
  	  the cryptoloop is not safe for storing journaled filesystems.
  
  	  Note that this loop device has nothing to do with the loopback
  	  device used for network connections from the machine to itself.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called loop.
  
  	  Most users will answer N here.
d134b00b9   Kay Sievers   loop: add BLK_DEV...
250
251
252
253
254
255
256
257
258
259
260
261
262
263
  config BLK_DEV_LOOP_MIN_COUNT
  	int "Number of loop devices to pre-create at init time"
  	depends on BLK_DEV_LOOP
  	default 8
  	help
  	  Static number of loop devices to be unconditionally pre-created
  	  at init time.
  
  	  This default value can be overwritten on the kernel command
  	  line or with module-parameter loop.max_loop.
  
  	  The historic default is 8. If a late 2011 version of losetup(8)
  	  is used, it can be set to 0, since needed loop devices can be
  	  dynamically allocated with the /dev/loop-control interface.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
264
265
266
  config BLK_DEV_CRYPTOLOOP
  	tristate "Cryptoloop Support"
  	select CRYPTO
8df3b0a21   Herbert Xu   [CRYPTO] cryptolo...
267
  	select CRYPTO_CBC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
268
269
270
271
272
273
274
275
276
277
  	depends on BLK_DEV_LOOP
  	---help---
  	  Say Y here if you want to be able to use the ciphers that are 
  	  provided by the CryptoAPI as loop transformation. This might be
  	  used as hard disk encryption.
  
  	  WARNING: This device is not safe for journaled file systems like
  	  ext3 or Reiserfs. Please use the Device Mapper crypto module
  	  instead, which can be configured to be on-disk compatible with the
  	  cryptoloop device.
b411b3637   Philipp Reisner   The DRBD driver
278
  source "drivers/block/drbd/Kconfig"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
279
280
281
282
283
284
285
286
287
288
289
290
291
292
  config BLK_DEV_NBD
  	tristate "Network block device support"
  	depends on NET
  	---help---
  	  Saying Y here will allow your computer to be a client for network
  	  block devices, i.e. it will be able to use block devices exported by
  	  servers (mount file systems on them etc.). Communication between
  	  client and server works over TCP/IP networking, but to the client
  	  program this is hidden: it looks like a regular local file access to
  	  a block device special file such as /dev/nd0.
  
  	  Network block devices also allows you to run a block-device in
  	  userland (making server and client physically the same computer,
  	  communicating using the loopback network device).
31c00fc15   Randy Dunlap   Create/use more d...
293
294
295
  	  Read <file:Documentation/blockdev/nbd.txt> for more information,
  	  especially about where to find the server code, which runs in user
  	  space and does not need special kernel support.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
296
297
298
299
300
301
302
303
  
  	  Note that this has nothing to do with the network file systems NFS
  	  or Coda; you can say N here even if you intend to use NFS or Coda.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called nbd.
  
  	  If unsure, say N.
2a13877c5   Jeff Garzik   osdblk: a Linux b...
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
  config BLK_DEV_OSD
  	tristate "OSD object-as-blkdev support"
  	depends on SCSI_OSD_ULD
  	---help---
  	  Saying Y or M here will allow the exporting of a single SCSI
  	  OSD (object-based storage) object as a Linux block device.
  
  	  For example, if you create a 2G object on an OSD device,
  	  you can then use this module to present that 2G object as
  	  a Linux block device.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called osdblk.
  
  	  If unsure, say N.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
  config BLK_DEV_SX8
  	tristate "Promise SATA SX8 support"
  	depends on PCI
  	---help---
  	  Saying Y or M here will enable support for the 
  	  Promise SATA SX8 controllers.
  
  	  Use devices /dev/sx8/$N and /dev/sx8/$Np$M.
  
  config BLK_DEV_UB
  	tristate "Low Performance USB Block driver"
  	depends on USB
  	help
  	  This driver supports certain USB attached storage devices
  	  such as flash keys.
a00828e9a   Pete Zaitcev   [PATCH] USB: driv...
334
335
  	  If you enable this driver, it is recommended to avoid conflicts
  	  with usb-storage by enabling USB_LIBUSUAL.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
336
337
338
339
  
  	  If unsure, say N.
  
  config BLK_DEV_RAM
9db5579be   Nick Piggin   rewrite rd
340
  	tristate "RAM block device support"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
341
342
343
344
345
346
347
  	---help---
  	  Saying Y here will allow you to use a portion of your RAM memory as
  	  a block device, so that you can make file systems on it, read and
  	  write to it and do all the other things that you can do with normal
  	  block devices (such as hard drives). It is usually used to load and
  	  store a copy of a minimal root file system off of a floppy into RAM
  	  during the initial install of Linux.
31c00fc15   Randy Dunlap   Create/use more d...
348
349
  	  Note that the kernel command line option "ramdisk=XX" is now obsolete.
  	  For details, read <file:Documentation/blockdev/ramdisk.txt>.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
350
351
352
353
354
355
356
357
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called rd.
  
  	  Most normal users won't need the RAM disk functionality, and can
  	  thus say N here.
  
  config BLK_DEV_RAM_COUNT
a687fb18c   Adrian Bunk   [PATCH] let BLK_D...
358
  	int "Default number of RAM disks"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
359
  	default "16"
a687fb18c   Adrian Bunk   [PATCH] let BLK_D...
360
  	depends on BLK_DEV_RAM
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
361
  	help
2e977c85d   Patrick Ringl   fix typos in driv...
362
  	  The default value is 16 RAM disks. Change this if you know what you
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
363
364
365
366
367
368
369
370
371
  	  are doing. If you boot from a filesystem that needs to be extracted
  	  in memory, you will need at least one RAM disk (e.g. root on cramfs).
  
  config BLK_DEV_RAM_SIZE
  	int "Default RAM disk size (kbytes)"
  	depends on BLK_DEV_RAM
  	default "4096"
  	help
  	  The default value is 4096 kilobytes. Only change this if you know
2e977c85d   Patrick Ringl   fix typos in driv...
372
  	  what you are doing.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
373

75acb9cd2   Nick Piggin   rd: support XIP
374
375
376
377
378
379
380
381
382
  config BLK_DEV_XIP
  	bool "Support XIP filesystems on RAM block device"
  	depends on BLK_DEV_RAM
  	default n
  	help
  	  Support XIP filesystems (such as ext2 with XIP support on) on
  	  top of block ram device. This will slightly enlarge the kernel, and
  	  will prevent RAM block device backing store memory from being
  	  allocated from highmem (only a problem for highmem systems).
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
383
384
385
386
  config CDROM_PKTCDVD
  	tristate "Packet writing on CD/DVD media"
  	depends on !UML
  	help
2d4eeec56   Thomas Maier   [PATCH] pktcdvd: ...
387
388
389
390
  	  If you have a CDROM/DVD drive that supports packet writing, say
  	  Y to include support. It should work with any MMC/Mt Fuji
  	  compliant ATAPI or SCSI drive, which is just about any newer
  	  DVD/CD writer.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
391

2d4eeec56   Thomas Maier   [PATCH] pktcdvd: ...
392
393
  	  Currently only writing to CD-RW, DVD-RW, DVD+RW and DVDRAM discs
  	  is possible.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
394
  	  DVD-RW disks must be in restricted overwrite mode.
2d4eeec56   Thomas Maier   [PATCH] pktcdvd: ...
395
396
  	  See the file <file:Documentation/cdrom/packet-writing.txt>
  	  for further information on the use of this driver.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
397
398
399
400
401
402
403
404
405
406
407
  	  To compile this driver as a module, choose M here: the
  	  module will be called pktcdvd.
  
  config CDROM_PKTCDVD_BUFFERS
  	int "Free buffers for data gathering"
  	depends on CDROM_PKTCDVD
  	default "8"
  	help
  	  This controls the maximum number of active concurrent packets. More
  	  concurrent packets can increase write performance, but also require
  	  more memory. Each concurrent packet will require approximately 64Kb
e1bc89bc9   Peter Osterlund   [PATCH] pktcdvd: ...
408
409
  	  of non-swappable kernel memory, memory which will be allocated when
  	  a disc is opened for writing.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
410
411
  
  config CDROM_PKTCDVD_WCACHE
b566ccefd   Adrian Bunk   [PATCH] Let CDROM...
412
413
  	bool "Enable write caching (EXPERIMENTAL)"
  	depends on CDROM_PKTCDVD && EXPERIMENTAL
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
414
415
416
417
  	help
  	  If enabled, write caching will be set for the CD-R/W device. For now
  	  this option is dangerous unless the CD-RW media is known good, as we
  	  don't do deferred write error handling yet.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
418
419
420
421
422
423
  config ATA_OVER_ETH
  	tristate "ATA over Ethernet support"
  	depends on NET
  	help
  	This driver provides Support for ATA over Ethernet block
  	devices like the Coraid EtherDrive (R) Storage Blade.
3fbed4c61   unsik Kim   mflash: initial s...
424
425
  config MG_DISK
  	tristate "mGine mflash, gflash support"
8a11a789c   Bartlomiej Zolnierkiewicz   mg_disk: fix depe...
426
  	depends on ARM && GPIOLIB
3fbed4c61   unsik Kim   mflash: initial s...
427
428
429
430
431
432
433
434
435
436
437
438
439
  	help
  	  mGine mFlash(gFlash) block device driver
  
  config MG_DISK_RES
  	int "Size of reserved area before MBR"
  	depends on MG_DISK
  	default 0
  	help
  	  Define size of reserved area that usually used for boot. Unit is KB.
  	  All of the block device operation will be taken this value as start
  	  offset
  	  Examples:
  			1024 => 1 MB
667ef3c39   David S. Miller   [SPARC64]: Add Su...
440
441
442
443
444
445
  config SUNVDC
  	tristate "Sun Virtual Disk Client support"
  	depends on SUN_LDOMS
  	help
  	  Support for virtual disk devices as a client under Sun
  	  Logical Domains.
61d48c2c3   Martin Schwidefsky   [S390] Kconfig: u...
446
  source "drivers/s390/block/Kconfig"
74489a91d   Grant Likely   Add support for X...
447
448
  config XILINX_SYSACE
  	tristate "Xilinx SystemACE support"
6fa612b56   Michal Simek   microblaze: Kconf...
449
  	depends on 4xx || MICROBLAZE
74489a91d   Grant Likely   Add support for X...
450
451
  	help
  	  Include support for the Xilinx SystemACE CompactFlash interface
9f27ee595   Jeremy Fitzhardinge   xen: add virtual ...
452
453
454
455
  config XEN_BLKDEV_FRONTEND
  	tristate "Xen virtual block device support"
  	depends on XEN
  	default y
2de06cc1f   Ian Campbell   xen: separate out...
456
  	select XEN_XENBUS_FRONTEND
9f27ee595   Jeremy Fitzhardinge   xen: add virtual ...
457
458
459
460
  	help
  	  This driver implements the front-end of the Xen virtual
  	  block device driver.  It communicates with a back-end driver
  	  in another domain which drives the actual block device.
dfc07b13d   Konrad Rzeszutek Wilk   xen/blkback: Move...
461
  config XEN_BLKDEV_BACKEND
ea5e11616   Konrad Rzeszutek Wilk   xen/blkback: Make...
462
  	tristate "Xen block-device backend driver"
dfc07b13d   Konrad Rzeszutek Wilk   xen/blkback: Move...
463
464
465
466
467
  	depends on XEN_BACKEND
  	help
  	  The block-device backend driver allows the kernel to export its
  	  block devices to other guests via a high-performance shared-memory
  	  interface.
a4c348580   Konrad Rzeszutek Wilk   xen/blkback: Fles...
468
469
470
471
472
473
474
475
476
477
478
  	  The corresponding Linux frontend driver is enabled by the
  	  CONFIG_XEN_BLKDEV_FRONTEND configuration option.
  
  	  The backend driver attaches itself to a any block device specified
  	  in the XenBus configuration. There are no limits to what the block
  	  device as long as it has a major and minor.
  
  	  If you are compiling a kernel to run in a Xen block backend driver
  	  domain (often this is domain 0) you should say Y here. To
  	  compile this driver as a module, chose M here: the module
  	  will be called xen-blkback.
e467cde23   Rusty Russell   Block driver usin...
479
480
481
482
  config VIRTIO_BLK
  	tristate "Virtio block driver (EXPERIMENTAL)"
  	depends on EXPERIMENTAL && VIRTIO
  	---help---
0ad07ec1f   Anthony Liguori   virtio: Put the v...
483
484
  	  This is the virtual block driver for virtio.  It can be used with
            lguest or QEMU based VMMs (like KVM or Xen).  Say Y or M.
e467cde23   Rusty Russell   Block driver usin...
485

453ea3ed0   Adrian Bunk   move ide/legacy/h...
486
  config BLK_DEV_HD
f327c1c33   Adrian Bunk   update the BLK_DE...
487
  	bool "Very old hard disk (MFM/RLL/IDE) driver"
453ea3ed0   Adrian Bunk   move ide/legacy/h...
488
489
490
  	depends on HAVE_IDE
  	depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN
  	help
f327c1c33   Adrian Bunk   update the BLK_DE...
491
492
493
494
495
496
  	  This is a very old hard disk driver that lacks the enhanced
  	  functionality of the newer ones.
  
  	  It is required for systems with ancient MFM/RLL/ESDI drives.
  
  	  If unsure, say N.
453ea3ed0   Adrian Bunk   move ide/legacy/h...
497

602adf400   Yehuda Sadeh   rbd: introduce ra...
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
  config BLK_DEV_RBD
  	tristate "Rados block device (RBD)"
  	depends on INET && EXPERIMENTAL && BLOCK
  	select CEPH_LIB
  	select LIBCRC32C
  	select CRYPTO_AES
  	select CRYPTO
  	default n
  	help
  	  Say Y here if you want include the Rados block device, which stripes
  	  a block device over objects stored in the Ceph distributed object
  	  store.
  
  	  More information at http://ceph.newdream.net/.
  
  	  If unsure, say N.
fd11d171e   Jan Engelhardt   Make a "menuconfi...
514
  endif # BLK_DEV