From: Geert Uytterhoeven Date: Sun, 6 Jul 2014 08:58:41 +0000 (-0300) Subject: [media] staging/solo6x10: SOLO6X10 should select BITREVERSE X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d169e86857c075e0e27b0df6c9cff84f454b4689;p=deliverable%2Flinux.git [media] staging/solo6x10: SOLO6X10 should select BITREVERSE If CONFIG_SOLO6X10=y, but CONFIG_BITREVERSE=m: drivers/built-in.o: In function `solo_osd_print': (.text+0x1c7a1f): undefined reference to `byte_rev_table' make: *** [vmlinux] Error 1 Reported-by: kbuild test robot Signed-off-by: Geert Uytterhoeven Signed-off-by: Ismael Luceno Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/solo6x10/Kconfig b/drivers/staging/media/solo6x10/Kconfig index 6a1906fa1117..1ce2819efcb4 100644 --- a/drivers/staging/media/solo6x10/Kconfig +++ b/drivers/staging/media/solo6x10/Kconfig @@ -1,6 +1,7 @@ config SOLO6X10 tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)" depends on PCI && VIDEO_DEV && SND && I2C + select BITREVERSE select FONT_SUPPORT select FONT_8x16 select VIDEOBUF2_DMA_SG