summaryrefslogtreecommitdiff
path: root/drivers/media/IR
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-07-07 23:41:15 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 18:36:32 (GMT)
commitf9839da0513b4f13a137a07a9362ea5b02897bd7 (patch)
tree0236d1cd2d11fce052347e7fbd63c4fddca7d4f7 /drivers/media/IR
parent69c271f33b949a7b1cbe6f7f39ce3db9e80997a2 (diff)
downloadlinux-fsl-qoriq-f9839da0513b4f13a137a07a9362ea5b02897bd7.tar.xz
V4L/DVB: IR: jvc-decoder needs BITREVERSE
ir-jvc-decoder uses bitreverse interfaces, so it should select BITREVERSE. ir-jvc-decoder.c:(.text+0x550bc): undefined reference to `byte_rev_table' ir-jvc-decoder.c:(.text+0x550c6): undefined reference to `byte_rev_table' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR')
-rw-r--r--drivers/media/IR/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
index 40094c0..999a825 100644
--- a/drivers/media/IR/Kconfig
+++ b/drivers/media/IR/Kconfig
@@ -54,6 +54,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---