From: Andrew Morton x86 allmodconfig: WARNING: "v4l_compat_translate_ioctl" [drivers/media/video/vivi.ko] undefined! WARNING: "v4l_compat_translate_ioctl" [drivers/media/video/saa7134/saa7134.ko] undefined! WARNING: "v4l_compat_translate_ioctl" [drivers/media/video/em28xx/em28xx.ko] undefined! WARNING: "v4l_compat_translate_ioctl" [drivers/media/video/cx88/cx8800.ko] undefined! WARNING: "v4l_compat_translate_ioctl" [drivers/media/common/saa7146_vv.ko] undefined! Cc: Mauro Carvalho Chehab Signed-off-by: Andrew Morton --- drivers/media/Kconfig | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff -puN drivers/media/Kconfig~git-dvb-Kconfig-fix drivers/media/Kconfig --- 25/drivers/media/Kconfig~git-dvb-Kconfig-fix 2006-04-26 22:21:40.000000000 -0700 +++ 25-akpm/drivers/media/Kconfig 2006-04-26 23:06:03.000000000 -0700 @@ -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 _