Config.in.block 11 KB

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