Michael Krufky wrote: > I just relalized that my previous email was in slight error..... I need > to add > select DVB_LGDT3302 into the cx88-dvb section of Kconfig. > > Anyhow, back to my previous point... cx88-dvb already had the #ifdef > HAVE_FRONTEND ... I am just renaming this symbol to #ifdef > CONFIG_DVB_FRONTEND But if you add select DVB_LGDT3302 then the #ifdefs are pointless because they will always be true. If you remove the selects, then you should add something like this to the help CX88_DVB text: help you need to select one of the following DVB frontend drivers: mt352, ..., LGDT3302 Good luck with finding out which one is the right one. If in doubt select them all. See where the problem is? Johannes