diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-03-29 16:05:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-18 00:52:42 -0300 |
commit | b8e56b6f6e5b6c55d4d375cc9ebd79151b44db58 (patch) | |
tree | f0b96cf0e90ae6910ec9fef4471bfb96292b40e1 /drivers/media/video/Kconfig | |
parent | debff5a79595356b1d10063c5f5a7bcdf1b54bec (diff) | |
download | op-kernel-dev-b8e56b6f6e5b6c55d4d375cc9ebd79151b44db58.zip op-kernel-dev-b8e56b6f6e5b6c55d4d375cc9ebd79151b44db58.tar.gz |
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 2ed76f9..fe67712 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. |