diff options
author | Thomas Kaiser <linux-dvb AT kaiser-linux.li> | 2006-04-27 20:45:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:59:46 -0400 |
commit | b8d4c235d50f8512bbc9d67730c24da3309b0307 (patch) | |
tree | 9af461a3b198bfd6856ab510044363b34a7d7be4 /drivers/media/dvb/ttusb-budget/Kconfig | |
parent | 21c2858235a81ce4fa1862432eb0c98d8dbdee1e (diff) |
V4L/DVB (3934): Support new dvb-ttusb-budget boards with stv0297
Added config switch to stv0297 to control i2c STOP during write behaviour.
Update frontend init in dvb-ttusb-budget.
Enable i2c STOP on other users of stv0297.
Signed-off-by: Thomas Kaiser <linux-dvb AT kaiser-linux.li>
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttusb-budget/Kconfig')
-rw-r--r-- | drivers/media/dvb/ttusb-budget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttusb-budget/Kconfig b/drivers/media/dvb/ttusb-budget/Kconfig index d1004e863290..92c7cdcf8981 100644 --- a/drivers/media/dvb/ttusb-budget/Kconfig +++ b/drivers/media/dvb/ttusb-budget/Kconfig | |||
@@ -6,6 +6,7 @@ config DVB_TTUSB_BUDGET | |||
6 | select DVB_VES1820 | 6 | select DVB_VES1820 |
7 | select DVB_TDA8083 | 7 | select DVB_TDA8083 |
8 | select DVB_STV0299 | 8 | select DVB_STV0299 |
9 | select DVB_STV0297 | ||
9 | select DVB_LNBP21 | 10 | select DVB_LNBP21 |
10 | help | 11 | help |
11 | Support for external USB adapters designed by Technotrend and | 12 | Support for external USB adapters designed by Technotrend and |