Skip to content

Commit

Permalink
[PATCH] fix Philips SAA7130/7134 TV dependency problem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dominik Hackl authored and Linus Torvalds committed May 17, 2005
1 parent f1fc399 commit 631330a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 631330a

Please sign in to comment.