Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226348
b: refs/heads/master
c: 58c66df
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 20dde20 commit 03f4495
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f74e3d0eea5fd766230a0ef0d1c24a7960d6f8c2
refs/heads/master: 58c66df3e38ffb1d59cc5162bb9e07c859288034
14 changes: 0 additions & 14 deletions trunk/drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@ config VIDEO_V4L2_COMMON
depends on (I2C || I2C=n) && VIDEO_DEV
default (I2C || I2C=n) && VIDEO_DEV

config VIDEO_ALLOW_V4L1
bool "Enable Video For Linux API 1 (DEPRECATED)"
depends on VIDEO_DEV && VIDEO_V4L2_COMMON
default VIDEO_DEV && VIDEO_V4L2_COMMON
---help---
Enables drivers based on the legacy V4L1 API.

This api were developed to be used at Kernel 2.2 and 2.4, but
lacks support for several video standards. There are several
drivers at kernel that still depends on it.

If you are unsure as to whether this is required, answer Y.


#
# DVB Core
#
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ config VIDEO_V4L2
depends on VIDEO_DEV && VIDEO_V4L2_COMMON
default VIDEO_DEV && VIDEO_V4L2_COMMON

config VIDEO_V4L1
tristate
depends on VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
default VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1

config VIDEOBUF_GEN
tristate

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/se401/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config USB_SE401
tristate "USB SE401 Camera support (DEPRECATED)"
depends on VIDEO_V4L1
depends on VIDEO_DEV && VIDEO_V4L2_COMMON
---help---
Say Y here if you want to connect this type of camera to your
computer's USB port. See <file:Documentation/video4linux/se401.txt>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbvideo/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config VIDEO_USBVIDEO

config USB_VICAM
tristate "USB 3com HomeConnect (aka vicam) support (DEPRECATED)"
depends on VIDEO_V4L1 && EXPERIMENTAL
depends on VIDEO_DEV && VIDEO_V4L2_COMMON
select VIDEO_USBVIDEO
---help---
Say Y here if you have 3com homeconnect camera (vicam).
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/linux/videodev.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include <linux/ioctl.h>
#include <linux/videodev2.h>

#if defined(CONFIG_VIDEO_V4L1) || defined(CONFIG_VIDEO_V4L1_MODULE) || !defined(__KERNEL__)

#define VID_TYPE_CAPTURE 1 /* Can capture */
#define VID_TYPE_TUNER 2 /* Can tune */
#define VID_TYPE_TELETEXT 4 /* Does teletext */
Expand Down Expand Up @@ -311,8 +309,6 @@ struct video_code
#define VID_PLAY_RESET 13
#define VID_PLAY_END_MARK 14

#endif /* CONFIG_VIDEO_V4L1 */

#endif /* __LINUX_VIDEODEV_H */

/*
Expand Down

0 comments on commit 03f4495

Please sign in to comment.