[media] ttpci: Fix a missing Kconfig dependency
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 27 Dec 2012 16:43:41 +0000 (14:43 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 27 Dec 2012 16:47:59 +0000 (14:47 -0200)
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>
drivers/media/Kconfig
drivers/media/pci/ttpci/Kconfig

index 4ef0d80b57f412cb32b5da897a71e5cbff4e1d0b..4d9b4c21c1991b186d702f3df15dd04b3d59a955 100644 (file)
@@ -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"
index 314e417addaed8cc1cc25fd5e59b75a7fa7aaf06..0dcb8cd7767698d101860c111f65751c3951461e 100644 (file)
@@ -1,8 +1,3 @@
-config TTPCI_EEPROM
-       tristate
-       depends on I2C
-       default n
-
 config DVB_AV7110
        tristate "AV7110 cards"
        depends on DVB_CORE && PCI && I2C