kernel: remove kmod-ata-imx, it is already built into the kernel
[openwrt/staging/lynxis/omap.git] / package / kernel / linux / modules / block.mk
1 #
2 # Copyright (C) 2006-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 BLOCK_MENU:=Block Devices
9
10 define KernelPackage/aoe
11 SUBMENU:=$(BLOCK_MENU)
12 TITLE:=ATA over Ethernet support
13 KCONFIG:=CONFIG_ATA_OVER_ETH
14 FILES:=$(LINUX_DIR)/drivers/block/aoe/aoe.ko
15 AUTOLOAD:=$(call AutoLoad,30,aoe)
16 endef
17
18 define KernelPackage/aoe/description
19 Kernel support for ATA over Ethernet
20 endef
21
22 $(eval $(call KernelPackage,aoe))
23
24
25 define KernelPackage/ata-core
26 SUBMENU:=$(BLOCK_MENU)
27 TITLE:=Serial and Parallel ATA support
28 DEPENDS:=@PCI_SUPPORT||TARGET_sunxi +kmod-scsi-core
29 KCONFIG:=CONFIG_ATA
30 FILES:=$(LINUX_DIR)/drivers/ata/libata.ko
31 ifneq ($(wildcard $(LINUX_DIR)/drivers/ata/libahci.ko),)
32 FILES+=$(LINUX_DIR)/drivers/ata/libahci.ko
33 endif
34 endef
35
36 $(eval $(call KernelPackage,ata-core))
37
38
39 define AddDepends/ata
40 SUBMENU:=$(BLOCK_MENU)
41 DEPENDS+=kmod-ata-core $(1)
42 endef
43
44
45 define KernelPackage/ata-ahci
46 TITLE:=AHCI Serial ATA support
47 KCONFIG:=CONFIG_SATA_AHCI
48 FILES:= \
49 $(LINUX_DIR)/drivers/ata/ahci.ko
50 AUTOLOAD:=$(call AutoLoad,41,libahci ahci,1)
51 $(call AddDepends/ata)
52 endef
53
54 define KernelPackage/ata-ahci/description
55 Support for AHCI Serial ATA controllers
56 endef
57
58 $(eval $(call KernelPackage,ata-ahci))
59
60
61 define KernelPackage/ata-ahci-platform
62 TITLE:=AHCI Serial ATA Platform support
63 KCONFIG:=CONFIG_SATA_AHCI_PLATFORM
64 FILES:= \
65 $(LINUX_DIR)/drivers/ata/ahci_platform.ko \
66 $(LINUX_DIR)/drivers/ata/libahci_platform.ko
67 AUTOLOAD:=$(call AutoLoad,40,libahci libahci_platform ahci_platform,1)
68 $(call AddDepends/ata,@TARGET_ipq806x||TARGET_sunxi)
69 endef
70
71 define KernelPackage/ata-ahci-platform/description
72 Platform support for AHCI Serial ATA controllers
73 endef
74
75 $(eval $(call KernelPackage,ata-ahci-platform))
76
77
78 define KernelPackage/ata-artop
79 TITLE:=ARTOP 6210/6260 PATA support
80 KCONFIG:=CONFIG_PATA_ARTOP
81 FILES:=$(LINUX_DIR)/drivers/ata/pata_artop.ko
82 AUTOLOAD:=$(call AutoLoad,41,pata_artop,1)
83 $(call AddDepends/ata)
84 endef
85
86 define KernelPackage/ata-artop/description
87 PATA support for ARTOP 6210/6260 host controllers
88 endef
89
90 $(eval $(call KernelPackage,ata-artop))
91
92
93 define KernelPackage/ata-marvell-sata
94 TITLE:=Marvell Serial ATA support
95 KCONFIG:=CONFIG_SATA_MV
96 FILES:=$(LINUX_DIR)/drivers/ata/sata_mv.ko
97 AUTOLOAD:=$(call AutoLoad,41,sata_mv,1)
98 $(call AddDepends/ata)
99 endef
100
101 define KernelPackage/ata-marvell-sata/description
102 SATA support for marvell chipsets
103 endef
104
105 $(eval $(call KernelPackage,ata-marvell-sata))
106
107
108 define KernelPackage/ata-nvidia-sata
109 TITLE:=Nvidia Serial ATA support
110 KCONFIG:=CONFIG_SATA_NV
111 FILES:=$(LINUX_DIR)/drivers/ata/sata_nv.ko
112 AUTOLOAD:=$(call AutoLoad,41,sata_nv,1)
113 $(call AddDepends/ata)
114 endef
115
116 $(eval $(call KernelPackage,ata-nvidia-sata))
117
118
119 define KernelPackage/ata-pdc202xx-old
120 SUBMENU:=$(BLOCK_MENU)
121 TITLE:=Older Promise PATA controller support
122 DEPENDS:=kmod-ata-core
123 KCONFIG:= \
124 CONFIG_ATA_SFF=y \
125 CONFIG_PATA_PDC_OLD
126 FILES:=$(LINUX_DIR)/drivers/ata/pata_pdc202xx_old.ko
127 AUTOLOAD:=$(call AutoLoad,41,pata_pdc202xx_old,1)
128 endef
129
130 define KernelPackage/ata-pdc202xx-old/description
131 This option enables support for the Promise 20246, 20262, 20263,
132 20265 and 20267 adapters
133 endef
134
135 $(eval $(call KernelPackage,ata-pdc202xx-old))
136
137
138 define KernelPackage/ata-piix
139 TITLE:=Intel PIIX PATA/SATA support
140 KCONFIG:=CONFIG_ATA_PIIX
141 FILES:=$(LINUX_DIR)/drivers/ata/ata_piix.ko
142 AUTOLOAD:=$(call AutoLoad,41,ata_piix,1)
143 $(call AddDepends/ata)
144 endef
145
146 define KernelPackage/ata-piix/description
147 SATA support for Intel ICH5/6/7/8 series host controllers and
148 PATA support for Intel ESB/ICH/PIIX3/PIIX4 series host controllers
149 endef
150
151 $(eval $(call KernelPackage,ata-piix))
152
153
154 define KernelPackage/ata-sil
155 TITLE:=Silicon Image SATA support
156 KCONFIG:=CONFIG_SATA_SIL
157 FILES:=$(LINUX_DIR)/drivers/ata/sata_sil.ko
158 AUTOLOAD:=$(call AutoLoad,41,sata_sil,1)
159 $(call AddDepends/ata)
160 endef
161
162 define KernelPackage/ata-sil/description
163 Support for Silicon Image Serial ATA controllers
164 endef
165
166 $(eval $(call KernelPackage,ata-sil))
167
168
169 define KernelPackage/ata-sil24
170 TITLE:=Silicon Image 3124/3132 SATA support
171 KCONFIG:=CONFIG_SATA_SIL24
172 FILES:=$(LINUX_DIR)/drivers/ata/sata_sil24.ko
173 AUTOLOAD:=$(call AutoLoad,41,sata_sil24,1)
174 $(call AddDepends/ata)
175 endef
176
177 define KernelPackage/ata-sil24/description
178 Support for Silicon Image 3124/3132 Serial ATA controllers
179 endef
180
181 $(eval $(call KernelPackage,ata-sil24))
182
183
184 define KernelPackage/ata-via-sata
185 TITLE:=VIA SATA support
186 KCONFIG:=CONFIG_SATA_VIA
187 FILES:=$(LINUX_DIR)/drivers/ata/sata_via.ko
188 AUTOLOAD:=$(call AutoLoad,41,sata_via,1)
189 $(call AddDepends/ata)
190 endef
191
192 define KernelPackage/ata-via-sata/description
193 This option enables support for VIA Serial ATA
194 endef
195
196 $(eval $(call KernelPackage,ata-via-sata))
197
198
199 define KernelPackage/block2mtd
200 SUBMENU:=$(BLOCK_MENU)
201 TITLE:=Block device MTD emulation
202 KCONFIG:=CONFIG_MTD_BLOCK2MTD
203 FILES:=$(LINUX_DIR)/drivers/mtd/devices/block2mtd.ko
204 endef
205
206 $(eval $(call KernelPackage,block2mtd))
207
208
209 define KernelPackage/dm
210 SUBMENU:=$(BLOCK_MENU)
211 TITLE:=Device Mapper
212 DEPENDS:=+kmod-crypto-manager
213 # All the "=n" are unnecessary, they're only there
214 # to stop the config from asking the question.
215 # MIRROR is M because I've needed it for pvmove.
216 KCONFIG:= \
217 CONFIG_BLK_DEV_MD=n \
218 CONFIG_DM_DEBUG=n \
219 CONFIG_DM_UEVENT=n \
220 CONFIG_DM_DELAY=n \
221 CONFIG_DM_LOG_WRITES=n \
222 CONFIG_DM_MQ_DEFAULT=n \
223 CONFIG_DM_MULTIPATH=n \
224 CONFIG_DM_ZERO=n \
225 CONFIG_DM_SNAPSHOT=n \
226 CONFIG_DM_LOG_USERSPACE=n \
227 CONFIG_MD=y \
228 CONFIG_BLK_DEV_DM \
229 CONFIG_DM_CRYPT \
230 CONFIG_DM_MIRROR
231 FILES:=$(LINUX_DIR)/drivers/md/dm-*.ko
232 AUTOLOAD:=$(call AutoLoad,30,dm-mod dm-log dm-region-hash dm-mirror dm-crypt)
233 endef
234
235 define KernelPackage/dm/description
236 Kernel module necessary for LVM2 support
237 endef
238
239 $(eval $(call KernelPackage,dm))
240
241
242 define KernelPackage/md-mod
243 SUBMENU:=$(BLOCK_MENU)
244 TITLE:=MD RAID
245 KCONFIG:= \
246 CONFIG_MD=y \
247 CONFIG_BLK_DEV_MD=m \
248 CONFIG_MD_AUTODETECT=y \
249 CONFIG_MD_FAULTY=n
250 FILES:=$(LINUX_DIR)/drivers/md/md-mod.ko
251 AUTOLOAD:=$(call AutoLoad,27,md-mod)
252 endef
253
254 define KernelPackage/md-mod/description
255 Kernel RAID md module (md-mod.ko).
256 You will need to select at least one RAID level module below.
257 endef
258
259 $(eval $(call KernelPackage,md-mod))
260
261
262 define KernelPackage/md/Depends
263 SUBMENU:=$(BLOCK_MENU)
264 DEPENDS:=kmod-md-mod $(1)
265 endef
266
267
268 define KernelPackage/md-linear
269 $(call KernelPackage/md/Depends,)
270 TITLE:=RAID Linear Module
271 KCONFIG:=CONFIG_MD_LINEAR
272 FILES:=$(LINUX_DIR)/drivers/md/linear.ko
273 AUTOLOAD:=$(call AutoLoad,28,linear)
274 endef
275
276 define KernelPackage/md-linear/description
277 RAID "Linear" or "Append" driver module (linear.ko)
278 endef
279
280 $(eval $(call KernelPackage,md-linear))
281
282
283 define KernelPackage/md-raid0
284 $(call KernelPackage/md/Depends,)
285 TITLE:=RAID0 Module
286 KCONFIG:=CONFIG_MD_RAID0
287 FILES:=$(LINUX_DIR)/drivers/md/raid0.ko
288 AUTOLOAD:=$(call AutoLoad,28,raid0)
289 endef
290
291 define KernelPackage/md-raid0/description
292 RAID Level 0 (Striping) driver module (raid0.ko)
293 endef
294
295 $(eval $(call KernelPackage,md-raid0))
296
297
298 define KernelPackage/md-raid1
299 $(call KernelPackage/md/Depends,)
300 TITLE:=RAID1 Module
301 KCONFIG:=CONFIG_MD_RAID1
302 FILES:=$(LINUX_DIR)/drivers/md/raid1.ko
303 AUTOLOAD:=$(call AutoLoad,28,raid1)
304 endef
305
306 define KernelPackage/md-raid1/description
307 RAID Level 1 (Mirroring) driver (raid1.ko)
308 endef
309
310 $(eval $(call KernelPackage,md-raid1))
311
312
313 define KernelPackage/md-raid10
314 $(call KernelPackage/md/Depends,)
315 TITLE:=RAID10 Module
316 KCONFIG:=CONFIG_MD_RAID10
317 FILES:=$(LINUX_DIR)/drivers/md/raid10.ko
318 AUTOLOAD:=$(call AutoLoad,28,raid10)
319 endef
320
321 define KernelPackage/md-raid10/description
322 RAID Level 10 (Mirroring+Striping) driver module (raid10.ko)
323 endef
324
325 $(eval $(call KernelPackage,md-raid10))
326
327
328 define KernelPackage/md-raid456
329 $(call KernelPackage/md/Depends,+kmod-lib-raid6 +kmod-lib-xor +LINUX_4_4:kmod-lib-crc32c)
330 TITLE:=RAID Level 456 Driver
331 KCONFIG:= \
332 CONFIG_ASYNC_CORE \
333 CONFIG_ASYNC_MEMCPY \
334 CONFIG_ASYNC_XOR \
335 CONFIG_ASYNC_PQ \
336 CONFIG_ASYNC_RAID6_RECOV \
337 CONFIG_ASYNC_RAID6_TEST=n \
338 CONFIG_MD_RAID456 \
339 CONFIG_MULTICORE_RAID456=n
340 FILES:= \
341 $(LINUX_DIR)/crypto/async_tx/async_tx.ko \
342 $(LINUX_DIR)/crypto/async_tx/async_memcpy.ko \
343 $(LINUX_DIR)/crypto/async_tx/async_xor.ko \
344 $(LINUX_DIR)/crypto/async_tx/async_pq.ko \
345 $(LINUX_DIR)/crypto/async_tx/async_raid6_recov.ko \
346 $(LINUX_DIR)/drivers/md/raid456.ko
347 AUTOLOAD:=$(call AutoLoad,28, async_tx async_memcpy async_xor async_pq async_raid6_recov raid456)
348 endef
349
350 define KernelPackage/md-raid456/description
351 RAID Level 4,5,6 kernel module (raid456.ko)
352
353 Includes the following modules required by
354 raid456.ko:
355 xor.ko
356 async_tx.ko
357 async_xor.ko
358 async_memcpy.ko
359 async_pq.ko
360 async_raid5_recov.ko
361 raid6_pq.ko
362 endef
363
364 $(eval $(call KernelPackage,md-raid456))
365
366
367 define KernelPackage/md-multipath
368 $(call KernelPackage/md/Depends,)
369 TITLE:=MD Multipath Module
370 KCONFIG:=CONFIG_MD_MULTIPATH
371 FILES:=$(LINUX_DIR)/drivers/md/multipath.ko
372 AUTOLOAD:=$(call AutoLoad,29,multipath)
373 endef
374
375 define KernelPackage/md-multipath/description
376 Multipath driver module (multipath.ko)
377 endef
378
379 $(eval $(call KernelPackage,md-multipath))
380
381
382 define KernelPackage/libsas
383 SUBMENU:=$(BLOCK_MENU)
384 DEPENDS:=@TARGET_x86
385 TITLE:=SAS Domain Transport Attributes
386 KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \
387 CONFIG_SCSI_SAS_ATTRS \
388 CONFIG_SCSI_SAS_ATA=y \
389 CONFIG_SCSI_SAS_HOST_SMP=y \
390 CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
391 FILES:= \
392 $(LINUX_DIR)/drivers/scsi/scsi_transport_sas.ko \
393 $(LINUX_DIR)/drivers/scsi/libsas/libsas.ko
394 AUTOLOAD:=$(call AutoLoad,29,scsi_transport_sas libsas,1)
395 endef
396
397 define KernelPackage/libsas/description
398 SAS Domain Transport Attributes support
399 endef
400
401 $(eval $(call KernelPackage,libsas,1))
402
403
404 define KernelPackage/loop
405 SUBMENU:=$(BLOCK_MENU)
406 TITLE:=Loopback device support
407 KCONFIG:= \
408 CONFIG_BLK_DEV_LOOP \
409 CONFIG_BLK_DEV_CRYPTOLOOP=n
410 FILES:=$(LINUX_DIR)/drivers/block/loop.ko
411 AUTOLOAD:=$(call AutoLoad,30,loop)
412 endef
413
414 define KernelPackage/loop/description
415 Kernel module for loopback device support
416 endef
417
418 $(eval $(call KernelPackage,loop))
419
420
421 define KernelPackage/mvsas
422 SUBMENU:=$(BLOCK_MENU)
423 TITLE:=Marvell 88SE6440 SAS/SATA driver
424 DEPENDS:=@TARGET_x86 +kmod-libsas
425 KCONFIG:= \
426 CONFIG_SCSI_MVSAS \
427 CONFIG_SCSI_MVSAS_TASKLET=n
428 FILES:=$(LINUX_DIR)/drivers/scsi/mvsas/mvsas.ko
429 AUTOLOAD:=$(call AutoLoad,40,mvsas,1)
430 endef
431
432 define KernelPackage/mvsas/description
433 Kernel support for the Marvell SAS SCSI adapters
434 endef
435
436 $(eval $(call KernelPackage,mvsas))
437
438
439 define KernelPackage/nbd
440 SUBMENU:=$(BLOCK_MENU)
441 TITLE:=Network block device support
442 KCONFIG:=CONFIG_BLK_DEV_NBD
443 FILES:=$(LINUX_DIR)/drivers/block/nbd.ko
444 AUTOLOAD:=$(call AutoLoad,30,nbd)
445 endef
446
447 define KernelPackage/nbd/description
448 Kernel module for network block device support
449 endef
450
451 $(eval $(call KernelPackage,nbd))
452
453
454 define KernelPackage/scsi-core
455 SUBMENU:=$(BLOCK_MENU)
456 TITLE:=SCSI device support
457 KCONFIG:= \
458 CONFIG_SCSI \
459 CONFIG_BLK_DEV_SD
460 FILES:= \
461 $(LINUX_DIR)/drivers/scsi/scsi_mod.ko \
462 $(LINUX_DIR)/drivers/scsi/sd_mod.ko
463 AUTOLOAD:=$(call AutoLoad,40,scsi_mod sd_mod,1)
464 endef
465
466 $(eval $(call KernelPackage,scsi-core))
467
468
469 define KernelPackage/scsi-generic
470 SUBMENU:=$(BLOCK_MENU)
471 TITLE:=Kernel support for SCSI generic
472 DEPENDS:=+kmod-scsi-core
473 KCONFIG:= \
474 CONFIG_CHR_DEV_SG
475 FILES:= \
476 $(LINUX_DIR)/drivers/scsi/sg.ko
477 AUTOLOAD:=$(call AutoLoad,65,sg)
478 endef
479
480 $(eval $(call KernelPackage,scsi-generic))
481
482
483 define KernelPackage/scsi-cdrom
484 SUBMENU:=$(BLOCK_MENU)
485 TITLE:=Kernel support for CD / DVD drives
486 DEPENDS:=+kmod-scsi-core
487 KCONFIG:= \
488 CONFIG_BLK_DEV_SR \
489 CONFIG_BLK_DEV_SR_VENDOR=n
490 FILES:= \
491 $(LINUX_DIR)/drivers/cdrom/cdrom.ko \
492 $(LINUX_DIR)/drivers/scsi/sr_mod.ko
493 AUTOLOAD:=$(call AutoLoad,45,sr_mod)
494 endef
495
496 $(eval $(call KernelPackage,scsi-cdrom))
497
498
499 define KernelPackage/scsi-tape
500 SUBMENU:=$(BLOCK_MENU)
501 TITLE:=Kernel support for scsi tape drives
502 DEPENDS:=+kmod-scsi-core
503 KCONFIG:= \
504 CONFIG_CHR_DEV_ST
505 FILES:= \
506 $(LINUX_DIR)/drivers/scsi/st.ko
507 AUTOLOAD:=$(call AutoLoad,45,st)
508 endef
509
510 $(eval $(call KernelPackage,scsi-tape))