mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-12 07:34:08 +08:00
[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>
This commit is contained in:
parent
2aae557e1d
commit
0fd355c8bf
@ -258,6 +258,7 @@ config MEDIA_TUNER_R820T
|
|||||||
tristate "Rafael Micro R820T silicon tuner"
|
tristate "Rafael Micro R820T silicon tuner"
|
||||||
depends on MEDIA_SUPPORT && I2C
|
depends on MEDIA_SUPPORT && I2C
|
||||||
default m if !MEDIA_SUBDRV_AUTOSELECT
|
default m if !MEDIA_SUBDRV_AUTOSELECT
|
||||||
|
select BITREVERSE
|
||||||
help
|
help
|
||||||
Rafael Micro R820T silicon tuner driver.
|
Rafael Micro R820T silicon tuner driver.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user