summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-04-27 10:10:35 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-27 10:10:35 -0300
commitc9200428724317603727346a1245593378626343 (patch)
tree3cbbe59cc8a525fc9ef46e23e5719cc8ab522db1 /linux/drivers/media
parenta9cae36126fb519c71e57cd93fd8a035e8427478 (diff)
downloadmediapointer-dvb-s2-c9200428724317603727346a1245593378626343.tar.gz
mediapointer-dvb-s2-c9200428724317603727346a1245593378626343.tar.bz2
Git-dvb-Kconfig-fix
From: Andrew Morton <akpm@osdl.org> x86 allmodconfig: Signed-off-by: Andrew Morton <akpm@osdl.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, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig
index 344d83aae..3ff3d6450 100644
--- a/linux/drivers/media/Kconfig
+++ b/linux/drivers/media/Kconfig
@@ -27,7 +27,6 @@ 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
@@ -36,8 +35,8 @@ config VIDEO_V4L1
If you are unsure as to whether this is required, answer Y.
config VIDEO_V4L1_COMPAT
- boolean "Enable Video For Linux API 1 compatible Layer"
- depends on VIDEO_DEV
+ tristate "Enable Video For Linux API 1 compatible Layer"
+ depends on VIDEO_DEV && COMPAT
default y
---help---
This api were developed to be used at Kernel 2.2 and 2.4, but