diff options
Diffstat (limited to 'drivers/media/IR')
-rw-r--r-- | drivers/media/IR/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index b45f3bc4a7b1..d22a8ec523fc 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig | |||
@@ -23,6 +23,7 @@ config IR_NEC_DECODER | |||
23 | config IR_RC5_DECODER | 23 | config IR_RC5_DECODER |
24 | tristate "Enable IR raw decoder for the RC-5 protocol" | 24 | tristate "Enable IR raw decoder for the RC-5 protocol" |
25 | depends on IR_CORE | 25 | depends on IR_CORE |
26 | select BITREVERSE | ||
26 | default y | 27 | default y |
27 | 28 | ||
28 | ---help--- | 29 | ---help--- |