Em 12-09-2012 04:01, Hans Verkuil escreveu: > Hi Mauro, > > Two drivers, au0828 and cx2341xx depend on the DVB_CAPTURE_DRIVERS config > option, which no longer exists. So au0828 and the DVB part of cx231xx are > no longer built. Should this dependency be removed or was it renamed? Thanks for reporting it! Those dependencies got somewhat renamed, somewhat removed ;) Truly, the logic was simplified. At the usb menu, checking for MEDIA_DIGITAL_TV_SUPPORT is now enough. For hybrid drivers, like the two above, a "depends on DVB_CORE" is enough. So, we can simply drop the dependency for DVB_CAPTURE_DRIVERS, as both already depends on DVB_CORE (and MEDIA_DIGITAL_TV_SUPPORT is a boolean). > Can you take a look at it? Ok, I'll write a patch fixing it. Thanks for reporting it. Regards, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html