[etrax] fix kernel modules dependences for i2c and ata-core
[openwrt.git] / package / kernel / modules / block.mk
1 #
2 # Copyright (C) 2006-2008 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/ata-core
11   SUBMENU:=$(BLOCK_MENU)
12   TITLE:=Serial and Parallel ATA support
13   DEPENDS:=@PCI_SUPPORT @LINUX_2_6 +kmod-scsi-core @(!TARGET_ubicom32||!TARGET_etrax)
14   KCONFIG:=CONFIG_ATA
15   FILES:=$(LINUX_DIR)/drivers/ata/libata.$(LINUX_KMOD_SUFFIX)
16   AUTOLOAD:=$(call AutoLoad,21,libata,1)
17 endef
18
19 $(eval $(call KernelPackage,ata-core))
20
21
22 define KernelPackage/ata/Depends
23   SUBMENU:=$(BLOCK_MENU)
24   DEPENDS:=kmod-ata-core $(1)
25 endef
26
27
28 define KernelPackage/ata-ahci
29 $(call KernelPackage/ata/Depends,)
30   TITLE:=AHCI Serial ATA support
31   KCONFIG:=CONFIG_SATA_AHCI
32   FILES:=$(LINUX_DIR)/drivers/ata/ahci.$(LINUX_KMOD_SUFFIX)
33   AUTOLOAD:=$(call AutoLoad,41,ahci,1)
34 endef
35
36 define KernelPackage/ata-ahci/description
37  Support for AHCI Serial ATA controllers.
38 endef
39
40 $(eval $(call KernelPackage,ata-ahci))
41
42 define KernelPackage/ata-sil
43 $(call KernelPackage/ata/Depends,)
44   TITLE:=Silicon Image SATA support
45   KCONFIG:=CONFIG_SATA_SIL
46   FILES:=$(LINUX_DIR)/drivers/ata/sata_sil.$(LINUX_KMOD_SUFFIX)
47   AUTOLOAD:=$(call AutoLoad,41,sata_sil,1)
48 endef
49
50 define KernelPackage/ata-sil/description
51  Support for Silicon Image Serial ATA controllers.
52 endef
53
54 $(eval $(call KernelPackage,ata-sil))
55
56
57 define KernelPackage/ata-sil24
58 $(call KernelPackage/ata/Depends,)
59   TITLE:=Silicon Image 3124/3132 SATA support
60   KCONFIG:=CONFIG_SATA_SIL24
61   FILES:=$(LINUX_DIR)/drivers/ata/sata_sil24.$(LINUX_KMOD_SUFFIX)
62   AUTOLOAD:=$(call AutoLoad,41,sata_sil24,1)
63 endef
64
65 define KernelPackage/ata-sil24/description
66  Support for Silicon Image 3124/3132 Serial ATA controllers.
67 endef
68
69 $(eval $(call KernelPackage,ata-sil24))
70
71
72 define KernelPackage/ata-artop
73 $(call KernelPackage/ata/Depends,)
74   TITLE:=ARTOP 6210/6260 PATA support
75   KCONFIG:=CONFIG_PATA_ARTOP
76   FILES:=$(LINUX_DIR)/drivers/ata/pata_artop.$(LINUX_KMOD_SUFFIX)
77   AUTOLOAD:=$(call AutoLoad,41,pata_artop,1)
78 endef
79
80 define KernelPackage/ata-artop/description
81  PATA support for ARTOP 6210/6260 host controllers.
82 endef
83
84 $(eval $(call KernelPackage,ata-artop))
85
86 define KernelPackage/ata-octeon-cf
87 $(call KernelPackage/ata/Depends,@TARGET_octeon)
88   TITLE:=Octeon Compact Flash support
89   KCONFIG:=CONFIG_PATA_OCTEON_CF
90   FILES:=$(LINUX_DIR)/drivers/ata/pata_octeon_cf.$(LINUX_KMOD_SUFFIX)
91   AUTOLOAD:=$(call AutoLoad,41,pata_octeon_cf,1)
92 endef
93
94 define KernelPackage/ata-octeon-cf/description
95   Octeon Compact Flash support.
96 endef
97
98 $(eval $(call KernelPackage,ata-octeon-cf))
99
100
101 define KernelPackage/ata-ixp4xx-cf
102 $(call KernelPackage/ata/Depends,@TARGET_ixp4xx)
103   TITLE:=IXP4XX Compact Flash support
104   KCONFIG:=CONFIG_PATA_IXP4XX_CF
105   FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.$(LINUX_KMOD_SUFFIX)
106   AUTOLOAD:=$(call AutoLoad,41,pata_ixp4xx_cf,1)
107 endef
108
109 define KernelPackage/ata-ixp4xx-cf/description
110  IXP4XX Compact Flash support.
111 endef
112
113 $(eval $(call KernelPackage,ata-ixp4xx-cf))
114
115 define KernelPackage/ata-rb532-cf
116 $(call KernelPackage/ata/Depends,@TARGET_rb532 @BROKEN)
117   TITLE:=RB532 Compact Flash support
118   KCONFIG:= \
119         CONFIG_PATA_PLATFORM \
120         CONFIG_PATA_RB532
121   FILES:=\
122         $(LINUX_DIR)/drivers/ata/pata_platform.$(LINUX_KMOD_SUFFIX) \
123         $(LINUX_DIR)/drivers/ata/pata_rb532_cf.$(LINUX_KMOD_SUFFIX)
124   AUTOLOAD:=$(call AutoLoad,41,pata_platform pata_rb532_cf,1)
125 endef
126
127 define KernelPackage/ata-rb532-cf/description
128   RB532 Compact Flash support.
129 endef
130
131 $(eval $(call KernelPackage,ata-rb532-cf))
132
133 define KernelPackage/ata-nvidia-sata
134 $(call KernelPackage/ata/Depends,)
135   TITLE:=Nvidia Serial ATA support
136   KCONFIG:=CONFIG_SATA_NV
137   FILES:=$(LINUX_DIR)/drivers/ata/sata_nv.$(LINUX_KMOD_SUFFIX)
138   AUTOLOAD:=$(call AutoLoad,41,sata_nv,1)
139 endef
140
141 $(eval $(call KernelPackage,ata-nvidia-sata))
142
143
144 define KernelPackage/ata-magicbox-cf
145 $(call KernelPackage/ata/Depends,@TARGET_ppc40x)
146   TITLE:=Magicbox v2/OpenRB Compact flash support
147   KCONFIG:=CONFIG_PATA_MAGICBOX_CF
148   FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.$(LINUX_KMOD_SUFFIX)
149   AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1)
150 endef
151
152 define KernelPackage/ata-magicbox-cf/description
153   Support for Magicbox v2/OpenRB on-board CF slot.
154 endef
155
156 $(eval $(call KernelPackage,ata-magicbox-cf))
157
158
159 define KernelPackage/ata-piix
160 $(call KernelPackage/ata/Depends,)
161   TITLE:=Intel PIIX PATA/SATA support
162   KCONFIG:=CONFIG_ATA_PIIX
163   FILES:=$(LINUX_DIR)/drivers/ata/ata_piix.$(LINUX_KMOD_SUFFIX)
164   AUTOLOAD:=$(call AutoLoad,41,ata_piix,1)
165 endef
166
167 define KernelPackage/ata-piix/description
168  SATA support for Intel ICH5/6/7/8 series host controllers and
169  PATA support for Intel ESB/ICH/PIIX3/PIIX4 series host controllers.
170 endef
171
172 $(eval $(call KernelPackage,ata-piix))
173
174
175 define KernelPackage/ata-via-sata
176 $(call KernelPackage/ata/Depends,)
177   TITLE:=VIA SATA support
178   KCONFIG:=CONFIG_SATA_VIA
179   FILES:=$(LINUX_DIR)/drivers/ata/sata_via.$(LINUX_KMOD_SUFFIX)
180   AUTOLOAD:=$(call AutoLoad,41,sata_via,1)
181 endef
182
183 define KernelPackage/ata-via-sata/description
184  This option enables support for VIA Serial ATA.
185 endef
186
187 $(eval $(call KernelPackage,ata-via-sata))
188
189
190 define KernelPackage/ide-core
191   SUBMENU:=$(BLOCK_MENU)
192   TITLE:=IDE (ATA/ATAPI) device support
193   DEPENDS:=@PCI_SUPPORT
194   KCONFIG:= \
195         CONFIG_IDE \
196         CONFIG_IDE_GENERIC \
197         CONFIG_BLK_DEV_GENERIC \
198         CONFIG_BLK_DEV_IDE \
199         CONFIG_BLK_DEV_IDEDISK \
200         CONFIG_IDE_GD \
201         CONFIG_IDE_GD_ATA=y \
202         CONFIG_IDE_GD_ATAPI=n \
203         CONFIG_BLK_DEV_IDEDMA_PCI=y \
204         CONFIG_BLK_DEV_IDEPCI=y
205   FILES:= \
206         $(LINUX_DIR)/drivers/ide/ide-core.$(LINUX_KMOD_SUFFIX) \
207         $(LINUX_DIR)/drivers/ide/ide-gd_mod.$(LINUX_KMOD_SUFFIX)
208   AUTOLOAD:= \
209         $(call AutoLoad,20,ide-core,1) \
210         $(call AutoLoad,40,ide-gd_mod,1)
211 endef
212
213 define KernelPackage/ide-core/2.4
214   FILES:= \
215         $(LINUX_DIR)/drivers/ide/ide-core.$(LINUX_KMOD_SUFFIX) \
216         $(LINUX_DIR)/drivers/ide/ide-detect.$(LINUX_KMOD_SUFFIX) \
217         $(LINUX_DIR)/drivers/ide/ide-disk.$(LINUX_KMOD_SUFFIX)
218   AUTOLOAD:= \
219         $(call AutoLoad,20,ide-core,1) \
220         $(call AutoLoad,35,ide-detect,1) \
221         $(call AutoLoad,40,ide-disk,1)
222 endef
223
224 ifneq ($(CONFIG_arm)$(CONFIG_powerpc),y)
225   define KernelPackage/ide-core/2.6
226     FILES+=$(LINUX_DIR)/drivers/ide/ide-generic.$(LINUX_KMOD_SUFFIX)
227     AUTOLOAD+=$(call AutoLoad,30,ide-generic,1)
228   endef
229 endif
230
231 define KernelPackage/ide-core/description
232  Kernel support for IDE, useful for usb mass storage devices (e.g. on WL-HDD)
233  Includes:
234  - ide-core
235  - ide-detect
236  - ide-gd_mod (or ide-disk)
237 endef
238
239 $(eval $(call KernelPackage,ide-core))
240
241
242 define KernelPackage/ide/Depends
243   SUBMENU:=$(BLOCK_MENU)
244   DEPENDS:=kmod-ide-core $(1)
245 endef
246
247
248 define KernelPackage/ide-aec62xx
249 $(call KernelPackage/ide/Depends,@PCI_SUPPORT)
250   TITLE:=Acard AEC62xx IDE driver
251   KCONFIG:=CONFIG_BLK_DEV_AEC62XX
252   FILES:=$(LINUX_DIR)/drivers/ide/aec62xx.$(LINUX_KMOD_SUFFIX)
253   AUTOLOAD:=$(call AutoLoad,30,aec62xx,1)
254 endef
255
256 define KernelPackage/ide-aec62xx/2.4
257   FILES:=$(LINUX_DIR)/drivers/ide/pci/aec62xx.$(LINUX_KMOD_SUFFIX)
258 endef
259
260 define KernelPackage/ide-aec62xx/description
261  Support for Acard AEC62xx (Artop ATP8xx) IDE controllers.
262 endef
263
264 $(eval $(call KernelPackage,ide-aec62xx,1))
265
266
267 define KernelPackage/ide-pdc202xx
268 $(call KernelPackage/ide/Depends,@PCI_SUPPORT)
269   TITLE:=Promise PDC202xx IDE driver
270   KCONFIG:=CONFIG_BLK_DEV_PDC202XX_OLD
271   FILES:=$(LINUX_DIR)/drivers/ide/pdc202xx_old.$(LINUX_KMOD_SUFFIX)
272   AUTOLOAD:=$(call AutoLoad,30,pdc202xx_old,1)
273 endef
274
275 define KernelPackage/ide-pdc202xx/2.4
276   FILES:=$(LINUX_DIR)/drivers/ide/pci/pdc202xx_old.$(LINUX_KMOD_SUFFIX)
277 endef
278
279 define KernelPackage/ide-pdc202xx/description
280  Support for the Promise Ultra 33/66/100 (PDC202{46|62|65|67|68}) IDE
281  controllers.
282 endef
283
284 $(eval $(call KernelPackage,ide-pdc202xx))
285
286
287 define KernelPackage/ide-it821x
288 $(call KernelPackage/ide/Depends,@PCI_SUPPORT)
289   TITLE:=ITE IT821x IDE driver
290   KCONFIG:=CONFIG_BLK_DEV_IT821X
291   FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
292   AUTOLOAD:=$(call AutoLoad,30,it821x,1)
293 endef
294
295 define KernelPackage/ide-it821x/description
296   Kernel module for the ITE IDE821x IDE controllers.
297 endef
298
299 $(eval $(call KernelPackage,ide-it821x))
300
301
302 define KernelPackage/scsi-core
303   SUBMENU:=$(BLOCK_MENU)
304   TITLE:=SCSI device support
305   KCONFIG:= \
306         CONFIG_SCSI \
307         CONFIG_BLK_DEV_SD
308   FILES:= \
309         $(if $(findstring y,$(CONFIG_SCSI)),,$(LINUX_DIR)/drivers/scsi/scsi_mod.$(LINUX_KMOD_SUFFIX)) \
310         $(LINUX_DIR)/drivers/scsi/sd_mod.$(LINUX_KMOD_SUFFIX)
311   AUTOLOAD:=$(call AutoLoad,20,scsi_mod,1) $(call AutoLoad,40,sd_mod,1)
312 endef
313
314 $(eval $(call KernelPackage,scsi-core))
315
316
317 define KernelPackage/scsi-generic
318   SUBMENU:=$(BLOCK_MENU)
319   TITLE:=Kernel support for SCSI generic
320   KCONFIG:= \
321         CONFIG_CHR_DEV_SG
322   FILES:= \
323         $(LINUX_DIR)/drivers/scsi/sg.$(LINUX_KMOD_SUFFIX)
324   AUTOLOAD:=$(call AutoLoad,65,sg)
325 endef
326
327 $(eval $(call KernelPackage,scsi-generic))
328
329
330 define KernelPackage/loop
331   SUBMENU:=$(BLOCK_MENU)
332   TITLE:=Loopback device support
333   KCONFIG:= \
334         CONFIG_BLK_DEV_LOOP \
335         CONFIG_BLK_DEV_CRYPTOLOOP=n
336   FILES:=$(LINUX_DIR)/drivers/block/loop.$(LINUX_KMOD_SUFFIX)
337   AUTOLOAD:=$(call AutoLoad,30,loop)
338 endef
339
340 define KernelPackage/loop/description
341  Kernel module for loopback device support
342 endef
343
344 $(eval $(call KernelPackage,loop))
345
346
347 define KernelPackage/nbd
348   SUBMENU:=$(BLOCK_MENU)
349   TITLE:=Network block device support
350   KCONFIG:=CONFIG_BLK_DEV_NBD
351   FILES:=$(LINUX_DIR)/drivers/block/nbd.$(LINUX_KMOD_SUFFIX)
352   AUTOLOAD:=$(call AutoLoad,30,nbd)
353 endef
354
355 define KernelPackage/nbd/description
356  Kernel module for network block device support
357 endef
358
359 $(eval $(call KernelPackage,nbd))
360
361
362 define KernelPackage/dm
363   SUBMENU:=$(BLOCK_MENU)
364   TITLE:=Device Mapper
365   # All the "=n" are unnecessary, they're only there
366   # to stop the config from asking the question.
367   # MIRROR is M because I've needed it for pvmove.
368   KCONFIG:= \
369        CONFIG_BLK_DEV_MD=n \
370        CONFIG_DM_DEBUG=n \
371        CONFIG_DM_CRYPT=n \
372        CONFIG_DM_UEVENT=n \
373        CONFIG_DM_DELAY=n \
374        CONFIG_DM_MULTIPATH=n \
375        CONFIG_DM_ZERO=n \
376        CONFIG_DM_SNAPSHOT=n \
377        CONFIG_DM_LOG_USERSPACE=n \
378        CONFIG_MD=y \
379        CONFIG_BLK_DEV_DM \
380        CONFIG_DM_MIRROR
381   FILES:=$(LINUX_DIR)/drivers/md/dm-*.$(LINUX_KMOD_SUFFIX)
382   AUTOLOAD:=$(call AutoLoad,30,dm-mod dm-region-hash dm-mirror dm-log)
383 endef
384
385 define KernelPackage/dm/description
386  Kernel module necessary for LVM2 support
387 endef
388
389 $(eval $(call KernelPackage,dm))
390
391
392 define KernelPackage/pata-rb153-cf
393 $(call KernelPackage/ata/Depends,@TARGET_adm5120_router_le)
394   TITLE:=RouterBOARD 153 CF Slot support
395   KCONFIG:=CONFIG_PATA_RB153_CF
396   FILES:=$(LINUX_DIR)/drivers/ata/pata_rb153_cf.$(LINUX_KMOD_SUFFIX)
397   AUTOLOAD:=$(call AutoLoad,30,pata_rb153_cf,1)
398 endef
399
400 define KernelPackage/pata-rb153-cf/description
401   Kernel support for the RouterBoard 153 CF slot.
402 endef
403
404 $(eval $(call KernelPackage,pata-rb153-cf,1))
405
406
407 define KernelPackage/aoe
408   SUBMENU:=$(BLOCK_MENU)
409   TITLE:=ATA over Ethernet support
410   KCONFIG:=CONFIG_ATA_OVER_ETH
411   FILES:=$(LINUX_DIR)/drivers/block/aoe/aoe.$(LINUX_KMOD_SUFFIX)
412   AUTOLOAD:=$(call AutoLoad,30,aoe)
413 endef
414
415 define KernelPackage/aoe/description
416   Kernel support for ATA over Ethernet
417 endef
418
419 $(eval $(call KernelPackage,aoe))
420
421 define KernelPackage/ps3vram
422   SUBMENU:=$(BLOCK_MENU)
423   TITLE:=PS3 Video RAM Storage Driver
424   DEPENDS:=@TARGET_ps3||TARGET_ps3chk
425   KCONFIG:=CONFIG_PS3_VRAM
426   FILES:=$(LINUX_DIR)/drivers/block/ps3vram.$(LINUX_KMOD_SUFFIX)
427   AUTOLOAD:=$(call AutoLoad,01,ps3vram)
428 endef
429
430 define KernelPackage/ps3vram/description
431   Kernel support for PS3 Video RAM Storage
432 endef
433
434 $(eval $(call KernelPackage,ps3vram))
435
436 define KernelPackage/axonram
437   SUBMENU:=$(BLOCK_MENU)
438   TITLE:=Axon DDR2 memory device driver
439   DEPENDS:=@TARGET_pxcab
440   KCONFIG:=CONFIG_AXON_RAM
441   FILES:=$(LINUX_DIR)/arch/powerpc/sysdev/axonram.$(LINUX_KMOD_SUFFIX)
442   AUTOLOAD:=$(call AutoLoad,01,axonram)
443 endef
444
445 define KernelPackage/axonram/description
446   Kernel support for Axon DDR2 memory device
447 endef
448
449 $(eval $(call KernelPackage,axonram))
450
451 define KernelPackage/libsas
452   SUBMENU:=$(BLOCK_MENU)
453   TITLE:=SAS Domain Transport Attributes
454   DEPENDS:=+kmod-scsi-core @TARGET_x86
455   KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \
456         CONFIG_SCSI_SAS_ATTRS \
457         CONFIG_SCSI_SAS_ATA=y \
458         CONFIG_SCSI_SAS_HOST_SMP=y \
459         CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
460   FILES:= \
461         $(LINUX_DIR)/drivers/scsi/scsi_transport_sas.$(LINUX_KMOD_SUFFIX) \
462         $(LINUX_DIR)/drivers/scsi/libsas/libsas.$(LINUX_KMOD_SUFFIX)
463   AUTOLOAD:=$(call AutoLoad,29,scsi_transport_sas libsas,1)
464 endef
465
466 define KernelPackage/libsas/description
467   SAS Domain Transport Attributes support.
468 endef
469
470 $(eval $(call KernelPackage,libsas,1))
471
472 define KernelPackage/mvsas
473   SUBMENU:=$(BLOCK_MENU)
474   TITLE:=Marvell 88SE6440 SAS/SATA driver
475   DEPENDS:=@TARGET_x86 +kmod-libsas
476   KCONFIG:=CONFIG_SCSI_MVSAS
477   FILES:=$(LINUX_DIR)/drivers/scsi/mvsas.$(LINUX_KMOD_SUFFIX)
478   AUTOLOAD:=$(call AutoLoad,40,mvsas,1)
479 endef
480
481 define KernelPackage/mvsas/description
482   Kernel support for the Marvell SAS SCSI adapters
483 endef
484
485 $(eval $(call KernelPackage,mvsas))