The patch number 8062 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Mauro Carvalho Chehab  <[EMAIL PROTECTED]>
merge: http://linuxtv.org/hg/~mkrufky/fix




Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>


---

 linux/drivers/media/common/tuners/Kconfig |    1 +
 linux/drivers/media/video/cx18/Kconfig    |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff -r a61039399bf8 -r 18dc384f4c0b linux/drivers/media/common/tuners/Kconfig
--- a/linux/drivers/media/common/tuners/Kconfig Wed Jun 18 06:27:21 2008 -0300
+++ b/linux/drivers/media/common/tuners/Kconfig Wed Jun 18 06:32:09 2008 -0300
@@ -34,6 +34,7 @@ menuconfig MEDIA_TUNER_CUSTOMIZE
 menuconfig MEDIA_TUNER_CUSTOMIZE
        bool "Customize analog and hybrid tuner modules to build"
        depends on MEDIA_TUNER
+       default n
        help
          This allows the user to deselect tuner drivers unnecessary
          for their hardware from the build. Use this option with care
diff -r a61039399bf8 -r 18dc384f4c0b linux/drivers/media/video/cx18/Kconfig
--- a/linux/drivers/media/video/cx18/Kconfig    Wed Jun 18 06:27:21 2008 -0300
+++ b/linux/drivers/media/video/cx18/Kconfig    Wed Jun 18 06:32:09 2008 -0300
@@ -10,8 +10,8 @@ config VIDEO_CX18
        select VIDEO_TVEEPROM
        select VIDEO_CX2341X
        select VIDEO_CS5345
-       select DVB_S5H1409
-       select MEDIA_TUNER_MXL5005S
+       select DVB_S5H1409 if !DVB_FE_CUSTOMISE
+       select MEDIA_TUNER_MXL5005S if !DVB_FE_CUSTOMISE
        ---help---
          This is a video4linux driver for Conexant cx23418 based
          PCI combo video recorder devices.


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/18dc384f4c0b9697426f6866ebab82f5d45d9a12

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to