Config.in.block 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. menu "Block devices support"
  2. config ADK_KERNEL_MD
  3. boolean
  4. default n
  5. config ADK_KERNEL_SWAP
  6. boolean
  7. default n
  8. config ADK_KERNEL_LBD
  9. boolean
  10. default n
  11. config ADK_KERNEL_BLK_DEV_IO_TRACE
  12. boolean
  13. default n
  14. config ADK_KERNEL_LSF
  15. boolean
  16. default n
  17. config ADK_KERNEL_IOSCHED_AS
  18. boolean
  19. default n
  20. config ADK_KERNEL_IOSCHED_DEADLINE
  21. boolean
  22. default n
  23. config ADK_KERNEL_IOSCHED_CFQ
  24. boolean
  25. default n
  26. config ADK_KERNEL_SCSI
  27. boolean
  28. default n
  29. config ADK_KERNEL_BLK_DEV_SD
  30. boolean
  31. default n
  32. #config ADK_KERNEL_IDE
  33. # boolean
  34. # default n
  35. #
  36. #config ADK_KPACKAGE_KMOD_BLK_DEV_IDE
  37. # prompt "kmod-ide.......................... IDE support"
  38. # tristate
  39. # select ADK_KERNEL_BLOCK
  40. # select ADK_KERNEL_IDE
  41. # default n
  42. # help
  43. # If you say Y here, you will use the full-featured IDE driver to
  44. # control up to ten ATA/IDE interfaces, each being able to serve a
  45. # "master" and a "slave" device, for a total of up to twenty ATA/IDE
  46. # disk/cdrom/tape/floppy drives.
  47. #
  48. # Useful information about large (>540 MB) IDE disks, multiple
  49. # interfaces, what to do if ATA/IDE devices are not automatically
  50. # detected, sound card ATA/IDE ports, module support, and other
  51. # topics, is contained in <file:Documentation/ide.txt>. For detailed
  52. # information about hard drives, consult the Disk-HOWTO and the
  53. # Multi-Disk-HOWTO, available from
  54. # <http://www.tldp.org/docs.html#howto>.
  55. #
  56. # To fine-tune ATA/IDE drive/interface parameters for improved
  57. # performance, look for the hdparm package at
  58. # <ftp://ibiblio.org/pub/Linux/system/hardware/>.
  59. #
  60. # To compile this driver as a module, choose M here and read
  61. # <file:Documentation/ide.txt>. The module will be called ide-mod.
  62. # Do not compile this driver as a module if your root file system (the
  63. # one containing the directory /) is located on an IDE device.
  64. config ADK_KPACKAGE_KMOD_BLK_DEV_LOOP
  65. prompt "kmod-loop......................... Loop mount support"
  66. tristate
  67. default n
  68. help
  69. Saying Y here will allow you to use a regular file as a block
  70. device; you can then create a file system on that block device and
  71. mount it just as you would mount other block devices such as hard
  72. drive partitions, CD-ROM drives or floppy drives. The loop devices
  73. are block special device files with major number 7 and typically
  74. called /dev/loop0, /dev/loop1 etc.
  75. This is useful if you want to check an ISO 9660 file system before
  76. burning the CD, or if you want to use floppy images without first
  77. writing them to floppy. Furthermore, some Linux distributions avoid
  78. the need for a dedicated Linux partition by keeping their complete
  79. root file system inside a DOS FAT file using this loop device
  80. driver.
  81. To use the loop device, you need the losetup utility, found in the
  82. util-linux package, see
  83. <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>.
  84. The loop device driver can also be used to "hide" a file system in
  85. a disk partition, floppy, or regular file, either using encryption
  86. (scrambling the data) or steganography (hiding the data in the low
  87. bits of, say, a sound file). This is also safe if the file resides
  88. on a remote file server.
  89. There are several ways of encrypting disks. Some of these require
  90. kernel patches. The vanilla kernel offers the cryptoloop option
  91. and a Device Mapper target (which is superior, as it supports all
  92. file systems). If you want to use the cryptoloop, say Y to both
  93. LOOP and CRYPTOLOOP, and make sure you have a recent (version 2.12
  94. or later) version of util-linux. Additionally, be aware that
  95. the cryptoloop is not safe for storing journaled filesystems.
  96. Note that this loop device has nothing to do with the loopback
  97. device used for network connections from the machine to itself.
  98. config ADK_KPACKAGE_KMOD_BLK_DEV_NBD
  99. prompt "kmod-nbd.......................... Network Block Device"
  100. tristate
  101. default n
  102. help
  103. Saying Y here will allow your computer to be a client for network
  104. block devices, i.e. it will be able to use block devices exported by
  105. servers (mount file systems on them etc.). Communication between
  106. client and server works over TCP/IP networking, but to the client
  107. program this is hidden: it looks like a regular local file access to
  108. a block device special file such as /dev/nd0.
  109. Network block devices also allows you to run a block-device in
  110. userland (making server and client physically the same computer,
  111. communicating using the loopback network device).
  112. Read <file:Documentation/nbd.txt> for more information, especially
  113. about where to find the server code, which runs in user space and
  114. does not need special kernel support.
  115. Note that this has nothing to do with the network file systems NFS
  116. or Coda; you can say N here even if you intend to use NFS or Coda.
  117. config ADK_KPACKAGE_KMOD_SCSI
  118. prompt "kmod-scsi......................... SCSI support"
  119. select ADK_KERNEL_LBD
  120. select ADK_KERNEL_LSF
  121. select ADK_KERNEL_IOSCHED_AS
  122. depends on !ADK_KERNEL_SCSI
  123. tristate
  124. help
  125. If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
  126. any other SCSI device under Linux, say Y and make sure that you know
  127. the name of your SCSI host adapter (the card inside your computer
  128. that "speaks" the SCSI protocol, also called SCSI controller),
  129. because you will be asked for it.
  130. You also need to say Y here if you have a device which speaks
  131. the SCSI protocol. Examples of this include the parallel port
  132. version of the IOMEGA ZIP drive, USB storage devices, Fibre
  133. Channel, FireWire storage and the IDE-SCSI emulation driver.
  134. config ADK_KPACKAGE_KMOD_BLK_DEV_SD
  135. prompt "kmod-scsi-disk.................... SCSI disk support"
  136. depends on !ADK_KERNEL_SCSI
  137. depends on ADK_KPACKAGE_KMOD_SCSI
  138. tristate
  139. help
  140. If you want to use SCSI hard disks, Fibre Channel disks,
  141. USB storage or the SCSI or parallel port version of
  142. the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO,
  143. the Disk-HOWTO and the Multi-Disk-HOWTO, available from
  144. <http://www.tldp.org/docs.html#howto>. This is NOT for SCSI
  145. CD-ROMs.
  146. config ADK_KPACKAGE_KMOD_BLK_DEV_SR
  147. prompt "kmod-scsi-cdrom................... SCSI CDROM support"
  148. depends on !ADK_KERNEL_SCSI
  149. depends on ADK_KPACKAGE_KMOD_SCSI
  150. tristate
  151. help
  152. If you want to use a SCSI or FireWire CD-ROM under Linux,
  153. say Y and read the SCSI-HOWTO and the CDROM-HOWTO at
  154. <http://www.tldp.org/docs.html#howto>. Also make sure to say
  155. Y or M to "ISO 9660 CD-ROM file system support" later.
  156. config ADK_KPACKAGE_KMOD_BLK_DEV_MD
  157. prompt "kmod-md........................... RAID support"
  158. tristate
  159. select ADK_KERNEL_MD
  160. help
  161. config ADK_KPACKAGE_KMOD_MD_RAID0
  162. prompt "kmod-md-raid0..................... RAID0 support"
  163. tristate
  164. depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
  165. help
  166. config ADK_KPACKAGE_KMOD_MD_RAID1
  167. prompt "kmod-md-raid1..................... RAID1 support"
  168. tristate
  169. depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
  170. help
  171. config ADK_KPACKAGE_KMOD_MD_RAID456
  172. prompt "kmod-md-raid456................... RAID456 support"
  173. tristate
  174. depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
  175. help
  176. config ADK_KPACKAGE_KMOD_BLK_DEV_DM
  177. prompt "kmod-dm........................... Device Mapper support"
  178. select ADK_KERNEL_MD
  179. tristate
  180. help
  181. Device-mapper is a low level volume manager. It works by allowing
  182. people to specify mappings for ranges of logical sectors. Various
  183. mapping types are available, in addition people may write their own
  184. modules containing custom mappings if they wish.
  185. Higher level volume managers such as LVM2 use this driver.
  186. config ADK_KPACKAGE_KMOD_DM_CRYPT
  187. prompt "kmod-dm-crypt................... Crypt target support"
  188. depends on ADK_KPACKAGE_KMOD_BLK_DEV_DM
  189. select ADK_KERNEL_MD
  190. select ADK_KERNEL_CRYPTO
  191. select ADK_KPACKAGE_KMOD_CRYPTO_CBC
  192. select ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER
  193. tristate
  194. help
  195. This device-mapper target allows you to create a device that
  196. transparently encrypts the data on it. You'll need to activate
  197. the ciphers you're going to use in the cryptoapi configuration.
  198. Information on how to use dm-crypt can be found on
  199. <http://www.saout.de/misc/dm-crypt/>
  200. config ADK_KPACKAGE_KMOD_DM_SNAPSHOT
  201. prompt "kmod-dm-snapshot................ Snapshot target"
  202. depends on ADK_KPACKAGE_KMOD_BLK_DEV_DM
  203. tristate
  204. help
  205. Allow volume managers to take writable snapshots of a device.
  206. config ADK_KPACKAGE_KMOD_DM_MIRROR
  207. prompt "kmod-dm-mirror.................. Mirror target"
  208. depends on ADK_KPACKAGE_KMOD_BLK_DEV_DM
  209. tristate
  210. help
  211. Allow volume managers to mirror logical volumes, also
  212. needed for live data migration tools such as 'pvmove'.
  213. endmenu