From: "H. Peter Anvin" <hpa@linux.intel.com>
To: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: linux-media@vger.kernel.org, hpa@zytor.com,
"H. Peter Anvin" <hpa@linux.intel.com>,
"David Härdeman" <david@hardeman.nu>,
"Mauro Carvalho Chehab" <mchehab@redhat.com>
Subject: [PATCH] V4L/DVB: ir-code: Add missing "select BITREVERSE"
Date: Tue, 3 Aug 2010 11:18:28 -0700 [thread overview]
Message-ID: <1280859508-25357-1-git-send-email-hpa@linux.intel.com> (raw)
The Sony and JVC IR drivers use bitreverse but don't properly encode
the dependency.
Found by randconfig builds.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: David Härdeman <david@hardeman.nu>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
---
drivers/media/IR/Kconfig | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
index d22a8ec..6cd93b4 100644
--- a/drivers/media/IR/Kconfig
+++ b/drivers/media/IR/Kconfig
@@ -42,6 +42,7 @@ config IR_RC6_DECODER
config IR_JVC_DECODER
tristate "Enable IR raw decoder for the JVC protocol"
depends on IR_CORE
+ select BITREVERSE
default y
---help---
@@ -51,6 +52,7 @@ config IR_JVC_DECODER
config IR_SONY_DECODER
tristate "Enable IR raw decoder for the Sony protocol"
depends on IR_CORE
+ select BITREVERSE
default y
---help---
--
1.7.2
next reply other threads:[~2010-08-03 18:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-03 18:18 H. Peter Anvin [this message]
2010-08-03 18:28 ` [PATCH] V4L/DVB: ir-code: Add missing "select BITREVERSE" Randy Dunlap
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=1280859508-25357-1-git-send-email-hpa@linux.intel.com \
--to=hpa@linux.intel.com \
--cc=david@hardeman.nu \
--cc=hpa@zytor.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=mchehab@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.