diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-11 13:23:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:02:07 -0200 |
commit | cb77d010221e66c63f4a71546fed73be9b12b9a3 (patch) | |
tree | f8a735072c6bf432ae39ad26267477a7a5b5a6e7 /drivers/media/video/em28xx/Kconfig | |
parent | 195a4ef627e110cd468a69fdb973548e6914577a (diff) | |
download | linux-cb77d010221e66c63f4a71546fed73be9b12b9a3.tar.bz2 |
V4L/DVB (6586): Remove some dead code and make drive fully V4L2 compatible
There were some vestiges of an old V4L1 I2C driver that were called by em28xx.
This patch removes this dead code, and replaces videodev.h to videodev2.h
Now, this driver doesn't require V4L1 anymore.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/Kconfig')
-rw-r--r-- | drivers/media/video/em28xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/Kconfig b/drivers/media/video/em28xx/Kconfig index c1127802ad9c..813077b6ef7f 100644 --- a/drivers/media/video/em28xx/Kconfig +++ b/drivers/media/video/em28xx/Kconfig @@ -1,6 +1,6 @@ config VIDEO_EM28XX tristate "Empia EM2800/2820/2840 USB video capture support" - depends on VIDEO_V4L1 && I2C && INPUT + depends on VIDEO_DEV && I2C && INPUT select VIDEO_TUNER select VIDEO_TVEEPROM select VIDEO_IR |