diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-18 11:22:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-18 11:22:24 +0200 |
commit | dbe0c6f08d44fda9de3323acd076b64ee24ca433 (patch) | |
tree | 8e6efc6b0d338c301c531d03d6803bc7772e862b /target/linux/config | |
parent | ddb21572cd00d26d4a6279cc9d337d48847b6340 (diff) |
fix lemote webcam support, enable v4l1 compat by default
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.multimedia | 19 |
1 files changed, 8 insertions, 11 deletions
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 <http://bytesex.org/v4l/>. -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 |