Config.in.block 12 KB

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