aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-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 40094c007ac..999a8250b3c 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---