#
# Copyright (C) 2009 David Cooper <dave@kupesoft.com>
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
$(eval $(call KernelPackage,video-core))
-define KernelPackage/video/Depends
+define AddDepends/video
SUBMENU:=$(VIDEO_MENU)
DEPENDS+=kmod-video-core $(1)
endef
define KernelPackage/video-cpia2
-$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=CPIA2 video driver
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core
KCONFIG:=CONFIG_VIDEO_CPIA2
FILES:=$(LINUX_DIR)/drivers/media/video/cpia2/cpia2.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,cpia2)
+ $(call AddDepends/video)
endef
define KernelPackage/video-cpia2/description
define KernelPackage/video-konica
-$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=Konica USB webcam support
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core
KCONFIG:=CONFIG_USB_KONICAWC
FILES:=$(LINUX_DIR)/drivers/media/video/usbvideo/konicawc.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,konicawc)
+ $(call AddDepends/video)
endef
define KernelPackage/video-konica/description
define KernelPackage/video-ov511
-$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
+$(call AddDepends/video,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=OV511 USB webcam support
KCONFIG:=CONFIG_VIDEO_OV511
FILES:=$(LINUX_DIR)/drivers/media/video/ov511.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,ov511)
+ $(call AddDepends/video)
endef
define KernelPackage/video-ovcamchip
-$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-i2c-core)
+$(call AddDepends/video,@LINUX_2_6 @USB_SUPPORT +kmod-i2c-core)
TITLE:=OV6xxx/OV7xxx Camera Chip support
KCONFIG:=CONFIG_VIDEO_OVCAMCHIP
FILES:=$(LINUX_DIR)/drivers/media/video/ovcamchip/ovcamchip.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,ovcamchip)
+ $(call AddDepends/video)
endef
define KernelPackage/video-sn9c102
-$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
+$(call AddDepends/video,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=SN9C102 Camera Chip support
KCONFIG:=CONFIG_USB_SN9C102
FILES:=$(LINUX_DIR)/drivers/media/video/sn9c102/sn9c102.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,70,sn9c102)
+ AUTOLOAD:=$(call AutoLoad,70,gspca_sn9c20x)
+ $(call AddDepends/video)
endef
define KernelPackage/video-pwc
-$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
+$(call AddDepends/video,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=Philips USB webcam support
KCONFIG:= \
CONFIG_USB_PWC \
CONFIG_USB_PWC_DEBUG=n
FILES:=$(LINUX_DIR)/drivers/media/video/pwc/pwc.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,pwc)
+ $(call AddDepends/video)
endef
$(eval $(call KernelPackage,video-pwc))
define KernelPackage/video-uvc
-$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
+$(call AddDepends/video,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=USB Video Class (UVC) support
KCONFIG:= CONFIG_USB_VIDEO_CLASS
FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,90,uvcvideo)
+ $(call AddDepends/video)
endef
define KernelPackage/video-gspca-core
-$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
MENU:=1
TITLE:=GSPCA webcam core support framework
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core
KCONFIG:=CONFIG_USB_GSPCA
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_main.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,gspca_main)
+ $(call AddDepends/video)
endef
define KernelPackage/video-gspca-core/description
$(eval $(call KernelPackage,video-gspca-core))
-define KernelPackage/video-gspca/Depends
+define AddDepends/video-gspca
SUBMENU:=$(VIDEO_MENU)
DEPENDS+=kmod-video-gspca-core $(1)
endef
define KernelPackage/video-gspca-conex
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=conex webcam support
KCONFIG:=CONFIG_USB_GSPCA_CONEX
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_conex.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_conex)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-conex/description
define KernelPackage/video-gspca-etoms
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=etoms webcam support
KCONFIG:=CONFIG_USB_GSPCA_ETOMS
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_etoms.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_etoms)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-etoms/description
define KernelPackage/video-gspca-finepix
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=finepix webcam support
KCONFIG:=CONFIG_USB_GSPCA_FINEPIX
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_finepix.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_finepix)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-finepix/description
define KernelPackage/video-gspca-mars
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=mars webcam support
KCONFIG:=CONFIG_USB_GSPCA_MARS
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_mars.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_mars)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-mars/description
define KernelPackage/video-gspca-mr97310a
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=mr97310a webcam support
KCONFIG:=CONFIG_USB_GSPCA_MR97310A
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_mr97310a.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_mr97310a)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-mr97310a/description
define KernelPackage/video-gspca-ov519
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=ov519 webcam support
KCONFIG:=CONFIG_USB_GSPCA_OV519
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_ov519.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_ov519)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-ov519/description
define KernelPackage/video-gspca-ov534
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=ov534 webcam support
KCONFIG:=CONFIG_USB_GSPCA_OV534
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_ov534.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_ov534)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-ov534/description
define KernelPackage/video-gspca-pac207
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=pac207 webcam support
KCONFIG:=CONFIG_USB_GSPCA_PAC207
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_pac207.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_pac207)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-pac207/description
define KernelPackage/video-gspca-pac7311
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=pac7311 webcam support
KCONFIG:=CONFIG_USB_GSPCA_PAC7311
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_pac7311.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_pac7311)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-pac7311/description
$(eval $(call KernelPackage,video-gspca-pac7311))
+define KernelPackage/video-gspca-sn9c20x
+ TITLE:=sn9c20x webcam support
+ KCONFIG:=CONFIG_USB_GSPCA_SN9C20X
+ FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_sn9c20x.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,75,sn9c20x)
+ $(call AddDepends/video-gspca)
+endef
+
+define KernelPackage/video-gspca-sn9c20x/description
+ The SN9C20X USB Camera Driver (sn9c20x) kernel module.
+endef
+
+$(eval $(call KernelPackage,video-gspca-sn9c20x))
+
+
define KernelPackage/video-gspca-sonixb
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=sonixb webcam support
KCONFIG:=CONFIG_USB_GSPCA_SONIXB
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_sonixb.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_sonixb)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-sonixb/description
define KernelPackage/video-gspca-sonixj
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=sonixj webcam support
KCONFIG:=CONFIG_USB_GSPCA_SONIXJ
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_sonixj.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_sonixj)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-sonixj/description
define KernelPackage/video-gspca-spca500
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=spca500 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SPCA500
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_spca500.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_spca500)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-spca500/description
define KernelPackage/video-gspca-spca501
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=spca501 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SPCA501
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_spca501.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_spca501)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-spca501/description
define KernelPackage/video-gspca-spca505
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=spca505 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SPCA505
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_spca505.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_spca505)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-spca505/description
define KernelPackage/video-gspca-spca506
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=spca506 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SPCA506
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_spca506.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_spca506)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-spca506/description
define KernelPackage/video-gspca-spca508
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=spca508 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SPCA508
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_spca508.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_spca508)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-spca508/description
define KernelPackage/video-gspca-spca561
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=spca561 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SPCA561
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_spca561.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_spca561)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-spca561/description
define KernelPackage/video-gspca-sq905
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=sq905 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SQ905
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_sq905.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_sq905)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-sq905/description
define KernelPackage/video-gspca-sq905c
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=sq905c webcam support
KCONFIG:=CONFIG_USB_GSPCA_SQ905C
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_sq905c.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_sq905c)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-sq905c/description
define KernelPackage/video-gspca-stk014
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=stk014 webcam support
KCONFIG:=CONFIG_USB_GSPCA_STK014
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_stk014.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_stk014)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-stk014/description
define KernelPackage/video-gspca-sunplus
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=sunplus webcam support
KCONFIG:=CONFIG_USB_GSPCA_SUNPLUS
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_sunplus.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_sunplus)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-sunplus/description
define KernelPackage/video-gspca-t613
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=t613 webcam support
KCONFIG:=CONFIG_USB_GSPCA_T613
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_t613.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_t613)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-t613/description
define KernelPackage/video-gspca-tv8532
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=tv8532 webcam support
KCONFIG:=CONFIG_USB_GSPCA_TV8532
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_tv8532.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_tv8532)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-tv8532/description
define KernelPackage/video-gspca-vc032x
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=vc032x webcam support
KCONFIG:=CONFIG_USB_GSPCA_VC032X
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_vc032x.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_vc032x)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-vc032x/description
define KernelPackage/video-gspca-zc3xx
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=zc3xx webcam support
KCONFIG:=CONFIG_USB_GSPCA_ZC3XX
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_zc3xx.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_zc3xx)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-zc3xx/description
define KernelPackage/video-gspca-m5602
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=m5602 webcam support
KCONFIG:=CONFIG_USB_M5602
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/m5602/gspca_m5602.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_m5602)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-m5602/description
define KernelPackage/video-gspca-stv06xx
-$(call KernelPackage/video-gspca/Depends,)
TITLE:=stv06xx webcam support
KCONFIG:=CONFIG_USB_STV06XX
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/stv06xx/gspca_stv06xx.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_stv06xx)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-stv06xx/description
define KernelPackage/video-gspca-gl860
-$(call KernelPackage/video-gspca/Depends,@LINUX_2_6_32)
TITLE:=gl860 webcam support
+ DEPENDS:=@LINUX_2_6_32
KCONFIG:=CONFIG_USB_GL860
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gl860/gspca_gl860.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_gl860)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-gl800/description
define KernelPackage/video-gspca-jeilinj
-$(call KernelPackage/video-gspca/Depends,@LINUX_2_6_32)
TITLE:=jeilinj webcam support
+ DEPENDS:=@LINUX_2_6_32
KCONFIG:=CONFIG_USB_GSPCA_JEILINJ
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_jeilinj.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,gspca_jeilinj)
+ $(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-jeilinj/description