GNU Linux-libre 4.9.337-gnu1
[releases.git] / drivers / block / Kconfig
1 #
2 # Block device driver configuration
3 #
4
5 menuconfig BLK_DEV
6         bool "Block devices"
7         depends on BLOCK
8         default y
9         ---help---
10           Say Y here to get to see options for various different block device
11           drivers. This option alone does not add any kernel code.
12
13           If you say N, all options in this submenu will be skipped and disabled;
14           only do this if you know what you are doing.
15
16 if BLK_DEV
17
18 config BLK_DEV_NULL_BLK
19         tristate "Null test block driver"
20
21 config BLK_DEV_FD
22         tristate "Normal floppy disk support"
23         depends on ARCH_MAY_HAVE_PC_FDC
24         ---help---
25           If you want to use the floppy disk drive(s) of your PC under Linux,
26           say Y. Information about this driver, especially important for IBM
27           Thinkpad users, is contained in
28           <file:Documentation/blockdev/floppy.txt>.
29           That file also contains the location of the Floppy driver FAQ as
30           well as location of the fdutils package used to configure additional
31           parameters of the driver at run time.
32
33           To compile this driver as a module, choose M here: the
34           module will be called floppy.
35
36 config BLK_DEV_FD_RAWCMD
37         bool "Support for raw floppy disk commands (DEPRECATED)"
38         depends on BLK_DEV_FD
39         help
40           If you want to use actual physical floppies and expect to do
41           special low-level hardware accesses to them (access and use
42           non-standard formats, for example), then enable this.
43
44           Note that the code enabled by this option is rarely used and
45           might be unstable or insecure, and distros should not enable it.
46
47           Note: FDRAWCMD is deprecated and will be removed from the kernel
48           in the near future.
49
50           If unsure, say N.
51
52 config AMIGA_FLOPPY
53         tristate "Amiga floppy support"
54         depends on AMIGA
55
56 config ATARI_FLOPPY
57         tristate "Atari floppy support"
58         depends on ATARI
59
60 config MAC_FLOPPY
61         tristate "Support for PowerMac floppy"
62         depends on PPC_PMAC && !PPC_PMAC64
63         help
64           If you have a SWIM-3 (Super Woz Integrated Machine 3; from Apple)
65           floppy controller, say Y here. Most commonly found in PowerMacs.
66
67 config BLK_DEV_SWIM
68         tristate "Support for SWIM Macintosh floppy"
69         depends on M68K && MAC
70         help
71           You should select this option if you want floppy support
72           and you don't have a II, IIfx, Q900, Q950 or AV series.
73
74 config AMIGA_Z2RAM
75         tristate "Amiga Zorro II ramdisk support"
76         depends on ZORRO
77         help
78           This enables support for using Chip RAM and Zorro II RAM as a
79           ramdisk or as a swap partition. Say Y if you want to include this
80           driver in the kernel.
81
82           To compile this driver as a module, choose M here: the
83           module will be called z2ram.
84
85 config GDROM
86         tristate "SEGA Dreamcast GD-ROM drive"
87         depends on SH_DREAMCAST
88         help
89           A standard SEGA Dreamcast comes with a modified CD ROM drive called a
90           "GD-ROM" by SEGA to signify it is capable of reading special disks
91           with up to 1 GB of data. This drive will also read standard CD ROM
92           disks. Select this option to access any disks in your GD ROM drive.
93           Most users will want to say "Y" here.
94           You can also build this as a module which will be called gdrom.
95
96 config PARIDE
97         tristate "Parallel port IDE device support"
98         depends on PARPORT_PC
99         ---help---
100           There are many external CD-ROM and disk devices that connect through
101           your computer's parallel port. Most of them are actually IDE devices
102           using a parallel port IDE adapter. This option enables the PARIDE
103           subsystem which contains drivers for many of these external drives.
104           Read <file:Documentation/blockdev/paride.txt> for more information.
105
106           If you have said Y to the "Parallel-port support" configuration
107           option, you may share a single port between your printer and other
108           parallel port devices. Answer Y to build PARIDE support into your
109           kernel, or M if you would like to build it as a loadable module. If
110           your parallel port support is in a loadable module, you must build
111           PARIDE as a module. If you built PARIDE support into your kernel,
112           you may still build the individual protocol modules and high-level
113           drivers as loadable modules. If you build this support as a module,
114           it will be called paride.
115
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
123 source "drivers/block/paride/Kconfig"
124
125 source "drivers/block/mtip32xx/Kconfig"
126
127 source "drivers/block/zram/Kconfig"
128
129 config BLK_CPQ_CISS_DA
130         tristate "Compaq Smart Array 5xxx support"
131         depends on PCI
132         select CHECK_SIGNATURE
133         help
134           This is the driver for Compaq Smart Array 5xxx controllers.
135           Everyone using these boards should say Y here.
136           See <file:Documentation/blockdev/cciss.txt> for the current list of
137           boards supported by this driver, and for further information
138           on the use of this driver.
139
140 config CISS_SCSI_TAPE
141         bool "SCSI tape drive support for Smart Array 5xxx"
142         depends on BLK_CPQ_CISS_DA && PROC_FS
143         depends on SCSI=y || SCSI=BLK_CPQ_CISS_DA
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/blockdev/cciss.txt> for more details.)
148
149           "SCSI support" and "SCSI tape support" must also be enabled for this 
150           option to work.
151
152           When this option is disabled (N), the SCSI portion of the driver 
153           is not compiled.
154
155 config BLK_DEV_DAC960
156         tristate "Mylex DAC960/DAC1100 PCI RAID Controller support"
157         depends on PCI
158         help
159           This driver adds support for the Mylex DAC960, AcceleRAID, and
160           eXtremeRAID PCI RAID controllers.  See the file
161           <file:Documentation/blockdev/README.DAC960> for further information
162           about this driver.
163
164           To compile this driver as a module, choose M here: the
165           module will be called DAC960.
166
167 config BLK_DEV_UMEM
168         tristate "Micro Memory MM5415 Battery Backed RAM support"
169         depends on PCI
170         ---help---
171           Saying Y here will include support for the MM5415 family of
172           battery backed (Non-volatile) RAM cards.
173           <http://www.umem.com/>
174
175           The cards appear as block devices that can be partitioned into
176           as many as 15 partitions.
177
178           To compile this driver as a module, choose M here: the
179           module will be called umem.
180
181           The umem driver has not yet been allocated a MAJOR number, so
182           one is chosen dynamically.
183
184 config BLK_DEV_UBD
185         bool "Virtual block device"
186         depends on UML
187         ---help---
188           The User-Mode Linux port includes a driver called UBD which will let
189           you access arbitrary files on the host computer as block devices.
190           Unless you know that you do not need such virtual block devices say
191           Y here.
192
193 config BLK_DEV_UBD_SYNC
194         bool "Always do synchronous disk IO for UBD"
195         depends on BLK_DEV_UBD
196         ---help---
197           Writes to the virtual block device are not immediately written to the
198           host's disk; this may cause problems if, for example, the User-Mode
199           Linux 'Virtual Machine' uses a journalling filesystem and the host
200           computer crashes.
201
202           Synchronous operation (i.e. always writing data to the host's disk
203           immediately) is configurable on a per-UBD basis by using a special
204           kernel command line option.  Alternatively, you can say Y here to
205           turn on synchronous operation by default for all block devices.
206
207           If you're running a journalling file system (like reiserfs, for
208           example) in your virtual machine, you will want to say Y here.  If
209           you care for the safety of the data in your virtual machine, Y is a
210           wise choice too.  In all other cases (for example, if you're just
211           playing around with User-Mode Linux) you can choose N.
212
213 config BLK_DEV_COW_COMMON
214         bool
215         default BLK_DEV_UBD
216
217 config BLK_DEV_LOOP
218         tristate "Loopback device support"
219         ---help---
220           Saying Y here will allow you to use a regular file as a block
221           device; you can then create a file system on that block device and
222           mount it just as you would mount other block devices such as hard
223           drive partitions, CD-ROM drives or floppy drives. The loop devices
224           are block special device files with major number 7 and typically
225           called /dev/loop0, /dev/loop1 etc.
226
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
234           To use the loop device, you need the losetup utility, found in the
235           util-linux package, see
236           <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>.
237
238           The loop device driver can also be used to "hide" a file system in
239           a disk partition, floppy, or regular file, either using encryption
240           (scrambling the data) or steganography (hiding the data in the low
241           bits of, say, a sound file). This is also safe if the file resides
242           on a remote file server.
243
244           There are several ways of encrypting disks. Some of these require
245           kernel patches. The vanilla kernel offers the cryptoloop option
246           and a Device Mapper target (which is superior, as it supports all
247           file systems). If you want to use the cryptoloop, say Y to both
248           LOOP and CRYPTOLOOP, and make sure you have a recent (version 2.12
249           or later) version of util-linux. Additionally, be aware that
250           the cryptoloop is not safe for storing journaled filesystems.
251
252           Note that this loop device has nothing to do with the loopback
253           device used for network connections from the machine to itself.
254
255           To compile this driver as a module, choose M here: the
256           module will be called loop.
257
258           Most users will answer N here.
259
260 config BLK_DEV_LOOP_MIN_COUNT
261         int "Number of loop devices to pre-create at init time"
262         depends on BLK_DEV_LOOP
263         default 8
264         help
265           Static number of loop devices to be unconditionally pre-created
266           at init time.
267
268           This default value can be overwritten on the kernel command
269           line or with module-parameter loop.max_loop.
270
271           The historic default is 8. If a late 2011 version of losetup(8)
272           is used, it can be set to 0, since needed loop devices can be
273           dynamically allocated with the /dev/loop-control interface.
274
275 config BLK_DEV_CRYPTOLOOP
276         tristate "Cryptoloop Support (DEPRECATED)"
277         select CRYPTO
278         select CRYPTO_CBC
279         depends on BLK_DEV_LOOP
280         ---help---
281           Say Y here if you want to be able to use the ciphers that are 
282           provided by the CryptoAPI as loop transformation. This might be
283           used as hard disk encryption.
284
285           WARNING: This device is not safe for journaled file systems like
286           ext3 or Reiserfs. Please use the Device Mapper crypto module
287           instead, which can be configured to be on-disk compatible with the
288           cryptoloop device.  cryptoloop support will be removed in Linux 5.16.
289
290 source "drivers/block/drbd/Kconfig"
291
292 config BLK_DEV_NBD
293         tristate "Network block device support"
294         depends on NET
295         ---help---
296           Saying Y here will allow your computer to be a client for network
297           block devices, i.e. it will be able to use block devices exported by
298           servers (mount file systems on them etc.). Communication between
299           client and server works over TCP/IP networking, but to the client
300           program this is hidden: it looks like a regular local file access to
301           a block device special file such as /dev/nd0.
302
303           Network block devices also allows you to run a block-device in
304           userland (making server and client physically the same computer,
305           communicating using the loopback network device).
306
307           Read <file:Documentation/blockdev/nbd.txt> for more information,
308           especially about where to find the server code, which runs in user
309           space and does not need special kernel support.
310
311           Note that this has nothing to do with the network file systems NFS
312           or Coda; you can say N here even if you intend to use NFS or Coda.
313
314           To compile this driver as a module, choose M here: the
315           module will be called nbd.
316
317           If unsure, say N.
318
319 config BLK_DEV_SKD
320         tristate "STEC S1120 Block Driver"
321         depends on PCI
322         depends on 64BIT
323         ---help---
324         Saying Y or M here will enable support for the
325         STEC, Inc. S1120 PCIe SSD.
326
327         Use device /dev/skd$N amd /dev/skd$Np$M.
328
329 config BLK_DEV_OSD
330         tristate "OSD object-as-blkdev support"
331         depends on SCSI_OSD_ULD
332         ---help---
333           Saying Y or M here will allow the exporting of a single SCSI
334           OSD (object-based storage) object as a Linux block device.
335
336           For example, if you create a 2G object on an OSD device,
337           you can then use this module to present that 2G object as
338           a Linux block device.
339
340           To compile this driver as a module, choose M here: the
341           module will be called osdblk.
342
343           If unsure, say N.
344
345 config BLK_DEV_SX8
346         tristate "Promise SATA SX8 support"
347         depends on PCI
348         ---help---
349           Saying Y or M here will enable support for the 
350           Promise SATA SX8 controllers.
351
352           Use devices /dev/sx8/$N and /dev/sx8/$Np$M.
353
354 config BLK_DEV_RAM
355         tristate "RAM block device support"
356         ---help---
357           Saying Y here will allow you to use a portion of your RAM memory as
358           a block device, so that you can make file systems on it, read and
359           write to it and do all the other things that you can do with normal
360           block devices (such as hard drives). It is usually used to load and
361           store a copy of a minimal root file system off of a floppy into RAM
362           during the initial install of Linux.
363
364           Note that the kernel command line option "ramdisk=XX" is now obsolete.
365           For details, read <file:Documentation/blockdev/ramdisk.txt>.
366
367           To compile this driver as a module, choose M here: the
368           module will be called brd. An alias "rd" has been defined
369           for historical reasons.
370
371           Most normal users won't need the RAM disk functionality, and can
372           thus say N here.
373
374 config BLK_DEV_RAM_COUNT
375         int "Default number of RAM disks"
376         default "16"
377         depends on BLK_DEV_RAM
378         help
379           The default value is 16 RAM disks. Change this if you know what you
380           are doing. If you boot from a filesystem that needs to be extracted
381           in memory, you will need at least one RAM disk (e.g. root on cramfs).
382
383 config BLK_DEV_RAM_SIZE
384         int "Default RAM disk size (kbytes)"
385         depends on BLK_DEV_RAM
386         default "4096"
387         help
388           The default value is 4096 kilobytes. Only change this if you know
389           what you are doing.
390
391 config BLK_DEV_RAM_DAX
392         bool "Support Direct Access (DAX) to RAM block devices"
393         depends on BLK_DEV_RAM && FS_DAX
394         default n
395         help
396           Support filesystems using DAX to access RAM block devices.  This
397           avoids double-buffering data in the page cache before copying it
398           to the block device.  Answering Y will slightly enlarge the kernel,
399           and will prevent RAM block device backing store memory from being
400           allocated from highmem (only a problem for highmem systems).
401
402 config CDROM_PKTCDVD
403         tristate "Packet writing on CD/DVD media"
404         depends on !UML
405         help
406           If you have a CDROM/DVD drive that supports packet writing, say
407           Y to include support. It should work with any MMC/Mt Fuji
408           compliant ATAPI or SCSI drive, which is just about any newer
409           DVD/CD writer.
410
411           Currently only writing to CD-RW, DVD-RW, DVD+RW and DVDRAM discs
412           is possible.
413           DVD-RW disks must be in restricted overwrite mode.
414
415           See the file <file:Documentation/cdrom/packet-writing.txt>
416           for further information on the use of this driver.
417
418           To compile this driver as a module, choose M here: the
419           module will be called pktcdvd.
420
421 config CDROM_PKTCDVD_BUFFERS
422         int "Free buffers for data gathering"
423         depends on CDROM_PKTCDVD
424         default "8"
425         help
426           This controls the maximum number of active concurrent packets. More
427           concurrent packets can increase write performance, but also require
428           more memory. Each concurrent packet will require approximately 64Kb
429           of non-swappable kernel memory, memory which will be allocated when
430           a disc is opened for writing.
431
432 config CDROM_PKTCDVD_WCACHE
433         bool "Enable write caching"
434         depends on CDROM_PKTCDVD
435         help
436           If enabled, write caching will be set for the CD-R/W device. For now
437           this option is dangerous unless the CD-RW media is known good, as we
438           don't do deferred write error handling yet.
439
440 config ATA_OVER_ETH
441         tristate "ATA over Ethernet support"
442         depends on NET
443         help
444         This driver provides Support for ATA over Ethernet block
445         devices like the Coraid EtherDrive (R) Storage Blade.
446
447 config MG_DISK
448         tristate "mGine mflash, gflash support"
449         depends on ARM && GPIOLIB
450         help
451           mGine mFlash(gFlash) block device driver
452
453 config MG_DISK_RES
454         int "Size of reserved area before MBR"
455         depends on MG_DISK
456         default 0
457         help
458           Define size of reserved area that usually used for boot. Unit is KB.
459           All of the block device operation will be taken this value as start
460           offset
461           Examples:
462                         1024 => 1 MB
463
464 config SUNVDC
465         tristate "Sun Virtual Disk Client support"
466         depends on SUN_LDOMS
467         help
468           Support for virtual disk devices as a client under Sun
469           Logical Domains.
470
471 source "drivers/s390/block/Kconfig"
472
473 config XILINX_SYSACE
474         tristate "Xilinx SystemACE support"
475         depends on 4xx || MICROBLAZE
476         help
477           Include support for the Xilinx SystemACE CompactFlash interface
478
479 config XEN_BLKDEV_FRONTEND
480         tristate "Xen virtual block device support"
481         depends on XEN
482         default y
483         select XEN_XENBUS_FRONTEND
484         help
485           This driver implements the front-end of the Xen virtual
486           block device driver.  It communicates with a back-end driver
487           in another domain which drives the actual block device.
488
489 config XEN_BLKDEV_BACKEND
490         tristate "Xen block-device backend driver"
491         depends on XEN_BACKEND
492         help
493           The block-device backend driver allows the kernel to export its
494           block devices to other guests via a high-performance shared-memory
495           interface.
496
497           The corresponding Linux frontend driver is enabled by the
498           CONFIG_XEN_BLKDEV_FRONTEND configuration option.
499
500           The backend driver attaches itself to a any block device specified
501           in the XenBus configuration. There are no limits to what the block
502           device as long as it has a major and minor.
503
504           If you are compiling a kernel to run in a Xen block backend driver
505           domain (often this is domain 0) you should say Y here. To
506           compile this driver as a module, chose M here: the module
507           will be called xen-blkback.
508
509
510 config VIRTIO_BLK
511         tristate "Virtio block driver"
512         depends on VIRTIO
513         ---help---
514           This is the virtual block driver for virtio.  It can be used with
515           lguest or QEMU based VMMs (like KVM or Xen).  Say Y or M.
516
517 config BLK_DEV_HD
518         bool "Very old hard disk (MFM/RLL/IDE) driver"
519         depends on HAVE_IDE
520         depends on !ARM || ARCH_RPC || BROKEN
521         help
522           This is a very old hard disk driver that lacks the enhanced
523           functionality of the newer ones.
524
525           It is required for systems with ancient MFM/RLL/ESDI drives.
526
527           If unsure, say N.
528
529 config BLK_DEV_RBD
530         tristate "Rados block device (RBD)"
531         depends on INET && BLOCK
532         select CEPH_LIB
533         select LIBCRC32C
534         select CRYPTO_AES
535         select CRYPTO
536         default n
537         help
538           Say Y here if you want include the Rados block device, which stripes
539           a block device over objects stored in the Ceph distributed object
540           store.
541
542           More information at http://ceph.newdream.net/.
543
544           If unsure, say N.
545
546 config BLK_DEV_RSXX
547         tristate "IBM Flash Adapter 900GB Full Height PCIe Device Driver"
548         depends on PCI
549         select CRC32
550         help
551           Device driver for IBM's high speed PCIe SSD
552           storage device: Flash Adapter 900GB Full Height.
553
554           To compile this driver as a module, choose M here: the
555           module will be called rsxx.
556
557 endif # BLK_DEV