From b752601577f8dcc225f1e4d3a18d51851baef713 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 27 Apr 2006 17:10:50 -0300 Subject: Patch reverted since it is broken. From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media') 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 -- cgit v1.2.3