Config.in.block 10 KB

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