aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-07-07 19:41:15 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 14:36:32 -0400
commitf9839da0513b4f13a137a07a9362ea5b02897bd7 (patch)
tree0236d1cd2d11fce052347e7fbd63c4fddca7d4f7 /drivers
parent69c271f33b949a7b1cbe6f7f39ce3db9e80997a2 (diff)
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')
-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 40094c007acf..999a8250b3ce 100644
--- a/drivers/media/IR/Kconfig
+++ b/drivers/media/IR/Kconfig
@@ -54,6 +54,7 @@ config IR_RC6_DECODER
54config IR_JVC_DECODER 54config IR_JVC_DECODER
55 tristate "Enable IR raw decoder for the JVC protocol" 55 tristate "Enable IR raw decoder for the JVC protocol"
56 depends on IR_CORE 56 depends on IR_CORE
57 select BITREVERSE
57 default y 58 default y
58 59
59 ---help--- 60 ---help---