2 # Copyright (C) 2006-2012 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 BLOCK_MENU:=Block Devices
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)
18 define KernelPackage/aoe/description
19 Kernel support for ATA over Ethernet
22 $(eval $(call KernelPackage,aoe))
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
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
36 $(eval $(call KernelPackage,ata-core))
40 SUBMENU:=$(BLOCK_MENU)
41 DEPENDS+=kmod-ata-core $(1)
45 define KernelPackage/ata-ahci
46 TITLE:=AHCI Serial ATA support
47 KCONFIG:=CONFIG_SATA_AHCI
49 $(LINUX_DIR)/drivers/ata/ahci.ko
50 AUTOLOAD:=$(call AutoLoad,41,libahci ahci,1)
51 $(call AddDepends/ata)
54 define KernelPackage/ata-ahci/description
55 Support for AHCI Serial ATA controllers
58 $(eval $(call KernelPackage,ata-ahci))
61 define KernelPackage/ata-ahci-platform
62 TITLE:=AHCI Serial ATA Platform support
63 KCONFIG:=CONFIG_SATA_AHCI_PLATFORM
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)
71 define KernelPackage/ata-ahci-platform/description
72 Platform support for AHCI Serial ATA controllers
75 $(eval $(call KernelPackage,ata-ahci-platform))
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)
86 define KernelPackage/ata-artop/description
87 PATA support for ARTOP 6210/6260 host controllers
90 $(eval $(call KernelPackage,ata-artop))
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)
101 define KernelPackage/ata-marvell-sata/description
102 SATA support for marvell chipsets
105 $(eval $(call KernelPackage,ata-marvell-sata))
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)
116 $(eval $(call KernelPackage,ata-nvidia-sata))
119 define KernelPackage/ata-pdc202xx-old
120 SUBMENU:=$(BLOCK_MENU)
121 TITLE:=Older Promise PATA controller support
122 DEPENDS:=kmod-ata-core
126 FILES:=$(LINUX_DIR)/drivers/ata/pata_pdc202xx_old.ko
127 AUTOLOAD:=$(call AutoLoad,41,pata_pdc202xx_old,1)
130 define KernelPackage/ata-pdc202xx-old/description
131 This option enables support for the Promise 20246, 20262, 20263,
132 20265 and 20267 adapters
135 $(eval $(call KernelPackage,ata-pdc202xx-old))
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)
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
151 $(eval $(call KernelPackage,ata-piix))
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)
162 define KernelPackage/ata-sil/description
163 Support for Silicon Image Serial ATA controllers
166 $(eval $(call KernelPackage,ata-sil))
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)
177 define KernelPackage/ata-sil24/description
178 Support for Silicon Image 3124/3132 Serial ATA controllers
181 $(eval $(call KernelPackage,ata-sil24))
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)
192 define KernelPackage/ata-via-sata/description
193 This option enables support for VIA Serial ATA
196 $(eval $(call KernelPackage,ata-via-sata))
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
206 $(eval $(call KernelPackage,block2mtd))
209 define KernelPackage/dm
210 SUBMENU:=$(BLOCK_MENU)
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.
217 CONFIG_BLK_DEV_MD=n \
221 CONFIG_DM_LOG_WRITES=n \
222 CONFIG_DM_MQ_DEFAULT=n \
223 CONFIG_DM_MULTIPATH=n \
225 CONFIG_DM_SNAPSHOT=n \
226 CONFIG_DM_LOG_USERSPACE=n \
231 FILES:=$(LINUX_DIR)/drivers/md/dm-*.ko
232 AUTOLOAD:=$(call AutoLoad,30,dm-mod dm-log dm-region-hash dm-mirror dm-crypt)
235 define KernelPackage/dm/description
236 Kernel module necessary for LVM2 support
239 $(eval $(call KernelPackage,dm))
242 define KernelPackage/md-mod
243 SUBMENU:=$(BLOCK_MENU)
247 CONFIG_BLK_DEV_MD=m \
248 CONFIG_MD_AUTODETECT=y \
250 FILES:=$(LINUX_DIR)/drivers/md/md-mod.ko
251 AUTOLOAD:=$(call AutoLoad,27,md-mod)
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.
259 $(eval $(call KernelPackage,md-mod))
262 define KernelPackage/md/Depends
263 SUBMENU:=$(BLOCK_MENU)
264 DEPENDS:=kmod-md-mod $(1)
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)
276 define KernelPackage/md-linear/description
277 RAID "Linear" or "Append" driver module (linear.ko)
280 $(eval $(call KernelPackage,md-linear))
283 define KernelPackage/md-raid0
284 $(call KernelPackage/md/Depends,)
286 KCONFIG:=CONFIG_MD_RAID0
287 FILES:=$(LINUX_DIR)/drivers/md/raid0.ko
288 AUTOLOAD:=$(call AutoLoad,28,raid0)
291 define KernelPackage/md-raid0/description
292 RAID Level 0 (Striping) driver module (raid0.ko)
295 $(eval $(call KernelPackage,md-raid0))
298 define KernelPackage/md-raid1
299 $(call KernelPackage/md/Depends,)
301 KCONFIG:=CONFIG_MD_RAID1
302 FILES:=$(LINUX_DIR)/drivers/md/raid1.ko
303 AUTOLOAD:=$(call AutoLoad,28,raid1)
306 define KernelPackage/md-raid1/description
307 RAID Level 1 (Mirroring) driver (raid1.ko)
310 $(eval $(call KernelPackage,md-raid1))
313 define KernelPackage/md-raid10
314 $(call KernelPackage/md/Depends,)
316 KCONFIG:=CONFIG_MD_RAID10
317 FILES:=$(LINUX_DIR)/drivers/md/raid10.ko
318 AUTOLOAD:=$(call AutoLoad,28,raid10)
321 define KernelPackage/md-raid10/description
322 RAID Level 10 (Mirroring+Striping) driver module (raid10.ko)
325 $(eval $(call KernelPackage,md-raid10))
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
333 CONFIG_ASYNC_MEMCPY \
336 CONFIG_ASYNC_RAID6_RECOV \
337 CONFIG_ASYNC_RAID6_TEST=n \
339 CONFIG_MULTICORE_RAID456=n
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)
350 define KernelPackage/md-raid456/description
351 RAID Level 4,5,6 kernel module (raid456.ko)
353 Includes the following modules required by
364 $(eval $(call KernelPackage,md-raid456))
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)
375 define KernelPackage/md-multipath/description
376 Multipath driver module (multipath.ko)
379 $(eval $(call KernelPackage,md-multipath))
382 define KernelPackage/libsas
383 SUBMENU:=$(BLOCK_MENU)
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
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)
397 define KernelPackage/libsas/description
398 SAS Domain Transport Attributes support
401 $(eval $(call KernelPackage,libsas,1))
404 define KernelPackage/loop
405 SUBMENU:=$(BLOCK_MENU)
406 TITLE:=Loopback device support
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)
414 define KernelPackage/loop/description
415 Kernel module for loopback device support
418 $(eval $(call KernelPackage,loop))
421 define KernelPackage/mvsas
422 SUBMENU:=$(BLOCK_MENU)
423 TITLE:=Marvell 88SE6440 SAS/SATA driver
424 DEPENDS:=@TARGET_x86 +kmod-libsas
427 CONFIG_SCSI_MVSAS_TASKLET=n
428 FILES:=$(LINUX_DIR)/drivers/scsi/mvsas/mvsas.ko
429 AUTOLOAD:=$(call AutoLoad,40,mvsas,1)
432 define KernelPackage/mvsas/description
433 Kernel support for the Marvell SAS SCSI adapters
436 $(eval $(call KernelPackage,mvsas))
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)
447 define KernelPackage/nbd/description
448 Kernel module for network block device support
451 $(eval $(call KernelPackage,nbd))
454 define KernelPackage/scsi-core
455 SUBMENU:=$(BLOCK_MENU)
456 TITLE:=SCSI device support
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)
466 $(eval $(call KernelPackage,scsi-core))
469 define KernelPackage/scsi-generic
470 SUBMENU:=$(BLOCK_MENU)
471 TITLE:=Kernel support for SCSI generic
472 DEPENDS:=+kmod-scsi-core
476 $(LINUX_DIR)/drivers/scsi/sg.ko
477 AUTOLOAD:=$(call AutoLoad,65,sg)
480 $(eval $(call KernelPackage,scsi-generic))
483 define KernelPackage/scsi-cdrom
484 SUBMENU:=$(BLOCK_MENU)
485 TITLE:=Kernel support for CD / DVD drives
486 DEPENDS:=+kmod-scsi-core
489 CONFIG_BLK_DEV_SR_VENDOR=n
491 $(LINUX_DIR)/drivers/cdrom/cdrom.ko \
492 $(LINUX_DIR)/drivers/scsi/sr_mod.ko
493 AUTOLOAD:=$(call AutoLoad,45,sr_mod)
496 $(eval $(call KernelPackage,scsi-cdrom))
499 define KernelPackage/scsi-tape
500 SUBMENU:=$(BLOCK_MENU)
501 TITLE:=Kernel support for scsi tape drives
502 DEPENDS:=+kmod-scsi-core
506 $(LINUX_DIR)/drivers/scsi/st.ko
507 AUTOLOAD:=$(call AutoLoad,45,st)
510 $(eval $(call KernelPackage,scsi-tape))