diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-03-29 21:05:33 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-18 05:52:42 +0200 |
commit | b8e56b6f6e5b6c55d4d375cc9ebd79151b44db58 (patch) | |
tree | f0b96cf0e90ae6910ec9fef4471bfb96292b40e1 /drivers/media/video/Kconfig | |
parent | V4L/DVB: zoran: remove V4L1 videodev.h include (diff) | |
download | linux-b8e56b6f6e5b6c55d4d375cc9ebd79151b44db58.tar.xz linux-b8e56b6f6e5b6c55d4d375cc9ebd79151b44db58.zip |
V4L/DVB: arv: convert to V4L2
Converted this old V4L1 driver to V4L2.
I would like to thank Takeo Takahashi who very kindly tested this
driver for me. Much appreciated!
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Tested-by: Takeo Takahashi <takahashi.takeo@renesas.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 2ed76f97bf6c..fe6771271b2d 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -807,7 +807,7 @@ source "drivers/media/video/saa7164/Kconfig" config VIDEO_M32R_AR tristate "AR devices" - depends on M32R && VIDEO_V4L1 + depends on M32R && VIDEO_V4L2 ---help--- This is a video4linux driver for the Renesas AR (Artificial Retina) camera module. |