summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-04-27 17:10:50 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-27 17:10:50 -0300
commitb752601577f8dcc225f1e4d3a18d51851baef713 (patch)
tree752d4ba2ecfff46044d7e8682f88d0407fa743fb /linux/drivers/media
parentedde0f5e0f83c7ce443153eb57353529b042383e (diff)
downloadmediapointer-dvb-s2-b752601577f8dcc225f1e4d3a18d51851baef713.tar.gz
mediapointer-dvb-s2-b752601577f8dcc225f1e4d3a18d51851baef713.tar.bz2
Patch reverted since it is broken.
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig
index 3ff3d6450..344d83aae 100644
--- a/linux/drivers/media/Kconfig
+++ b/linux/drivers/media/Kconfig
@@ -27,6 +27,7 @@ config VIDEO_DEV
config VIDEO_V4L1
boolean "Enable Video For Linux API 1 (DEPRECATED)"
depends on VIDEO_DEV
+ select VIDEO_V4L1_COMPAT
default y
---help---
Enables a compatibility API used by most V4L2 devices to allow
@@ -35,8 +36,8 @@ config VIDEO_V4L1
If you are unsure as to whether this is required, answer Y.
config VIDEO_V4L1_COMPAT
- tristate "Enable Video For Linux API 1 compatible Layer"
- depends on VIDEO_DEV && COMPAT
+ boolean "Enable Video For Linux API 1 compatible Layer"
+ depends on VIDEO_DEV
default y
---help---
This api were developed to be used at Kernel 2.2 and 2.4, but