Skip to content
Snippets Groups Projects
Commit 5ea51dd9 authored by blogic's avatar blogic
Browse files

brcm2708: add kmod-video-bcm2835 support


This adds BCM2835 camera interface driver as a kernel module.

Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46460 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 5f2ccc84
No related branches found
No related tags found
No related merge requests found
......@@ -140,3 +140,20 @@ define KernelPackage/i2c-bcm2835/description
endef
$(eval $(call KernelPackage,i2c-bcm2835))
define KernelPackage/video-bcm2835
TITLE:=Broadcom BCM2835 camera interface driver
KCONFIG:= \
CONFIG_VIDEO_BCM2835=y \
CONFIG_VIDEO_BCM2835_MMAL
FILES:= $(LINUX_DIR)/drivers/media/platform/bcm2835/bcm2835-v4l2.ko
AUTOLOAD:=$(call AutoLoad,65,bcm2835-v4l2)
$(call AddDepends/video,@TARGET_brcm2708 +kmod-video-videobuf2)
endef
define KernelPackage/video-bcm2835/description
This is a V4L2 driver for the Broadcom 2835 MMAL camera host interface
endef
$(eval $(call KernelPackage,video-bcm2835))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment