summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.multimedia')
-rw-r--r--target/linux/config/Config.in.multimedia19
1 files changed, 11 insertions, 8 deletions
diff --git a/target/linux/config/Config.in.multimedia b/target/linux/config/Config.in.multimedia
index ef10e4832..a67af9a89 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,14 +120,13 @@ 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
+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 || ADK_LINUX_MIPS64_LEMOTE
+ select ADK_KPACKAGE_KMOD_VIDEO_DEV
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_PWC
prompt "kmod-usb-pwc.................... Kernel driver for USB Philips Cameras"
@@ -131,5 +135,4 @@ config ADK_KPACKAGE_KMOD_USB_PWC
default n
help
-#source package/em28xx/Config.in
endmenu