summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/Kconfig
diff options
context:
space:
mode:
authorManu Abraham <manu@linuxtv.org>2006-05-20 20:17:00 +0400
committerManu Abraham <manu@linuxtv.org>2006-05-20 20:17:00 +0400
commit81e96019c9b528869fe4eb606f5085263ba8ccd0 (patch)
tree10e758054112b54e4a08c0fb7ee05427c4d638df /linux/drivers/media/dvb/Kconfig
parentd334b57f4f49f9f7d78475dd6aa29b1dbaee90fe (diff)
downloadmediapointer-dvb-s2-81e96019c9b528869fe4eb606f5085263ba8ccd0.tar.gz
mediapointer-dvb-s2-81e96019c9b528869fe4eb606f5085263ba8ccd0.tar.bz2
make the bridge devices that depend on I2C dependant on I2C
Ref: Bugzilla 6179, 6589 From: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/Kconfig')
-rw-r--r--linux/drivers/media/dvb/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig
index 3f0ec6be0..a97c8f5e9 100644
--- a/linux/drivers/media/dvb/Kconfig
+++ b/linux/drivers/media/dvb/Kconfig
@@ -22,26 +22,26 @@ config DVB
source "drivers/media/dvb/dvb-core/Kconfig"
comment "Supported SAA7146 based PCI Adapters"
- depends on DVB_CORE && PCI
+ depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/ttpci/Kconfig"
comment "Supported USB Adapters"
- depends on DVB_CORE && USB
+ depends on DVB_CORE && USB && I2C
source "drivers/media/dvb/dvb-usb/Kconfig"
source "drivers/media/dvb/ttusb-budget/Kconfig"
source "drivers/media/dvb/ttusb-dec/Kconfig"
source "drivers/media/dvb/cinergyT2/Kconfig"
comment "Supported FlexCopII (B2C2) Adapters"
- depends on DVB_CORE && (PCI || USB)
+ depends on DVB_CORE && (PCI || USB) && I2C
source "drivers/media/dvb/b2c2/Kconfig"
comment "Supported BT878 Adapters"
- depends on DVB_CORE && PCI
+ depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/bt8xx/Kconfig"
comment "Supported Pluto2 Adapters"
- depends on DVB_CORE && PCI
+ depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/pluto2/Kconfig"
comment "Supported DVB Frontends"