[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:
Hans Verkuil 2013-12-24 12:42:19 -03:00 committed by Mauro Carvalho Chehab
parent c0ee62734e
commit 42f8f39e27

View File

@ -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.