]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
s5k4ecgx: select CRC32 helper
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 Dec 2016 11:41:29 +0000 (09:41 -0200)
committerJiri Slaby <jslaby@suse.cz>
Wed, 15 Feb 2017 10:56:08 +0000 (11:56 +0100)
commit c739c0a7c3c2472d7562b8f802cdce44d2597c8b upstream.

A rare randconfig build failure shows up in this driver when
the CRC32 helper is not there:

drivers/media/built-in.o: In function `s5k4ecgx_s_power':
s5k4ecgx.c:(.text+0x9eb4): undefined reference to `crc32_le'

This adds the 'select' that all other users of this function have.

Fixes: 8b99312b7214 ("[media] Add v4l2 subdev driver for S5K4ECGX sensor")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/media/i2c/Kconfig

index d18be19c96cd3892ea070bf4b48bb32cde4aa817..db62d7ede7fed357cfa6354c3f9a6b8e8e9c375b 100644 (file)
@@ -590,6 +590,7 @@ config VIDEO_S5K6AA
 config VIDEO_S5K4ECGX
         tristate "Samsung S5K4ECGX sensor support"
         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+       select CRC32
         ---help---
           This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
           camera sensor with an embedded SoC image signal processor.