summaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2012-12-27 17:43:41 +0100
committerMauro Carvalho Chehab2012-12-27 17:47:59 +0100
commit5d92bbe634cc9d768db2b88ca7c303e6799ed5c0 (patch)
treed79b86ecc9d1792e93902835d3c918437316d1cf /drivers/media/Kconfig
parent[media] cx231xx : Add support for Elgato Video Capture V2 (diff)
downloadkernel-qcow2-linux-5d92bbe634cc9d768db2b88ca7c303e6799ed5c0.tar.gz
kernel-qcow2-linux-5d92bbe634cc9d768db2b88ca7c303e6799ed5c0.tar.xz
kernel-qcow2-linux-5d92bbe634cc9d768db2b88ca7c303e6799ed5c0.zip
[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
You may want to disable the network support on embedded devices. If
unsure say Y.
+# This Kconfig option is used by both PCI and USB drivers
+config TTPCI_EEPROM
+ tristate
+ depends on I2C
+ default n
+
source "drivers/media/dvb-core/Kconfig"
comment "Media drivers"