aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/Kconfig
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2006-05-20 12:17:00 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-05-23 14:56:38 -0400
commit3c2c54910f277f3abd3763dbc64b9dbf8b4479e9 (patch)
tree95fa9d12ef4c7c72e5f26835130a0d33ba9e57a8 /drivers/media/dvb/ttpci/Kconfig
parent9d8a51f80117a9d672b455d60901842ad50aa69f (diff)
V4L/DVB (4037): Make the bridge devices that depend on I2C dependant on I2C
Ref: Bugzilla 6179, 6589 Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/Kconfig')
-rw-r--r--drivers/media/dvb/ttpci/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/dvb/ttpci/Kconfig b/drivers/media/dvb/ttpci/Kconfig
index c26e23291511..b5ac7dfde52f 100644
--- a/drivers/media/dvb/ttpci/Kconfig
+++ b/drivers/media/dvb/ttpci/Kconfig
@@ -1,6 +1,6 @@
1config DVB_AV7110 1config DVB_AV7110
2 tristate "AV7110 cards" 2 tristate "AV7110 cards"
3 depends on DVB_CORE && PCI && VIDEO_V4L1 3 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
4 select FW_LOADER 4 select FW_LOADER
5 select VIDEO_SAA7146_VV 5 select VIDEO_SAA7146_VV
6 select DVB_VES1820 6 select DVB_VES1820
@@ -58,7 +58,7 @@ config DVB_AV7110_OSD
58 58
59config DVB_BUDGET 59config DVB_BUDGET
60 tristate "Budget cards" 60 tristate "Budget cards"
61 depends on DVB_CORE && PCI && VIDEO_V4L1 61 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
62 select VIDEO_SAA7146 62 select VIDEO_SAA7146
63 select DVB_STV0299 63 select DVB_STV0299
64 select DVB_VES1X93 64 select DVB_VES1X93
@@ -79,7 +79,7 @@ config DVB_BUDGET
79 79
80config DVB_BUDGET_CI 80config DVB_BUDGET_CI
81 tristate "Budget cards with onboard CI connector" 81 tristate "Budget cards with onboard CI connector"
82 depends on DVB_CORE && PCI && VIDEO_V4L1 82 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
83 select VIDEO_SAA7146 83 select VIDEO_SAA7146
84 select DVB_STV0297 84 select DVB_STV0297
85 select DVB_STV0299 85 select DVB_STV0299
@@ -99,7 +99,7 @@ config DVB_BUDGET_CI
99 99
100config DVB_BUDGET_AV 100config DVB_BUDGET_AV
101 tristate "Budget cards with analog video inputs" 101 tristate "Budget cards with analog video inputs"
102 depends on DVB_CORE && PCI && VIDEO_V4L1 102 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
103 select VIDEO_SAA7146_VV 103 select VIDEO_SAA7146_VV
104 select DVB_STV0299 104 select DVB_STV0299
105 select DVB_TDA1004X 105 select DVB_TDA1004X