projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c271f
)
V4L/DVB: IR: jvc-decoder needs BITREVERSE
author
Randy Dunlap
<randy.dunlap@oracle.com>
Wed, 7 Jul 2010 23:41:15 +0000
(20:41 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 2 Aug 2010 18:36:32 +0000
(15:36 -0300)
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>
drivers/media/IR/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/IR/Kconfig
b/drivers/media/IR/Kconfig
index 40094c007acfe32388e10bbe29b11980cf5ffd2f..999a8250b3cee372d82e0409621a54ea00da85fe 100644
(file)
--- 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---