Skip to content

Commit 631330a

Browse files
Dominik HacklLinus Torvalds
authored andcommitted
[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>
1 parent f1fc399 commit 631330a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/video/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ config VIDEO_SAA7134
240240
select VIDEO_BUF
241241
select VIDEO_IR
242242
select VIDEO_TUNER
243+
select CRC32
243244
---help---
244245
This is a video4linux driver for Philips SAA7130/7134 based
245246
TV cards.

0 commit comments

Comments
 (0)