Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] [for,v3.14] sn9c102: fix build dependency

This driver should only build if MEDIA_USB_SUPPORT is set.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reported-by: Jim Davis <jim.epost@gmail.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
42f8f39e c0ee6273

+1 -1
+1 -1
drivers/staging/media/sn9c102/Kconfig
··· 1 1 config USB_SN9C102 2 2 tristate "USB SN9C1xx PC Camera Controller support (DEPRECATED)" 3 - depends on VIDEO_V4L2 3 + depends on VIDEO_V4L2 && MEDIA_USB_SUPPORT 4 4 ---help--- 5 5 This driver is DEPRECATED, please use the gspca sonixb and 6 6 sonixj modules instead.