The patch number 8060 was added via Michael Krufky <[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: Michael Krufky <[EMAIL PROTECTED]> Kconfig: MEDIA_TUNER_CUSTOMIZE should be disabled by default The build option, MEDIA_TUNER_CUSTOMIZE, allows us to disable tuner drivers that would have otherwise been selected by default. This is an advanced customization option that should be disabled by default. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> --- linux/drivers/media/common/tuners/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -r 50be11af3fdb -r d36497a1adec linux/drivers/media/common/tuners/Kconfig --- a/linux/drivers/media/common/tuners/Kconfig Mon Jun 16 18:04:06 2008 -0300 +++ b/linux/drivers/media/common/tuners/Kconfig Tue Jun 17 11:32:08 2008 -0400 @@ -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 --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/d36497a1adec5fb895bbfd6a002eefb355d24a28 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits