[media] R820T tuner needs CONFIG_BITREVERSE
authorArnd Bergmann <arnd@arndb.de>
Fri, 10 Apr 2015 20:22:08 +0000 (17:22 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 13 May 2015 19:06:58 +0000 (16:06 -0300)
commit0fd355c8bf8eaafdcb9617877297e74c43213126
tree2c5291d910b0d352cf60fc529fd53631e1d051a0
parent2aae557e1d690b401cf9d5abac5015fac26f3f6c
[media] R820T tuner needs CONFIG_BITREVERSE

In a rarely hit randconfig case, the r820t tuner driver can
get built when CONFIG_BITREVERSE is not selected by any
other driver, resulting in this error:

drivers/built-in.o: In function `r820t_read.constprop.3':
:(.text+0xa0594): undefined reference to `byte_rev_table'

For consistency, this adds the 'select BITREVERSE' that
all other similar drivers have.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/tuners/Kconfig