Config.in.block 11 KB

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