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
24 define KernelPackage
/video-core
/2.4
25 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/videodev.ko
26 AUTOLOAD
:=$(call AutoLoad
,60,videodev
)
29 define KernelPackage
/video-core
/2.6
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, \
41 define KernelPackage
/video-core
/description
42 Kernel modules for Video4Linux support
45 $(eval
$(call KernelPackage
,video-core
))
48 define AddDepends
/video
49 SUBMENU
:=$(VIDEO_MENU
)
50 DEPENDS
+=kmod-video-core
$(1)
54 define KernelPackage
/video-cpia2
55 TITLE
:=CPIA2 video driver
56 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
57 KCONFIG
:=CONFIG_VIDEO_CPIA2
58 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/cpia2
/cpia2.ko
59 AUTOLOAD
:=$(call AutoLoad
,70,cpia2
)
60 $(call AddDepends
/video
)
63 define KernelPackage
/video-cpia2
/description
64 Kernel modules for supporting CPIA2 USB based cameras.
67 $(eval
$(call KernelPackage
,video-cpia2
))
70 define KernelPackage
/video-konica
71 TITLE
:=Konica USB webcam support
72 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
73 KCONFIG
:=CONFIG_USB_KONICAWC
74 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/usbvideo
/konicawc.ko
75 AUTOLOAD
:=$(call AutoLoad
,70,konicawc
)
76 $(call AddDepends
/video
)
79 define KernelPackage
/video-konica
/description
80 Kernel support for webcams based on a Konica chipset. This is known to
81 work with the Intel YC76 webcam.
84 $(eval
$(call KernelPackage
,video-konica
))
87 define KernelPackage
/video-ov511
88 TITLE
:=OV511 USB webcam support
89 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
90 KCONFIG
:=CONFIG_VIDEO_OV511
91 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/ov511.ko
92 AUTOLOAD
:=$(call AutoLoad
,70,ov511
)
93 $(call AddDepends
/video
)
97 define KernelPackage
/video-ov511
/description
98 Kernel modules for supporting OmniVision OV511 USB webcams.
101 $(eval
$(call KernelPackage
,video-ov511
))
104 define KernelPackage
/video-ovcamchip
105 TITLE
:=OV6xxx
/OV7xxx Camera Chip support
106 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
107 KCONFIG
:=CONFIG_VIDEO_OVCAMCHIP
108 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/ovcamchip
/ovcamchip.ko
109 AUTOLOAD
:=$(call AutoLoad
,70,ovcamchip
)
110 $(call AddDepends
/video
)
114 define KernelPackage
/video-ovcamchip
/description
115 Kernel modules for supporting OmniVision OV6xxx and OV7xxx series of
119 $(eval
$(call KernelPackage
,video-ovcamchip
))
122 define KernelPackage
/video-sn9c102
123 TITLE
:=SN9C102 Camera Chip support
124 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
125 KCONFIG
:=CONFIG_USB_SN9C102
126 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/sn9c102
/sn9c102.ko
127 AUTOLOAD
:=$(call AutoLoad
,70,gspca_sn9c20x
)
128 $(call AddDepends
/video
)
132 define KernelPackage
/video-sn9c102
/description
133 Kernel modules for supporting SN9C102
137 $(eval
$(call KernelPackage
,video-sn9c102
))
140 define KernelPackage
/video-pwc
141 TITLE
:=Philips USB webcam support
142 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
145 CONFIG_USB_PWC_DEBUG
=n
146 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/pwc
/pwc.ko
147 AUTOLOAD
:=$(call AutoLoad
,70,pwc
)
148 $(call AddDepends
/video
)
152 define KernelPackage
/video-pwc
/description
153 Kernel modules for supporting Philips USB based cameras.
156 $(eval
$(call KernelPackage
,video-pwc
))
158 define KernelPackage
/video-uvc
159 TITLE
:=USB Video Class
(UVC
) support
160 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
161 KCONFIG
:= CONFIG_USB_VIDEO_CLASS
162 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/uvc
/uvcvideo.ko
163 AUTOLOAD
:=$(call AutoLoad
,90,uvcvideo
)
164 $(call AddDepends
/video
)
165 $(call AddDepends
/input
)
169 define KernelPackage
/video-uvc
/description
170 Kernel modules for supporting USB Video Class
(UVC
) devices.
173 $(eval
$(call KernelPackage
,video-uvc
))
176 define KernelPackage
/video-gspca-core
178 TITLE
:=GSPCA webcam core support framework
179 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
180 KCONFIG
:=CONFIG_USB_GSPCA
181 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_main.ko
182 AUTOLOAD
:=$(call AutoLoad
,70,gspca_main
)
183 $(call AddDepends
/video
)
186 define KernelPackage
/video-gspca-core
/description
187 Kernel modules for supporting GSPCA based webcam devices. Note this is just
188 the core of the driver
, please select a submodule that supports your webcam.
191 $(eval
$(call KernelPackage
,video-gspca-core
))
194 define AddDepends
/video-gspca
195 SUBMENU
:=$(VIDEO_MENU
)
196 DEPENDS
+=kmod-video-gspca-core
$(1)
200 define KernelPackage
/video-gspca-conex
201 TITLE
:=conex webcam support
202 KCONFIG
:=CONFIG_USB_GSPCA_CONEX
203 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_conex.ko
204 AUTOLOAD
:=$(call AutoLoad
,75,gspca_conex
)
205 $(call AddDepends
/video-gspca
)
208 define KernelPackage
/video-gspca-conex
/description
209 The Conexant Camera Driver
(conex
) kernel module.
212 $(eval
$(call KernelPackage
,video-gspca-conex
))
215 define KernelPackage
/video-gspca-etoms
216 TITLE
:=etoms webcam support
217 KCONFIG
:=CONFIG_USB_GSPCA_ETOMS
218 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_etoms.ko
219 AUTOLOAD
:=$(call AutoLoad
,75,gspca_etoms
)
220 $(call AddDepends
/video-gspca
)
223 define KernelPackage
/video-gspca-etoms
/description
224 The Etoms USB Camera Driver
(etoms
) kernel module.
227 $(eval
$(call KernelPackage
,video-gspca-etoms
))
230 define KernelPackage
/video-gspca-finepix
231 TITLE
:=finepix webcam support
232 KCONFIG
:=CONFIG_USB_GSPCA_FINEPIX
233 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_finepix.ko
234 AUTOLOAD
:=$(call AutoLoad
,75,gspca_finepix
)
235 $(call AddDepends
/video-gspca
)
238 define KernelPackage
/video-gspca-finepix
/description
239 The Fujifilm FinePix USB V4L2 driver
(finepix
) kernel module.
242 $(eval
$(call KernelPackage
,video-gspca-finepix
))
245 define KernelPackage
/video-gspca-mars
246 TITLE
:=mars webcam support
247 KCONFIG
:=CONFIG_USB_GSPCA_MARS
248 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_mars.ko
249 AUTOLOAD
:=$(call AutoLoad
,75,gspca_mars
)
250 $(call AddDepends
/video-gspca
)
253 define KernelPackage
/video-gspca-mars
/description
254 The Mars USB Camera Driver
(mars
) kernel module.
257 $(eval
$(call KernelPackage
,video-gspca-mars
))
260 define KernelPackage
/video-gspca-mr97310a
261 TITLE
:=mr97310a webcam support
262 KCONFIG
:=CONFIG_USB_GSPCA_MR97310A
263 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_mr97310a.ko
264 AUTOLOAD
:=$(call AutoLoad
,75,gspca_mr97310a
)
265 $(call AddDepends
/video-gspca
)
268 define KernelPackage
/video-gspca-mr97310a
/description
269 The Mars-Semi MR97310A USB Camera Driver
(mr97310a
) kernel module.
272 $(eval
$(call KernelPackage
,video-gspca-mr97310a
))
275 define KernelPackage
/video-gspca-ov519
276 TITLE
:=ov519 webcam support
277 KCONFIG
:=CONFIG_USB_GSPCA_OV519
278 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_ov519.ko
279 AUTOLOAD
:=$(call AutoLoad
,75,gspca_ov519
)
280 $(call AddDepends
/video-gspca
)
283 define KernelPackage
/video-gspca-ov519
/description
284 The OV519 USB Camera Driver
(ov519
) kernel module.
287 $(eval
$(call KernelPackage
,video-gspca-ov519
))
290 define KernelPackage
/video-gspca-ov534
291 TITLE
:=ov534 webcam support
292 KCONFIG
:=CONFIG_USB_GSPCA_OV534
293 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_ov534.ko
294 AUTOLOAD
:=$(call AutoLoad
,75,gspca_ov534
)
295 $(call AddDepends
/video-gspca
)
298 define KernelPackage
/video-gspca-ov534
/description
299 The OV534 USB Camera Driver
(ov534
) kernel module.
302 $(eval
$(call KernelPackage
,video-gspca-ov534
))
305 define KernelPackage
/video-gspca-pac207
306 TITLE
:=pac207 webcam support
307 KCONFIG
:=CONFIG_USB_GSPCA_PAC207
308 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_pac207.ko
309 AUTOLOAD
:=$(call AutoLoad
,75,gspca_pac207
)
310 $(call AddDepends
/video-gspca
)
313 define KernelPackage
/video-gspca-pac207
/description
314 The Pixart PAC207 USB Camera Driver
(pac207
) kernel module.
317 $(eval
$(call KernelPackage
,video-gspca-pac207
))
320 define KernelPackage
/video-gspca-pac7311
321 TITLE
:=pac7311 webcam support
322 KCONFIG
:=CONFIG_USB_GSPCA_PAC7311
323 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_pac7311.ko
324 AUTOLOAD
:=$(call AutoLoad
,75,gspca_pac7311
)
325 $(call AddDepends
/video-gspca
)
328 define KernelPackage
/video-gspca-pac7311
/description
329 The Pixart PAC7311 USB Camera Driver
(pac7311
) kernel module.
332 $(eval
$(call KernelPackage
,video-gspca-pac7311
))
335 define KernelPackage
/video-gspca-sn9c20x
336 TITLE
:=sn9c20x webcam support
337 KCONFIG
:=CONFIG_USB_GSPCA_SN9C20X
338 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sn9c20x.ko
339 AUTOLOAD
:=$(call AutoLoad
,75,sn9c20x
)
340 $(call AddDepends
/video-gspca
)
343 define KernelPackage
/video-gspca-sn9c20x
/description
344 The SN9C20X USB Camera Driver
(sn9c20x
) kernel module.
347 $(eval
$(call KernelPackage
,video-gspca-sn9c20x
))
350 define KernelPackage
/video-gspca-sonixb
351 TITLE
:=sonixb webcam support
352 KCONFIG
:=CONFIG_USB_GSPCA_SONIXB
353 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sonixb.ko
354 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sonixb
)
355 $(call AddDepends
/video-gspca
)
358 define KernelPackage
/video-gspca-sonixb
/description
359 The SONIX Bayer USB Camera Driver
(sonixb
) kernel module.
362 $(eval
$(call KernelPackage
,video-gspca-sonixb
))
365 define KernelPackage
/video-gspca-sonixj
366 TITLE
:=sonixj webcam support
367 KCONFIG
:=CONFIG_USB_GSPCA_SONIXJ
368 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sonixj.ko
369 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sonixj
)
370 $(call AddDepends
/video-gspca
)
373 define KernelPackage
/video-gspca-sonixj
/description
374 The SONIX JPEG USB Camera Driver
(sonixj
) kernel module.
377 $(eval
$(call KernelPackage
,video-gspca-sonixj
))
380 define KernelPackage
/video-gspca-spca500
381 TITLE
:=spca500 webcam support
382 KCONFIG
:=CONFIG_USB_GSPCA_SPCA500
383 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca500.ko
384 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca500
)
385 $(call AddDepends
/video-gspca
)
388 define KernelPackage
/video-gspca-spca500
/description
389 The SPCA500 USB Camera Driver
(spca500
) kernel module.
392 $(eval
$(call KernelPackage
,video-gspca-spca500
))
395 define KernelPackage
/video-gspca-spca501
396 TITLE
:=spca501 webcam support
397 KCONFIG
:=CONFIG_USB_GSPCA_SPCA501
398 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca501.ko
399 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca501
)
400 $(call AddDepends
/video-gspca
)
403 define KernelPackage
/video-gspca-spca501
/description
404 The SPCA501 USB Camera Driver
(spca501
) kernel module.
407 $(eval
$(call KernelPackage
,video-gspca-spca501
))
410 define KernelPackage
/video-gspca-spca505
411 TITLE
:=spca505 webcam support
412 KCONFIG
:=CONFIG_USB_GSPCA_SPCA505
413 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca505.ko
414 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca505
)
415 $(call AddDepends
/video-gspca
)
418 define KernelPackage
/video-gspca-spca505
/description
419 The SPCA505 USB Camera Driver
(spca505
) kernel module.
422 $(eval
$(call KernelPackage
,video-gspca-spca505
))
425 define KernelPackage
/video-gspca-spca506
426 TITLE
:=spca506 webcam support
427 KCONFIG
:=CONFIG_USB_GSPCA_SPCA506
428 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca506.ko
429 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca506
)
430 $(call AddDepends
/video-gspca
)
433 define KernelPackage
/video-gspca-spca506
/description
434 The SPCA506 USB Camera Driver
(spca506
) kernel module.
437 $(eval
$(call KernelPackage
,video-gspca-spca506
))
440 define KernelPackage
/video-gspca-spca508
441 TITLE
:=spca508 webcam support
442 KCONFIG
:=CONFIG_USB_GSPCA_SPCA508
443 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca508.ko
444 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca508
)
445 $(call AddDepends
/video-gspca
)
448 define KernelPackage
/video-gspca-spca508
/description
449 The SPCA508 USB Camera Driver
(spca508
) kernel module.
452 $(eval
$(call KernelPackage
,video-gspca-spca508
))
455 define KernelPackage
/video-gspca-spca561
456 TITLE
:=spca561 webcam support
457 KCONFIG
:=CONFIG_USB_GSPCA_SPCA561
458 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca561.ko
459 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca561
)
460 $(call AddDepends
/video-gspca
)
463 define KernelPackage
/video-gspca-spca561
/description
464 The SPCA561 USB Camera Driver
(spca561
) kernel module.
467 $(eval
$(call KernelPackage
,video-gspca-spca561
))
470 define KernelPackage
/video-gspca-sq905
471 TITLE
:=sq905 webcam support
472 KCONFIG
:=CONFIG_USB_GSPCA_SQ905
473 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sq905.ko
474 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sq905
)
475 $(call AddDepends
/video-gspca
)
478 define KernelPackage
/video-gspca-sq905
/description
479 The SQ Technologies SQ905 based USB Camera Driver
(sq905
) kernel module.
482 $(eval
$(call KernelPackage
,video-gspca-sq905
))
485 define KernelPackage
/video-gspca-sq905c
486 TITLE
:=sq905c webcam support
487 KCONFIG
:=CONFIG_USB_GSPCA_SQ905C
488 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sq905c.ko
489 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sq905c
)
490 $(call AddDepends
/video-gspca
)
493 define KernelPackage
/video-gspca-sq905c
/description
494 The SQ Technologies SQ905C based USB Camera Driver
(sq905c
) kernel module.
497 $(eval
$(call KernelPackage
,video-gspca-sq905c
))
500 define KernelPackage
/video-gspca-stk014
501 TITLE
:=stk014 webcam support
502 KCONFIG
:=CONFIG_USB_GSPCA_STK014
503 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_stk014.ko
504 AUTOLOAD
:=$(call AutoLoad
,75,gspca_stk014
)
505 $(call AddDepends
/video-gspca
)
508 define KernelPackage
/video-gspca-stk014
/description
509 The Syntek DV4000
(STK014
) USB Camera Driver
(stk014
) kernel module.
512 $(eval
$(call KernelPackage
,video-gspca-stk014
))
515 define KernelPackage
/video-gspca-sunplus
516 TITLE
:=sunplus webcam support
517 KCONFIG
:=CONFIG_USB_GSPCA_SUNPLUS
518 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sunplus.ko
519 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sunplus
)
520 $(call AddDepends
/video-gspca
)
523 define KernelPackage
/video-gspca-sunplus
/description
524 The SUNPLUS USB Camera Driver
(sunplus
) kernel module.
527 $(eval
$(call KernelPackage
,video-gspca-sunplus
))
530 define KernelPackage
/video-gspca-t613
531 TITLE
:=t613 webcam support
532 KCONFIG
:=CONFIG_USB_GSPCA_T613
533 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_t613.ko
534 AUTOLOAD
:=$(call AutoLoad
,75,gspca_t613
)
535 $(call AddDepends
/video-gspca
)
538 define KernelPackage
/video-gspca-t613
/description
539 The T613
(JPEG Compliance
) USB Camera Driver
(t613
) kernel module.
542 $(eval
$(call KernelPackage
,video-gspca-t613
))
545 define KernelPackage
/video-gspca-tv8532
546 TITLE
:=tv8532 webcam support
547 KCONFIG
:=CONFIG_USB_GSPCA_TV8532
548 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_tv8532.ko
549 AUTOLOAD
:=$(call AutoLoad
,75,gspca_tv8532
)
550 $(call AddDepends
/video-gspca
)
553 define KernelPackage
/video-gspca-tv8532
/description
554 The TV8532 USB Camera Driver
(tv8532
) kernel module.
557 $(eval
$(call KernelPackage
,video-gspca-tv8532
))
560 define KernelPackage
/video-gspca-vc032x
561 TITLE
:=vc032x webcam support
562 KCONFIG
:=CONFIG_USB_GSPCA_VC032X
563 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_vc032x.ko
564 AUTOLOAD
:=$(call AutoLoad
,75,gspca_vc032x
)
565 $(call AddDepends
/video-gspca
)
568 define KernelPackage
/video-gspca-vc032x
/description
569 The VC032X USB Camera Driver
(vc032x
) kernel module.
572 $(eval
$(call KernelPackage
,video-gspca-vc032x
))
575 define KernelPackage
/video-gspca-zc3xx
576 TITLE
:=zc3xx webcam support
577 KCONFIG
:=CONFIG_USB_GSPCA_ZC3XX
578 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_zc3xx.ko
579 AUTOLOAD
:=$(call AutoLoad
,75,gspca_zc3xx
)
580 $(call AddDepends
/video-gspca
)
583 define KernelPackage
/video-gspca-zc3xx
/description
584 The ZC3XX USB Camera Driver
(zc3xx
) kernel module.
587 $(eval
$(call KernelPackage
,video-gspca-zc3xx
))
590 define KernelPackage
/video-gspca-m5602
591 TITLE
:=m5602 webcam support
592 KCONFIG
:=CONFIG_USB_M5602
593 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/m5602
/gspca_m5602.ko
594 AUTOLOAD
:=$(call AutoLoad
,75,gspca_m5602
)
595 $(call AddDepends
/video-gspca
)
598 define KernelPackage
/video-gspca-m5602
/description
599 The ALi USB m5602 Camera Driver
(m5602
) kernel module.
602 $(eval
$(call KernelPackage
,video-gspca-m5602
))
605 define KernelPackage
/video-gspca-stv06xx
606 TITLE
:=stv06xx webcam support
607 KCONFIG
:=CONFIG_USB_STV06XX
608 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/stv06xx
/gspca_stv06xx.ko
609 AUTOLOAD
:=$(call AutoLoad
,75,gspca_stv06xx
)
610 $(call AddDepends
/video-gspca
)
613 define KernelPackage
/video-gspca-stv06xx
/description
614 The STV06XX USB Camera Driver
(stv06xx
) kernel module.
617 $(eval
$(call KernelPackage
,video-gspca-stv06xx
))
620 define KernelPackage
/video-gspca-gl860
621 TITLE
:=gl860 webcam support
622 DEPENDS
:=@LINUX_2_6_32
623 KCONFIG
:=CONFIG_USB_GL860
624 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gl860
/gspca_gl860.ko
625 AUTOLOAD
:=$(call AutoLoad
,75,gspca_gl860
)
626 $(call AddDepends
/video-gspca
)
629 define KernelPackage
/video-gspca-gl800
/description
630 The GL860 USB Camera Driver
(gl860
) kernel module.
633 $(eval
$(call KernelPackage
,video-gspca-gl860
))
636 define KernelPackage
/video-gspca-jeilinj
637 TITLE
:=jeilinj webcam support
638 DEPENDS
:=@LINUX_2_6_32
639 KCONFIG
:=CONFIG_USB_GSPCA_JEILINJ
640 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_jeilinj.ko
641 AUTOLOAD
:=$(call AutoLoad
,75,gspca_jeilinj
)
642 $(call AddDepends
/video-gspca
)
645 define KernelPackage
/video-gspca-jeilinj
/description
646 The JEILINJ USB Camera Driver
(jeilinj
) kernel module.
649 $(eval
$(call KernelPackage
,video-gspca-jeilinj
))