diff options
author | Dominik Hackl <dominik@hackl.dhs.org> | 2005-05-17 06:53:45 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 16:59:19 +0200 |
commit | 631330afdf9d29fe84526653674e8e061389d8f6 (patch) | |
tree | 0e15f009aaa45bb3bca01f63ffd03b8a63468202 | |
parent | [PATCH] serial_cs device identification fix (diff) | |
download | linux-631330afdf9d29fe84526653674e8e061389d8f6.tar.xz linux-631330afdf9d29fe84526653674e8e061389d8f6.zip |
[PATCH] fix Philips SAA7130/7134 TV dependency problem
Solve a dependency-problem related to the SAA7130/7134 TV-card driver. The
driver won't compile with CRC32 disabled, so I added it to the select list.
Signed-off-by: Dominik Hackl <dominik@hackl.dhs.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/media/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index d3dd4228b72d..6c05fddb69ab 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -240,6 +240,7 @@ config VIDEO_SAA7134 select VIDEO_BUF select VIDEO_IR select VIDEO_TUNER + select CRC32 ---help--- This is a video4linux driver for Philips SAA7130/7134 based TV cards. |