aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-12-27 11:43:41 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-27 11:47:59 -0500
commit5d92bbe634cc9d768db2b88ca7c303e6799ed5c0 (patch)
treed79b86ecc9d1792e93902835d3c918437316d1cf /drivers/media/Kconfig
parent68c97bf39ad853063876f4a8449009c1620d972a (diff)
[media] ttpci: Fix a missing Kconfig dependency
Fix a Kconfig warning that appears with allmodconfig on arm: warning: (DVB_USB_PCTV452E) selects TTPCI_EEPROM which has unmet direct dependencies (MEDIA_SUPPORT && MEDIA_PCI_SUPPORT && MEDIA_DIGITAL_TV_SUPPORT && I2C) Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig6
1 files changed, 6 insertions, 0 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"