kernel: video-core depends on i2c-core if i2c-core is selected

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 37421
This commit is contained in:
Jonas Gorski 2013-07-18 20:40:17 +00:00
parent fe1a84ad71
commit 85cf95b73a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ $(eval $(call KernelPackage,fb-cfb-imgblt))
define KernelPackage/video-core
SUBMENU:=$(VIDEO_MENU)
TITLE=Video4Linux support
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT +PACKAGE_kmod-i2c-core:kmod-i2c-core
KCONFIG:= \
CONFIG_MEDIA_SUPPORT=m \
CONFIG_MEDIA_CAMERA_SUPPORT=y \