aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/Kconfig6
-rw-r--r--drivers/media/pci/ttpci/Kconfig5
2 files changed, 6 insertions, 5 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 4ef0d80b57f4..4d9b4c21c199 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -135,6 +135,12 @@ config DVB_NET
135 You may want to disable the network support on embedded devices. If 135 You may want to disable the network support on embedded devices. If
136 unsure say Y. 136 unsure say Y.
137 137
138# This Kconfig option is used by both PCI and USB drivers
139config TTPCI_EEPROM
140 tristate
141 depends on I2C
142 default n
143
138source "drivers/media/dvb-core/Kconfig" 144source "drivers/media/dvb-core/Kconfig"
139 145
140comment "Media drivers" 146comment "Media drivers"
diff --git a/drivers/media/pci/ttpci/Kconfig b/drivers/media/pci/ttpci/Kconfig
index 314e417addae..0dcb8cd77676 100644
--- a/drivers/media/pci/ttpci/Kconfig
+++ b/drivers/media/pci/ttpci/Kconfig
@@ -1,8 +1,3 @@
1config TTPCI_EEPROM
2 tristate
3 depends on I2C
4 default n
5
6config DVB_AV7110 1config DVB_AV7110
7 tristate "AV7110 cards" 2 tristate "AV7110 cards"
8 depends on DVB_CORE && PCI && I2C 3 depends on DVB_CORE && PCI && I2C