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-pac207
303 TITLE
:=pac207 webcam support
304 KCONFIG
:=CONFIG_USB_GSPCA_PAC207
305 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_pac207.ko
306 AUTOLOAD
:=$(call AutoLoad
,75,gspca_pac207
)
307 $(call AddDepends
/video-gspca
)
310 define KernelPackage
/video-gspca-pac207
/description
311 The Pixart PAC207 USB Camera Driver
(pac207
) kernel module.
314 $(eval
$(call KernelPackage
,video-gspca-pac207
))
317 define KernelPackage
/video-gspca-pac7311
318 TITLE
:=pac7311 webcam support
319 KCONFIG
:=CONFIG_USB_GSPCA_PAC7311
320 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_pac7311.ko
321 AUTOLOAD
:=$(call AutoLoad
,75,gspca_pac7311
)
322 $(call AddDepends
/video-gspca
)
325 define KernelPackage
/video-gspca-pac7311
/description
326 The Pixart PAC7311 USB Camera Driver
(pac7311
) kernel module.
329 $(eval
$(call KernelPackage
,video-gspca-pac7311
))
332 define KernelPackage
/video-gspca-sn9c20x
333 TITLE
:=sn9c20x webcam support
334 KCONFIG
:=CONFIG_USB_GSPCA_SN9C20X
335 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sn9c20x.ko
336 AUTOLOAD
:=$(call AutoLoad
,75,sn9c20x
)
337 $(call AddDepends
/video-gspca
)
340 define KernelPackage
/video-gspca-sn9c20x
/description
341 The SN9C20X USB Camera Driver
(sn9c20x
) kernel module.
344 $(eval
$(call KernelPackage
,video-gspca-sn9c20x
))
347 define KernelPackage
/video-gspca-sonixb
348 TITLE
:=sonixb webcam support
349 KCONFIG
:=CONFIG_USB_GSPCA_SONIXB
350 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sonixb.ko
351 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sonixb
)
352 $(call AddDepends
/video-gspca
)
355 define KernelPackage
/video-gspca-sonixb
/description
356 The SONIX Bayer USB Camera Driver
(sonixb
) kernel module.
359 $(eval
$(call KernelPackage
,video-gspca-sonixb
))
362 define KernelPackage
/video-gspca-sonixj
363 TITLE
:=sonixj webcam support
364 KCONFIG
:=CONFIG_USB_GSPCA_SONIXJ
365 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sonixj.ko
366 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sonixj
)
367 $(call AddDepends
/video-gspca
)
370 define KernelPackage
/video-gspca-sonixj
/description
371 The SONIX JPEG USB Camera Driver
(sonixj
) kernel module.
374 $(eval
$(call KernelPackage
,video-gspca-sonixj
))
377 define KernelPackage
/video-gspca-spca500
378 TITLE
:=spca500 webcam support
379 KCONFIG
:=CONFIG_USB_GSPCA_SPCA500
380 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca500.ko
381 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca500
)
382 $(call AddDepends
/video-gspca
)
385 define KernelPackage
/video-gspca-spca500
/description
386 The SPCA500 USB Camera Driver
(spca500
) kernel module.
389 $(eval
$(call KernelPackage
,video-gspca-spca500
))
392 define KernelPackage
/video-gspca-spca501
393 TITLE
:=spca501 webcam support
394 KCONFIG
:=CONFIG_USB_GSPCA_SPCA501
395 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca501.ko
396 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca501
)
397 $(call AddDepends
/video-gspca
)
400 define KernelPackage
/video-gspca-spca501
/description
401 The SPCA501 USB Camera Driver
(spca501
) kernel module.
404 $(eval
$(call KernelPackage
,video-gspca-spca501
))
407 define KernelPackage
/video-gspca-spca505
408 TITLE
:=spca505 webcam support
409 KCONFIG
:=CONFIG_USB_GSPCA_SPCA505
410 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca505.ko
411 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca505
)
412 $(call AddDepends
/video-gspca
)
415 define KernelPackage
/video-gspca-spca505
/description
416 The SPCA505 USB Camera Driver
(spca505
) kernel module.
419 $(eval
$(call KernelPackage
,video-gspca-spca505
))
422 define KernelPackage
/video-gspca-spca506
423 TITLE
:=spca506 webcam support
424 KCONFIG
:=CONFIG_USB_GSPCA_SPCA506
425 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca506.ko
426 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca506
)
427 $(call AddDepends
/video-gspca
)
430 define KernelPackage
/video-gspca-spca506
/description
431 The SPCA506 USB Camera Driver
(spca506
) kernel module.
434 $(eval
$(call KernelPackage
,video-gspca-spca506
))
437 define KernelPackage
/video-gspca-spca508
438 TITLE
:=spca508 webcam support
439 KCONFIG
:=CONFIG_USB_GSPCA_SPCA508
440 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca508.ko
441 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca508
)
442 $(call AddDepends
/video-gspca
)
445 define KernelPackage
/video-gspca-spca508
/description
446 The SPCA508 USB Camera Driver
(spca508
) kernel module.
449 $(eval
$(call KernelPackage
,video-gspca-spca508
))
452 define KernelPackage
/video-gspca-spca561
453 TITLE
:=spca561 webcam support
454 KCONFIG
:=CONFIG_USB_GSPCA_SPCA561
455 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca561.ko
456 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca561
)
457 $(call AddDepends
/video-gspca
)
460 define KernelPackage
/video-gspca-spca561
/description
461 The SPCA561 USB Camera Driver
(spca561
) kernel module.
464 $(eval
$(call KernelPackage
,video-gspca-spca561
))
467 define KernelPackage
/video-gspca-sq905
468 TITLE
:=sq905 webcam support
469 KCONFIG
:=CONFIG_USB_GSPCA_SQ905
470 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sq905.ko
471 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sq905
)
472 $(call AddDepends
/video-gspca
)
475 define KernelPackage
/video-gspca-sq905
/description
476 The SQ Technologies SQ905 based USB Camera Driver
(sq905
) kernel module.
479 $(eval
$(call KernelPackage
,video-gspca-sq905
))
482 define KernelPackage
/video-gspca-sq905c
483 TITLE
:=sq905c webcam support
484 KCONFIG
:=CONFIG_USB_GSPCA_SQ905C
485 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sq905c.ko
486 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sq905c
)
487 $(call AddDepends
/video-gspca
)
490 define KernelPackage
/video-gspca-sq905c
/description
491 The SQ Technologies SQ905C based USB Camera Driver
(sq905c
) kernel module.
494 $(eval
$(call KernelPackage
,video-gspca-sq905c
))
497 define KernelPackage
/video-gspca-stk014
498 TITLE
:=stk014 webcam support
499 KCONFIG
:=CONFIG_USB_GSPCA_STK014
500 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_stk014.ko
501 AUTOLOAD
:=$(call AutoLoad
,75,gspca_stk014
)
502 $(call AddDepends
/video-gspca
)
505 define KernelPackage
/video-gspca-stk014
/description
506 The Syntek DV4000
(STK014
) USB Camera Driver
(stk014
) kernel module.
509 $(eval
$(call KernelPackage
,video-gspca-stk014
))
512 define KernelPackage
/video-gspca-sunplus
513 TITLE
:=sunplus webcam support
514 KCONFIG
:=CONFIG_USB_GSPCA_SUNPLUS
515 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sunplus.ko
516 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sunplus
)
517 $(call AddDepends
/video-gspca
)
520 define KernelPackage
/video-gspca-sunplus
/description
521 The SUNPLUS USB Camera Driver
(sunplus
) kernel module.
524 $(eval
$(call KernelPackage
,video-gspca-sunplus
))
527 define KernelPackage
/video-gspca-t613
528 TITLE
:=t613 webcam support
529 KCONFIG
:=CONFIG_USB_GSPCA_T613
530 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_t613.ko
531 AUTOLOAD
:=$(call AutoLoad
,75,gspca_t613
)
532 $(call AddDepends
/video-gspca
)
535 define KernelPackage
/video-gspca-t613
/description
536 The T613
(JPEG Compliance
) USB Camera Driver
(t613
) kernel module.
539 $(eval
$(call KernelPackage
,video-gspca-t613
))
542 define KernelPackage
/video-gspca-tv8532
543 TITLE
:=tv8532 webcam support
544 KCONFIG
:=CONFIG_USB_GSPCA_TV8532
545 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_tv8532.ko
546 AUTOLOAD
:=$(call AutoLoad
,75,gspca_tv8532
)
547 $(call AddDepends
/video-gspca
)
550 define KernelPackage
/video-gspca-tv8532
/description
551 The TV8532 USB Camera Driver
(tv8532
) kernel module.
554 $(eval
$(call KernelPackage
,video-gspca-tv8532
))
557 define KernelPackage
/video-gspca-vc032x
558 TITLE
:=vc032x webcam support
559 KCONFIG
:=CONFIG_USB_GSPCA_VC032X
560 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_vc032x.ko
561 AUTOLOAD
:=$(call AutoLoad
,75,gspca_vc032x
)
562 $(call AddDepends
/video-gspca
)
565 define KernelPackage
/video-gspca-vc032x
/description
566 The VC032X USB Camera Driver
(vc032x
) kernel module.
569 $(eval
$(call KernelPackage
,video-gspca-vc032x
))
572 define KernelPackage
/video-gspca-zc3xx
573 TITLE
:=zc3xx webcam support
574 KCONFIG
:=CONFIG_USB_GSPCA_ZC3XX
575 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_zc3xx.ko
576 AUTOLOAD
:=$(call AutoLoad
,75,gspca_zc3xx
)
577 $(call AddDepends
/video-gspca
)
580 define KernelPackage
/video-gspca-zc3xx
/description
581 The ZC3XX USB Camera Driver
(zc3xx
) kernel module.
584 $(eval
$(call KernelPackage
,video-gspca-zc3xx
))
587 define KernelPackage
/video-gspca-m5602
588 TITLE
:=m5602 webcam support
589 KCONFIG
:=CONFIG_USB_M5602
590 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/m5602
/gspca_m5602.ko
591 AUTOLOAD
:=$(call AutoLoad
,75,gspca_m5602
)
592 $(call AddDepends
/video-gspca
)
595 define KernelPackage
/video-gspca-m5602
/description
596 The ALi USB m5602 Camera Driver
(m5602
) kernel module.
599 $(eval
$(call KernelPackage
,video-gspca-m5602
))
602 define KernelPackage
/video-gspca-stv06xx
603 TITLE
:=stv06xx webcam support
604 KCONFIG
:=CONFIG_USB_STV06XX
605 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/stv06xx
/gspca_stv06xx.ko
606 AUTOLOAD
:=$(call AutoLoad
,75,gspca_stv06xx
)
607 $(call AddDepends
/video-gspca
)
610 define KernelPackage
/video-gspca-stv06xx
/description
611 The STV06XX USB Camera Driver
(stv06xx
) kernel module.
614 $(eval
$(call KernelPackage
,video-gspca-stv06xx
))
617 define KernelPackage
/video-gspca-gl860
618 TITLE
:=gl860 webcam support
619 DEPENDS
:=@LINUX_2_6_32
620 KCONFIG
:=CONFIG_USB_GL860
621 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gl860
/gspca_gl860.ko
622 AUTOLOAD
:=$(call AutoLoad
,75,gspca_gl860
)
623 $(call AddDepends
/video-gspca
)
626 define KernelPackage
/video-gspca-gl800
/description
627 The GL860 USB Camera Driver
(gl860
) kernel module.
630 $(eval
$(call KernelPackage
,video-gspca-gl860
))
633 define KernelPackage
/video-gspca-jeilinj
634 TITLE
:=jeilinj webcam support
635 DEPENDS
:=@LINUX_2_6_32
636 KCONFIG
:=CONFIG_USB_GSPCA_JEILINJ
637 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_jeilinj.ko
638 AUTOLOAD
:=$(call AutoLoad
,75,gspca_jeilinj
)
639 $(call AddDepends
/video-gspca
)
642 define KernelPackage
/video-gspca-jeilinj
/description
643 The JEILINJ USB Camera Driver
(jeilinj
) kernel module.
646 $(eval
$(call KernelPackage
,video-gspca-jeilinj
))