From: Arnd Bergmann Date: Fri, 10 Apr 2015 20:22:08 +0000 (-0300) Subject: [media] R820T tuner needs CONFIG_BITREVERSE X-Git-Tag: omap-for-v4.3/legacy-v2-signed~140^2~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd355c8bf8eaafdcb9617877297e74c43213126;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed