diff options
author | Hans Verkuil <hansverk@cisco.com> | 2014-02-17 04:52:06 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-28 17:06:55 -0400 |
commit | d984d325cdf4c1012a037097af4ad02e64b20431 (patch) | |
tree | f9cc2c7872a968f758606277ad9cb6e0f3e92b46 /drivers/media | |
parent | 08debc1701ae31439f9d72ad497165b72e1b1ba4 (diff) |
[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')
-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" | |||
668 | config VIDEO_SAA6752HS | 668 | config VIDEO_SAA6752HS |
669 | tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" | 669 | tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" |
670 | depends on VIDEO_V4L2 && I2C | 670 | depends on VIDEO_V4L2 && I2C |
671 | select CRC32 | ||
671 | ---help--- | 672 | ---help--- |
672 | Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 | 673 | Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 |
673 | audio encoder with multiplexer. | 674 | audio encoder with multiplexer. |