[PATCH] fix Philips SAA7130/7134 TV dependency problem

From: Dominik Hackl
Date: Mon May 16 2005 - 07:54:21 EST




This patch solves 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@xxxxxxxxxxxxx>


diff -pruN linux-2.6.12-rc4.orig/drivers/media/video/Kconfig linux-2.6.12-rc4/drivers/media/video/Kconfig
--- linux-2.6.12-rc4.orig/drivers/media/video/Kconfig 2005-05-15 09:43:44.000000000 +0200
+++ linux-2.6.12-rc4/drivers/media/video/Kconfig 2005-05-15 15:50:49.000000000 +0200
@@ -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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/