diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 12:01:08 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 12:01:08 -0200 |
commit | bbb2775af14dc145fe9434e8e34ebd4cf0c8499c (patch) | |
tree | 4a738302de77021569c2f8ae20c8d9fb77a443a4 /linux/drivers/media/video/bt8xx/Kconfig | |
parent | f91895a0ab0593480380667891cf0be615c1cc85 (diff) | |
download | mediapointer-dvb-s2-bbb2775af14dc145fe9434e8e34ebd4cf0c8499c.tar.gz mediapointer-dvb-s2-bbb2775af14dc145fe9434e8e34ebd4cf0c8499c.tar.bz2 |
Partial conversion from V4L1 to V4L2
From: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
This is part of the old V4L1->V4L2 bttv patch, ported to current tree
by Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
linux/drivers/media/video/bt8xx/Kconfig | 2
linux/drivers/media/video/bt8xx/bttv-driver.c | 663 +++++---------------------
linux/drivers/media/video/bt8xx/bttvp.h | 4
3 files changed, 131 insertions(+), 538 deletions(-)
Diffstat (limited to 'linux/drivers/media/video/bt8xx/Kconfig')
-rw-r--r-- | linux/drivers/media/video/bt8xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/Kconfig b/linux/drivers/media/video/bt8xx/Kconfig index 2ca162b39..ce93312cf 100644 --- a/linux/drivers/media/video/bt8xx/Kconfig +++ b/linux/drivers/media/video/bt8xx/Kconfig @@ -1,6 +1,6 @@ config VIDEO_BT848 tristate "BT848 Video For Linux" - depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L1 + depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 select I2C_ALGOBIT select FW_LOADER select VIDEO_BTCX |