mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 17:06:24 -04:00
[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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
c0ee62734e
commit
42f8f39e27
@@ -1,6 +1,6 @@
|
||||
config USB_SN9C102
|
||||
tristate "USB SN9C1xx PC Camera Controller support (DEPRECATED)"
|
||||
depends on VIDEO_V4L2
|
||||
depends on VIDEO_V4L2 && MEDIA_USB_SUPPORT
|
||||
---help---
|
||||
This driver is DEPRECATED, please use the gspca sonixb and
|
||||
sonixj modules instead.
|
||||
|
||||
Reference in New Issue
Block a user