summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-02-06 08:03:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-02-08 16:12:29 -0200
commita393edad2a1d5a53918bfb5ac1608fb8d17068dc (patch)
tree316a5731ecc2e3cdd631c3da6a2b324dfb19ec5b /drivers/media/common/Kconfig
parentf1c50f2489f40494658a6b7326bd6d5a26f72711 (diff)
downloadlinux-a393edad2a1d5a53918bfb5ac1608fb8d17068dc.tar.bz2
[media] tveeprom: move from media/i2c to media/common
The tveeprom module is a helper module for Hauppauge-based eeproms. It's used by many drivers and the i2c part is actually optional, so this driver is better placed in the media/common directory. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/Kconfig')
-rw-r--r--drivers/media/common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig
index 28c8a602e7ef..56c25e6299e9 100644
--- a/drivers/media/common/Kconfig
+++ b/drivers/media/common/Kconfig
@@ -12,6 +12,10 @@ config VIDEO_BTCX
depends on PCI
tristate
+config VIDEO_TVEEPROM
+ tristate
+ depends on I2C
+
source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
source "drivers/media/common/siano/Kconfig"