diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-06 11:03:41 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-08 18:12:29 (GMT) |
commit | a393edad2a1d5a53918bfb5ac1608fb8d17068dc (patch) | |
tree | 316a5731ecc2e3cdd631c3da6a2b324dfb19ec5b /drivers/media/i2c/Kconfig | |
parent | f1c50f2489f40494658a6b7326bd6d5a26f72711 (diff) | |
download | linux-fsl-qoriq-a393edad2a1d5a53918bfb5ac1608fb8d17068dc.tar.xz |
[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/i2c/Kconfig')
-rw-r--r-- | drivers/media/i2c/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index cd2b171..7b771ba 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -1,12 +1,4 @@ # -# Generic video config states -# - -config VIDEO_TVEEPROM - tristate - depends on I2C - -# # Multimedia Video device configuration # |