From dbe0c6f08d44fda9de3323acd076b64ee24ca433 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Jun 2010 11:22:24 +0200 Subject: fix lemote webcam support, enable v4l1 compat by default --- target/linux/config/Config.in.multimedia | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.multimedia b/target/linux/config/Config.in.multimedia index 75a2b3780..87dc93aa0 100644 --- a/target/linux/config/Config.in.multimedia +++ b/target/linux/config/Config.in.multimedia @@ -1,6 +1,10 @@ menu "Multimedia devices support" depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_USB +config ADK_KERNEL_MEDIA_SUPPORT + boolean + default n + config ADK_KERNEL_SND_AC97_CODEC boolean default n @@ -97,8 +101,9 @@ config ADK_KPACKAGE_KMOD_SND_CS5535AUDIO ALSA AMD CS5535 driver config ADK_KPACKAGE_KMOD_VIDEO_DEV - prompt "kmod-videodev................... Video (For Linux) kernel support" + prompt "kmod-video-dev.................. Video (For Linux) kernel support" tristate + select ADK_KERNEL_MEDIA_SUPPORT default n help Support for audio/video capture and overlay devices and FM radio @@ -115,19 +120,11 @@ config ADK_KPACKAGE_KMOD_VIDEO_DEV Documentation for V4L2 is also available on the web at . -config ADK_KPACKAGE_KMOD_VIDEO_V4L1 - prompt "................................ Enable Video For Linux API 1 (DEPRECATED)" - boolean - default n - depends on ADK_KPACKAGE_KMOD_VIDEO_DEV - help - Enables a compatibility API used by most V4L2 devices to allow - its usage with legacy applications that supports only V4L1 api. - config ADK_KPACKAGE_KMOD_USB_VIDEO_CLASS prompt "kmod-usb-video-class............ Kernel driver for USB video webcams" tristate - depends on ADK_KPACKAGE_KMOD_USB + depends on ADK_KPACKAGE_KMOD_USB || ADK_LINUX_MIPS64_LEMOTE + select ADK_KPACKAGE_KMOD_VIDEO_DEV default n help -- cgit v1.2.3