# HG changeset patch # User Igor M. Liplianin # Date 1222309107 -10800 # Node ID 5a8329f6c66c8c9a8852245f473ca577a92c602f # Parent 8de73c0adc5dee549fd7f9d34f80a2ee40ae347e Kconfig dependency fix for DW2002 card with ST STV0288 demodulator. From: Igor M. Liplianin Kconfig dependency fix for DW2002 card with ST STV0288 demodulator. Signed-off-by: Igor M. Liplianin diff -r 8de73c0adc5d -r 5a8329f6c66c linux/drivers/media/dvb/dm1105/Kconfig --- a/linux/drivers/media/dvb/dm1105/Kconfig Thu Sep 25 04:48:53 2008 +0300 +++ b/linux/drivers/media/dvb/dm1105/Kconfig Thu Sep 25 05:18:27 2008 +0300 @@ -3,6 +3,8 @@ depends on DVB_CORE && PCI && I2C select DVB_PLL if !DVB_FE_CUSTOMISE select DVB_STV0299 if !DVB_FE_CUSTOMISE + select DVB_STV0288 if !DVB_FE_CUSTOMISE + select DVB_STB6000 if !DVB_FE_CUSTOMISE select DVB_CX24116 if !DVB_FE_CUSTOMISE select DVB_SI21XX if !DVB_FE_CUSTOMISE help