Config.in.block 11 KB

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