diff options
author | Hans Verkuil <hansverk@cisco.com> | 2014-02-17 06:52:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-28 18:06:55 -0300 |
commit | d984d325cdf4c1012a037097af4ad02e64b20431 (patch) | |
tree | f9cc2c7872a968f758606277ad9cb6e0f3e92b46 /drivers/media/i2c/Kconfig | |
parent | 08debc1701ae31439f9d72ad497165b72e1b1ba4 (diff) | |
download | linux-stable-d984d325cdf4c1012a037097af4ad02e64b20431.tar.gz linux-stable-d984d325cdf4c1012a037097af4ad02e64b20431.tar.bz2 linux-stable-d984d325cdf4c1012a037097af4ad02e64b20431.zip |
[media] saa6752hs: depends on CRC32
Have saa6752hs select CRC32.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r-- | drivers/media/i2c/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 194caba3ea83..c930be30eb7e 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -668,6 +668,7 @@ comment "Audio/Video compression chips" config VIDEO_SAA6752HS tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" depends on VIDEO_V4L2 && I2C + select CRC32 ---help--- Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 audio encoder with multiplexer. |