diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-03 17:22:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-15 06:51:10 -0400 |
commit | b66d2086c08dac16e6e4cec7642e9e10c4466336 (patch) | |
tree | 75f92de2c16e5a48b43b0c2dc8cfba21762d95ba /drivers/media/rc/Kconfig | |
parent | 60ab5e12879bd15416c05e6b0460689163581164 (diff) |
[media] media/rc: IR_SONY_DECODER depends on BITREVERSE
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>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index a3fbb21350e9..f97eeb870455 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -69,6 +69,7 @@ config IR_JVC_DECODER | |||
69 | config IR_SONY_DECODER | 69 | config IR_SONY_DECODER |
70 | tristate "Enable IR raw decoder for the Sony protocol" | 70 | tristate "Enable IR raw decoder for the Sony protocol" |
71 | depends on RC_CORE | 71 | depends on RC_CORE |
72 | select BITREVERSE | ||
72 | default y | 73 | default y |
73 | 74 | ||
74 | ---help--- | 75 | ---help--- |