Config.in.block 11 KB

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