From: Dan Carpenter <dan.carpenter@oracle.com>
To: Luca Risolia <luca.risolia@studio.unibo.it>,
Jim Davis <jim.epost@gmail.com>
Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org, linux-media@vger.kernel.org,
devel@driverdev.osuosl.org
Subject: [patch] [media] staging: sn9c102: add a USB depend to the Kconfig
Date: Thu, 2 Jan 2014 15:51:17 +0300 [thread overview]
Message-ID: <20140102125117.GA12113@elgon.mountain> (raw)
In-Reply-To: <CA+r1ZhgcNTuymyPdwk7S0B138WNtO-kKiXrEXX2Dd3BpfQWQhg@mail.gmail.com>
This driver won't link without USB support.
Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
diff --git a/drivers/staging/media/sn9c102/Kconfig b/drivers/staging/media/sn9c102/Kconfig
index d8ae2354b626..3ab9c81173da 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
+ depends on USB && VIDEO_V4L2
---help---
This driver is DEPRECATED, please use the gspca sonixb and
sonixj modules instead.
prev parent reply other threads:[~2014-01-02 12:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-24 14:57 randconfig build error with next-20131224, in drivers/staging/media/sn9c102 Jim Davis
2014-01-02 12:51 ` Dan Carpenter [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140102125117.GA12113@elgon.mountain \
--to=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jim.epost@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=luca.risolia@studio.unibo.it \
--cc=m.chehab@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox