Skip to content
Snippets Groups Projects
Commit 631330af authored by Dominik Hackl's avatar Dominik Hackl Committed by Linus Torvalds
Browse files

[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: default avatarDominik Hackl <dominik@hackl.dhs.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f1fc3990
No related branches found
No related tags found
No related merge requests found
...@@ -240,6 +240,7 @@ config VIDEO_SAA7134 ...@@ -240,6 +240,7 @@ config VIDEO_SAA7134
select VIDEO_BUF select VIDEO_BUF
select VIDEO_IR select VIDEO_IR
select VIDEO_TUNER select VIDEO_TUNER
select CRC32
---help--- ---help---
This is a video4linux driver for Philips SAA7130/7134 based This is a video4linux driver for Philips SAA7130/7134 based
TV cards. TV cards.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment