[media] media/rc: IR_SONY_DECODER depends on BITREVERSE
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 May 2012 21:22:24 +0000 (18:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 15 May 2012 10:51:10 +0000 (07:51 -0300)
The IR sony decoder is making use of 'bitrev8' that,
in turn, requires BITREVERSE.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/rc/Kconfig

index a3fbb21350e93fbd206da3aacfa38907623fb97c..f97eeb870455a975fc5ee5c0b7135e4eaa084fc7 100644 (file)
@@ -69,6 +69,7 @@ config IR_JVC_DECODER
 config IR_SONY_DECODER
        tristate "Enable IR raw decoder for the Sony protocol"
        depends on RC_CORE
+       select BITREVERSE
        default y
 
        ---help---