From: Arnd Bergmann Date: Thu, 5 Jun 2014 20:48:13 +0000 (+0200) Subject: staging: sn9c102 depends on USB X-Git-Tag: v3.17-rc1~123^2~1708 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cfa880069d092fb9bd6a886430264f0e926eb40d;p=uclinux-h8%2Flinux.git staging: sn9c102 depends on USB If the USB code is a loadable module, this driver cannot be built-in. This adds an explicit dependency on CONFIG_USB so that Kconfig can force sn9c102 to be a module in this case. Signed-off-by: Arnd Bergmann Cc: Luca Risolia Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Cc: linux-usb@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/media/sn9c102/Kconfig b/drivers/staging/media/sn9c102/Kconfig index c9aba59258d9..10f586befce3 100644 --- a/drivers/staging/media/sn9c102/Kconfig +++ b/drivers/staging/media/sn9c102/Kconfig @@ -1,6 +1,6 @@ config USB_SN9C102 tristate "USB SN9C1xx PC Camera Controller support (DEPRECATED)" - depends on VIDEO_V4L2 && MEDIA_USB_SUPPORT + depends on VIDEO_V4L2 && MEDIA_USB_SUPPORT && USB ---help--- This driver is DEPRECATED, please use the gspca sonixb and sonixj modules instead.