2 # Copyright (C) 2009 David Cooper <dave@kupesoft.com>
3 # Copyright (C) 2006-2010 OpenWrt.org
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
9 VIDEO_MENU
:=Video Support
11 define KernelPackage
/video-core
12 SUBMENU
:=$(VIDEO_MENU
)
13 TITLE
=Video4Linux support
14 DEPENDS
:=@PCI_SUPPORT||USB_SUPPORT
+!TARGET_etrax
:kmod-i2c-core
16 CONFIG_MEDIA_SUPPORT
=m \
19 CONFIG_VIDEO_ALLOW_V4L1
=y \
20 CONFIG_VIDEO_CAPTURE_DRIVERS
=y \
21 CONFIG_V4L_USB_DRIVERS
=y \
22 CONFIG_V4L_PCI_DRIVERS
=y \
23 CONFIG_V4L_PLATFORM_DRIVERS
=y
24 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.38)),1)
26 $(LINUX_DIR
)/drivers
/media
/video
/v4l2-common.ko \
27 $(LINUX_DIR
)/drivers
/media
/video
/videodev.ko
28 AUTOLOAD
:=$(call AutoLoad
,60, videodev v4l2-common
)
31 $(LINUX_DIR
)/drivers
/media
/video
/v4l2-common.ko \
32 $(LINUX_DIR
)/drivers
/media
/video
/v4l1-compat.ko \
33 $(LINUX_DIR
)/drivers
/media
/video
/videodev.ko
34 AUTOLOAD
:=$(call AutoLoad
,60, v4l1-compat videodev v4l2-common
)
38 define KernelPackage
/video-core
/description
39 Kernel modules for Video4Linux support
42 $(eval
$(call KernelPackage
,video-core
))
45 define AddDepends
/video
46 SUBMENU
:=$(VIDEO_MENU
)
47 DEPENDS
+=kmod-video-core
$(1)
51 define KernelPackage
/video-cpia2
52 TITLE
:=CPIA2 video driver
53 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
54 KCONFIG
:=CONFIG_VIDEO_CPIA2
55 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/cpia2
/cpia2.ko
56 AUTOLOAD
:=$(call AutoLoad
,70,cpia2
)
57 $(call AddDepends
/video
)
60 define KernelPackage
/video-cpia2
/description
61 Kernel modules for supporting CPIA2 USB based cameras.
64 $(eval
$(call KernelPackage
,video-cpia2
))
67 define KernelPackage
/video-konica
68 TITLE
:=Konica USB webcam support
69 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
70 KCONFIG
:=CONFIG_USB_KONICAWC
71 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/usbvideo
/konicawc.ko
72 AUTOLOAD
:=$(call AutoLoad
,70,konicawc
)
73 $(call AddDepends
/video
)
76 define KernelPackage
/video-konica
/description
77 Kernel support for webcams based on a Konica chipset. This is known to
78 work with the Intel YC76 webcam.
81 $(eval
$(call KernelPackage
,video-konica
))
84 define KernelPackage
/video-ov511
85 TITLE
:=OV511 USB webcam support
86 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
87 KCONFIG
:=CONFIG_USB_OV511
88 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/ov511.ko
89 AUTOLOAD
:=$(call AutoLoad
,70,ov511
)
90 $(call AddDepends
/video
)
94 define KernelPackage
/video-ov511
/description
95 Kernel modules for supporting OmniVision OV511 USB webcams.
98 $(eval
$(call KernelPackage
,video-ov511
))
101 define KernelPackage
/video-ovcamchip
102 TITLE
:=OV6xxx
/OV7xxx Camera Chip support
103 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
104 KCONFIG
:=CONFIG_VIDEO_OVCAMCHIP
105 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/ovcamchip
/ovcamchip.ko
106 AUTOLOAD
:=$(call AutoLoad
,70,ovcamchip
)
107 $(call AddDepends
/video
)
111 define KernelPackage
/video-ovcamchip
/description
112 Kernel modules for supporting OmniVision OV6xxx and OV7xxx series of
116 $(eval
$(call KernelPackage
,video-ovcamchip
))
119 define KernelPackage
/video-sn9c102
120 TITLE
:=SN9C102 Camera Chip support
121 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
122 KCONFIG
:=CONFIG_USB_SN9C102
123 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/sn9c102
/sn9c102.ko
124 AUTOLOAD
:=$(call AutoLoad
,70,gspca_sn9c20x
)
125 $(call AddDepends
/video
)
129 define KernelPackage
/video-sn9c102
/description
130 Kernel modules for supporting SN9C102
134 $(eval
$(call KernelPackage
,video-sn9c102
))
137 define KernelPackage
/video-pwc
138 TITLE
:=Philips USB webcam support
139 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
142 CONFIG_USB_PWC_DEBUG
=n
143 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/pwc
/pwc.ko
144 AUTOLOAD
:=$(call AutoLoad
,70,pwc
)
145 $(call AddDepends
/video
)
149 define KernelPackage
/video-pwc
/description
150 Kernel modules for supporting Philips USB based cameras.
153 $(eval
$(call KernelPackage
,video-pwc
))
155 define KernelPackage
/video-uvc
156 TITLE
:=USB Video Class
(UVC
) support
157 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
158 KCONFIG
:= CONFIG_USB_VIDEO_CLASS
159 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/uvc
/uvcvideo.ko
160 AUTOLOAD
:=$(call AutoLoad
,90,uvcvideo
)
161 $(call AddDepends
/video
)
162 $(call AddDepends
/input
)
166 define KernelPackage
/video-uvc
/description
167 Kernel modules for supporting USB Video Class
(UVC
) devices.
170 $(eval
$(call KernelPackage
,video-uvc
))
173 define KernelPackage
/video-gspca-core
175 TITLE
:=GSPCA webcam core support framework
176 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
177 KCONFIG
:=CONFIG_USB_GSPCA
178 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_main.ko
179 AUTOLOAD
:=$(call AutoLoad
,70,gspca_main
)
180 $(call AddDepends
/video
)
183 define KernelPackage
/video-gspca-core
/description
184 Kernel modules for supporting GSPCA based webcam devices. Note this is just
185 the core of the driver
, please select a submodule that supports your webcam.
188 $(eval
$(call KernelPackage
,video-gspca-core
))
191 define AddDepends
/video-gspca
192 SUBMENU
:=$(VIDEO_MENU
)
193 DEPENDS
+=kmod-video-gspca-core
$(1)
197 define KernelPackage
/video-gspca-conex
198 TITLE
:=conex webcam support
199 KCONFIG
:=CONFIG_USB_GSPCA_CONEX
200 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_conex.ko
201 AUTOLOAD
:=$(call AutoLoad
,75,gspca_conex
)
202 $(call AddDepends
/video-gspca
)
205 define KernelPackage
/video-gspca-conex
/description
206 The Conexant Camera Driver
(conex
) kernel module.
209 $(eval
$(call KernelPackage
,video-gspca-conex
))
212 define KernelPackage
/video-gspca-etoms
213 TITLE
:=etoms webcam support
214 KCONFIG
:=CONFIG_USB_GSPCA_ETOMS
215 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_etoms.ko
216 AUTOLOAD
:=$(call AutoLoad
,75,gspca_etoms
)
217 $(call AddDepends
/video-gspca
)
220 define KernelPackage
/video-gspca-etoms
/description
221 The Etoms USB Camera Driver
(etoms
) kernel module.
224 $(eval
$(call KernelPackage
,video-gspca-etoms
))
227 define KernelPackage
/video-gspca-finepix
228 TITLE
:=finepix webcam support
229 KCONFIG
:=CONFIG_USB_GSPCA_FINEPIX
230 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_finepix.ko
231 AUTOLOAD
:=$(call AutoLoad
,75,gspca_finepix
)
232 $(call AddDepends
/video-gspca
)
235 define KernelPackage
/video-gspca-finepix
/description
236 The Fujifilm FinePix USB V4L2 driver
(finepix
) kernel module.
239 $(eval
$(call KernelPackage
,video-gspca-finepix
))
242 define KernelPackage
/video-gspca-mars
243 TITLE
:=mars webcam support
244 KCONFIG
:=CONFIG_USB_GSPCA_MARS
245 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_mars.ko
246 AUTOLOAD
:=$(call AutoLoad
,75,gspca_mars
)
247 $(call AddDepends
/video-gspca
)
250 define KernelPackage
/video-gspca-mars
/description
251 The Mars USB Camera Driver
(mars
) kernel module.
254 $(eval
$(call KernelPackage
,video-gspca-mars
))
257 define KernelPackage
/video-gspca-mr97310a
258 TITLE
:=mr97310a webcam support
259 KCONFIG
:=CONFIG_USB_GSPCA_MR97310A
260 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_mr97310a.ko
261 AUTOLOAD
:=$(call AutoLoad
,75,gspca_mr97310a
)
262 $(call AddDepends
/video-gspca
)
265 define KernelPackage
/video-gspca-mr97310a
/description
266 The Mars-Semi MR97310A USB Camera Driver
(mr97310a
) kernel module.
269 $(eval
$(call KernelPackage
,video-gspca-mr97310a
))
272 define KernelPackage
/video-gspca-ov519
273 TITLE
:=ov519 webcam support
274 KCONFIG
:=CONFIG_USB_GSPCA_OV519
275 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_ov519.ko
276 AUTOLOAD
:=$(call AutoLoad
,75,gspca_ov519
)
277 $(call AddDepends
/video-gspca
)
280 define KernelPackage
/video-gspca-ov519
/description
281 The OV519 USB Camera Driver
(ov519
) kernel module.
284 $(eval
$(call KernelPackage
,video-gspca-ov519
))
287 define KernelPackage
/video-gspca-ov534
288 TITLE
:=ov534 webcam support
289 KCONFIG
:=CONFIG_USB_GSPCA_OV534
290 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_ov534.ko
291 AUTOLOAD
:=$(call AutoLoad
,75,gspca_ov534
)
292 $(call AddDepends
/video-gspca
)
295 define KernelPackage
/video-gspca-ov534
/description
296 The OV534 USB Camera Driver
(ov534
) kernel module.
299 $(eval
$(call KernelPackage
,video-gspca-ov534
))
302 define KernelPackage
/video-gspca-ov534-9
303 TITLE
:=ov534-9 webcam support
304 KCONFIG
:=CONFIG_USB_GSPCA_OV534_9
305 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_ov534_9.ko
306 AUTOLOAD
:=$(call AutoLoad
,75,gspca_ov534_9
)
307 $(call AddDepends
/video-gspca
)
310 define KernelPackage
/video-gspca-ov534-9
/description
311 The OV534-9 USB Camera Driver
(ov534_9
) kernel module.
314 $(eval
$(call KernelPackage
,video-gspca-ov534-9
))
317 define KernelPackage
/video-gspca-pac207
318 TITLE
:=pac207 webcam support
319 KCONFIG
:=CONFIG_USB_GSPCA_PAC207
320 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_pac207.ko
321 AUTOLOAD
:=$(call AutoLoad
,75,gspca_pac207
)
322 $(call AddDepends
/video-gspca
)
325 define KernelPackage
/video-gspca-pac207
/description
326 The Pixart PAC207 USB Camera Driver
(pac207
) kernel module.
329 $(eval
$(call KernelPackage
,video-gspca-pac207
))
332 define KernelPackage
/video-gspca-pac7311
333 TITLE
:=pac7311 webcam support
334 KCONFIG
:=CONFIG_USB_GSPCA_PAC7311
335 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_pac7311.ko
336 AUTOLOAD
:=$(call AutoLoad
,75,gspca_pac7311
)
337 $(call AddDepends
/video-gspca
)
340 define KernelPackage
/video-gspca-pac7311
/description
341 The Pixart PAC7311 USB Camera Driver
(pac7311
) kernel module.
344 $(eval
$(call KernelPackage
,video-gspca-pac7311
))
347 define KernelPackage
/video-gspca-sn9c20x
348 TITLE
:=sn9c20x webcam support
349 KCONFIG
:=CONFIG_USB_GSPCA_SN9C20X
350 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sn9c20x.ko
351 AUTOLOAD
:=$(call AutoLoad
,75,sn9c20x
)
352 $(call AddDepends
/video-gspca
)
355 define KernelPackage
/video-gspca-sn9c20x
/description
356 The SN9C20X USB Camera Driver
(sn9c20x
) kernel module.
359 $(eval
$(call KernelPackage
,video-gspca-sn9c20x
))
362 define KernelPackage
/video-gspca-sonixb
363 TITLE
:=sonixb webcam support
364 KCONFIG
:=CONFIG_USB_GSPCA_SONIXB
365 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sonixb.ko
366 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sonixb
)
367 $(call AddDepends
/video-gspca
)
370 define KernelPackage
/video-gspca-sonixb
/description
371 The SONIX Bayer USB Camera Driver
(sonixb
) kernel module.
374 $(eval
$(call KernelPackage
,video-gspca-sonixb
))
377 define KernelPackage
/video-gspca-sonixj
378 TITLE
:=sonixj webcam support
379 KCONFIG
:=CONFIG_USB_GSPCA_SONIXJ
380 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sonixj.ko
381 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sonixj
)
382 $(call AddDepends
/video-gspca
)
385 define KernelPackage
/video-gspca-sonixj
/description
386 The SONIX JPEG USB Camera Driver
(sonixj
) kernel module.
389 $(eval
$(call KernelPackage
,video-gspca-sonixj
))
392 define KernelPackage
/video-gspca-spca500
393 TITLE
:=spca500 webcam support
394 KCONFIG
:=CONFIG_USB_GSPCA_SPCA500
395 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca500.ko
396 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca500
)
397 $(call AddDepends
/video-gspca
)
400 define KernelPackage
/video-gspca-spca500
/description
401 The SPCA500 USB Camera Driver
(spca500
) kernel module.
404 $(eval
$(call KernelPackage
,video-gspca-spca500
))
407 define KernelPackage
/video-gspca-spca501
408 TITLE
:=spca501 webcam support
409 KCONFIG
:=CONFIG_USB_GSPCA_SPCA501
410 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca501.ko
411 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca501
)
412 $(call AddDepends
/video-gspca
)
415 define KernelPackage
/video-gspca-spca501
/description
416 The SPCA501 USB Camera Driver
(spca501
) kernel module.
419 $(eval
$(call KernelPackage
,video-gspca-spca501
))
422 define KernelPackage
/video-gspca-spca505
423 TITLE
:=spca505 webcam support
424 KCONFIG
:=CONFIG_USB_GSPCA_SPCA505
425 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca505.ko
426 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca505
)
427 $(call AddDepends
/video-gspca
)
430 define KernelPackage
/video-gspca-spca505
/description
431 The SPCA505 USB Camera Driver
(spca505
) kernel module.
434 $(eval
$(call KernelPackage
,video-gspca-spca505
))
437 define KernelPackage
/video-gspca-spca506
438 TITLE
:=spca506 webcam support
439 KCONFIG
:=CONFIG_USB_GSPCA_SPCA506
440 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca506.ko
441 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca506
)
442 $(call AddDepends
/video-gspca
)
445 define KernelPackage
/video-gspca-spca506
/description
446 The SPCA506 USB Camera Driver
(spca506
) kernel module.
449 $(eval
$(call KernelPackage
,video-gspca-spca506
))
452 define KernelPackage
/video-gspca-spca508
453 TITLE
:=spca508 webcam support
454 KCONFIG
:=CONFIG_USB_GSPCA_SPCA508
455 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca508.ko
456 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca508
)
457 $(call AddDepends
/video-gspca
)
460 define KernelPackage
/video-gspca-spca508
/description
461 The SPCA508 USB Camera Driver
(spca508
) kernel module.
464 $(eval
$(call KernelPackage
,video-gspca-spca508
))
467 define KernelPackage
/video-gspca-spca561
468 TITLE
:=spca561 webcam support
469 KCONFIG
:=CONFIG_USB_GSPCA_SPCA561
470 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca561.ko
471 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca561
)
472 $(call AddDepends
/video-gspca
)
475 define KernelPackage
/video-gspca-spca561
/description
476 The SPCA561 USB Camera Driver
(spca561
) kernel module.
479 $(eval
$(call KernelPackage
,video-gspca-spca561
))
482 define KernelPackage
/video-gspca-sq905
483 TITLE
:=sq905 webcam support
484 KCONFIG
:=CONFIG_USB_GSPCA_SQ905
485 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sq905.ko
486 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sq905
)
487 $(call AddDepends
/video-gspca
)
490 define KernelPackage
/video-gspca-sq905
/description
491 The SQ Technologies SQ905 based USB Camera Driver
(sq905
) kernel module.
494 $(eval
$(call KernelPackage
,video-gspca-sq905
))
497 define KernelPackage
/video-gspca-sq905c
498 TITLE
:=sq905c webcam support
499 KCONFIG
:=CONFIG_USB_GSPCA_SQ905C
500 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sq905c.ko
501 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sq905c
)
502 $(call AddDepends
/video-gspca
)
505 define KernelPackage
/video-gspca-sq905c
/description
506 The SQ Technologies SQ905C based USB Camera Driver
(sq905c
) kernel module.
509 $(eval
$(call KernelPackage
,video-gspca-sq905c
))
512 define KernelPackage
/video-gspca-stk014
513 TITLE
:=stk014 webcam support
514 KCONFIG
:=CONFIG_USB_GSPCA_STK014
515 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_stk014.ko
516 AUTOLOAD
:=$(call AutoLoad
,75,gspca_stk014
)
517 $(call AddDepends
/video-gspca
)
520 define KernelPackage
/video-gspca-stk014
/description
521 The Syntek DV4000
(STK014
) USB Camera Driver
(stk014
) kernel module.
524 $(eval
$(call KernelPackage
,video-gspca-stk014
))
527 define KernelPackage
/video-gspca-sunplus
528 TITLE
:=sunplus webcam support
529 KCONFIG
:=CONFIG_USB_GSPCA_SUNPLUS
530 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sunplus.ko
531 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sunplus
)
532 $(call AddDepends
/video-gspca
)
535 define KernelPackage
/video-gspca-sunplus
/description
536 The SUNPLUS USB Camera Driver
(sunplus
) kernel module.
539 $(eval
$(call KernelPackage
,video-gspca-sunplus
))
542 define KernelPackage
/video-gspca-t613
543 TITLE
:=t613 webcam support
544 KCONFIG
:=CONFIG_USB_GSPCA_T613
545 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_t613.ko
546 AUTOLOAD
:=$(call AutoLoad
,75,gspca_t613
)
547 $(call AddDepends
/video-gspca
)
550 define KernelPackage
/video-gspca-t613
/description
551 The T613
(JPEG Compliance
) USB Camera Driver
(t613
) kernel module.
554 $(eval
$(call KernelPackage
,video-gspca-t613
))
557 define KernelPackage
/video-gspca-tv8532
558 TITLE
:=tv8532 webcam support
559 KCONFIG
:=CONFIG_USB_GSPCA_TV8532
560 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_tv8532.ko
561 AUTOLOAD
:=$(call AutoLoad
,75,gspca_tv8532
)
562 $(call AddDepends
/video-gspca
)
565 define KernelPackage
/video-gspca-tv8532
/description
566 The TV8532 USB Camera Driver
(tv8532
) kernel module.
569 $(eval
$(call KernelPackage
,video-gspca-tv8532
))
572 define KernelPackage
/video-gspca-vc032x
573 TITLE
:=vc032x webcam support
574 KCONFIG
:=CONFIG_USB_GSPCA_VC032X
575 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_vc032x.ko
576 AUTOLOAD
:=$(call AutoLoad
,75,gspca_vc032x
)
577 $(call AddDepends
/video-gspca
)
580 define KernelPackage
/video-gspca-vc032x
/description
581 The VC032X USB Camera Driver
(vc032x
) kernel module.
584 $(eval
$(call KernelPackage
,video-gspca-vc032x
))
587 define KernelPackage
/video-gspca-zc3xx
588 TITLE
:=zc3xx webcam support
589 KCONFIG
:=CONFIG_USB_GSPCA_ZC3XX
590 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_zc3xx.ko
591 AUTOLOAD
:=$(call AutoLoad
,75,gspca_zc3xx
)
592 $(call AddDepends
/video-gspca
)
595 define KernelPackage
/video-gspca-zc3xx
/description
596 The ZC3XX USB Camera Driver
(zc3xx
) kernel module.
599 $(eval
$(call KernelPackage
,video-gspca-zc3xx
))
602 define KernelPackage
/video-gspca-m5602
603 TITLE
:=m5602 webcam support
604 KCONFIG
:=CONFIG_USB_M5602
605 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/m5602
/gspca_m5602.ko
606 AUTOLOAD
:=$(call AutoLoad
,75,gspca_m5602
)
607 $(call AddDepends
/video-gspca
)
610 define KernelPackage
/video-gspca-m5602
/description
611 The ALi USB m5602 Camera Driver
(m5602
) kernel module.
614 $(eval
$(call KernelPackage
,video-gspca-m5602
))
617 define KernelPackage
/video-gspca-stv06xx
618 TITLE
:=stv06xx webcam support
619 KCONFIG
:=CONFIG_USB_STV06XX
620 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/stv06xx
/gspca_stv06xx.ko
621 AUTOLOAD
:=$(call AutoLoad
,75,gspca_stv06xx
)
622 $(call AddDepends
/video-gspca
)
625 define KernelPackage
/video-gspca-stv06xx
/description
626 The STV06XX USB Camera Driver
(stv06xx
) kernel module.
629 $(eval
$(call KernelPackage
,video-gspca-stv06xx
))
632 define KernelPackage
/video-gspca-gl860
633 TITLE
:=gl860 webcam support
634 DEPENDS
:=@LINUX_2_6_32
635 KCONFIG
:=CONFIG_USB_GL860
636 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gl860
/gspca_gl860.ko
637 AUTOLOAD
:=$(call AutoLoad
,75,gspca_gl860
)
638 $(call AddDepends
/video-gspca
)
641 define KernelPackage
/video-gspca-gl800
/description
642 The GL860 USB Camera Driver
(gl860
) kernel module.
645 $(eval
$(call KernelPackage
,video-gspca-gl860
))
648 define KernelPackage
/video-gspca-jeilinj
649 TITLE
:=jeilinj webcam support
650 DEPENDS
:=@LINUX_2_6_32
651 KCONFIG
:=CONFIG_USB_GSPCA_JEILINJ
652 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_jeilinj.ko
653 AUTOLOAD
:=$(call AutoLoad
,75,gspca_jeilinj
)
654 $(call AddDepends
/video-gspca
)
657 define KernelPackage
/video-gspca-jeilinj
/description
658 The JEILINJ USB Camera Driver
(jeilinj
) kernel module.
661 $(eval
$(call KernelPackage
,video-gspca-jeilinj
))