summaryrefslogtreecommitdiff
path: root/drivers/media/tuners/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-04-10 17:22:08 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-13 16:06:58 -0300
commit0fd355c8bf8eaafdcb9617877297e74c43213126 (patch)
tree2c5291d910b0d352cf60fc529fd53631e1d051a0 /drivers/media/tuners/Kconfig
parent2aae557e1d690b401cf9d5abac5015fac26f3f6c (diff)
[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>
Diffstat (limited to 'drivers/media/tuners/Kconfig')
-rw-r--r--drivers/media/tuners/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/tuners/Kconfig b/drivers/media/tuners/Kconfig
index 983510d282f6..db4caf2b4669 100644
--- a/drivers/media/tuners/Kconfig
+++ b/drivers/media/tuners/Kconfig
@@ -258,6 +258,7 @@ config MEDIA_TUNER_R820T
tristate "Rafael Micro R820T silicon tuner"
depends on MEDIA_SUPPORT && I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
+ select BITREVERSE
help
Rafael Micro R820T silicon tuner driver.