linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-media <linux-media@vger.kernel.org>,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	Antti Palosaari <crope@iki.fi>
Subject: [PATCH -next] media:
Date: Mon, 08 Apr 2013 10:47:03 -0700	[thread overview]
Message-ID: <51630297.2040803@infradead.org> (raw)
In-Reply-To: <20130408174343.cc13eb1972470d20d38ecff1@canb.auug.org.au>

From: Randy Dunlap <rdunlap@infradead.org>

Fix randconfig error when USB is not enabled:

ERROR: "usb_control_msg" [drivers/media/common/cypress_firmware.ko] undefined!

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Antti Palosaari <crope@iki.fi>
---
 drivers/media/common/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20130408.orig/drivers/media/common/Kconfig
+++ linux-next-20130408/drivers/media/common/Kconfig
@@ -18,6 +18,7 @@ config VIDEO_TVEEPROM
 
 config CYPRESS_FIRMWARE
 	tristate "Cypress firmware helper routines"
+	depends on USB
 
 source "drivers/media/common/b2c2/Kconfig"
 source "drivers/media/common/saa7146/Kconfig"

  reply	other threads:[~2013-04-08 17:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08  7:43 linux-next: Tree for Apr 8 Stephen Rothwell
2013-04-08 17:47 ` Randy Dunlap [this message]
2013-04-09 18:46   ` [PATCH -next] media: Antti Palosaari
2013-04-16  3:10     ` David Rientjes
2013-04-16  9:12       ` Mauro Carvalho Chehab
2013-04-16 15:33         ` [PATCH -next] staging/media: fix go7007 dependencies and build Randy Dunlap
2013-04-10  8:51 ` linux-next: Tree for Apr 8 Geert Uytterhoeven
2013-04-10  8:53   ` Stephen Rothwell

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=51630297.2040803@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=crope@iki.fi \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mchehab@redhat.com \
    --cc=sfr@canb.auug.org.au \
    /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;
as well as URLs for NNTP newsgroup(s).