Config.in.block 8.5 KB

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