X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/257cd3579f01817b1929d78bc2d56d9ae2bdafde..3840d84728da7aabf73ef090b0aeaff5e4e3eb0d:/package/kernel/modules/video.mk diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk index 311e5387c..da19de657 100644 --- a/package/kernel/modules/video.mk +++ b/package/kernel/modules/video.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ VIDEO_MENU:=Video Support define KernelPackage/video-core SUBMENU:=$(VIDEO_MENU) TITLE=Video4Linux support - DEPENDS:= @!TARGET_uml + DEPENDS:=@PCI_SUPPORT||USB_SUPPORT KCONFIG:= \ CONFIG_VIDEO_DEV \ CONFIG_VIDEO_V4L1=y \ @@ -78,6 +78,41 @@ endef $(eval $(call KernelPackage,video-konica)) +define KernelPackage/video-ov511 + SUBMENU:=$(VIDEO_MENU) + TITLE:=OV511 USB webcam support + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core + KCONFIG:=CONFIG_VIDEO_OV511 + FILES:=$(LINUX_DIR)/drivers/media/video/ov511.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,70,ov511) +endef + + +define KernelPackage/video-ov511/description + Kernel modules for supporting OmniVision OV511 USB webcams. +endef + +$(eval $(call KernelPackage,video-ov511)) + + +define KernelPackage/video-ovcamchip + SUBMENU:=$(VIDEO_MENU) + TITLE:=OV6xxx/OV7xxx Camera Chip support + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-i2c-core kmod-video-core + KCONFIG:=CONFIG_VIDEO_OVCAMCHIP + FILES:=$(LINUX_DIR)/drivers/media/video/ovcamchip/ovcamchip.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,70,ovcamchip) +endef + + +define KernelPackage/video-ovcamchip/description + Kernel modules for supporting OmniVision OV6xxx and OV7xxx series of + camera chips. +endef + +$(eval $(call KernelPackage,video-ovcamchip)) + + define KernelPackage/video-pwc SUBMENU:=$(VIDEO_MENU) TITLE:=Philips USB webcam support