diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-12-24 08:33:19 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:17:07 -0500 |
commit | 08af245de0cf6ab5f4ed008ee2bb99273774fce0 (patch) | |
tree | d07a9b38eb4b9442ef0e935063a5f7f40248e19e /drivers/media/Kconfig | |
parent | b69a219e0e97441dbeb0262cf85468b61a161399 (diff) |
[media] V4L: remove V4L1 compatibility mode
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index c21dfc28482e..9ea1a6d70f0a 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -53,21 +53,6 @@ config VIDEO_ALLOW_V4L1 | |||
53 | 53 | ||
54 | If you are unsure as to whether this is required, answer Y. | 54 | If you are unsure as to whether this is required, answer Y. |
55 | 55 | ||
56 | config VIDEO_V4L1_COMPAT | ||
57 | bool "Enable Video For Linux API 1 compatible Layer" if !VIDEO_ALLOW_V4L1 | ||
58 | depends on VIDEO_DEV | ||
59 | default y | ||
60 | ---help--- | ||
61 | Enables a compatibility API used by most V4L2 devices to allow | ||
62 | its usage with legacy applications that supports only V4L1 api. | ||
63 | |||
64 | Documentation for the original API is included in the file | ||
65 | <Documentation/video4linux/API.html>. | ||
66 | |||
67 | User tools for this are available from | ||
68 | <ftp://ftp.uk.linux.org/pub/linux/video4linux/>. | ||
69 | |||
70 | If you are unsure as to whether this is required, answer Y. | ||
71 | 56 | ||
72 | # | 57 | # |
73 | # DVB Core | 58 | # DVB Core |