diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-24 05:56:53 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-30 10:59:29 -0500 |
commit | 87d36110191d53e38726d50a9bebd84dbb0053b4 (patch) | |
tree | 883b8582227b9cc2f44a0c77e5e79bfd25c633d8 /target/linux/config/Config.in.multimedia | |
parent | 86ab50a9469ae0b4da052a2323991233dbabee11 (diff) |
rework multimedia kernel support
Diffstat (limited to 'target/linux/config/Config.in.multimedia')
-rw-r--r-- | target/linux/config/Config.in.multimedia | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.multimedia b/target/linux/config/Config.in.multimedia new file mode 100644 index 000000000..0d94df232 --- /dev/null +++ b/target/linux/config/Config.in.multimedia @@ -0,0 +1,78 @@ +menu "Multimedia support" +depends on ADK_TARGET_WITH_USB + +config ADK_KERNEL_MEDIA_SUPPORT + tristate + +config ADK_KERNEL_VIDEO_DEV + bool + +config ADK_KERNEL_VIDEO_V4L2 + bool + select ADK_KERNEL_VIDEO_DEV + +config ADK_KERNEL_MEDIA_USB_SUPPORT + bool + +config ADK_KERNEL_MEDIA_CAMERA_SUPPORT + bool + +config ADK_KERNEL_MEDIA_ANALOG_TV_SUPPORT + bool + +config ADK_KERNEL_MEDIA_DIGITAL_TV_SUPPORT + bool + +menu "DVB card support" + +config ADK_KERNEL_VIDEO_PVRUSB2 + tristate "Hauppauge PVR DVB stick" + select ADK_KERNEL_MEDIA_SUPPORT + select ADK_KERNEL_MEDIA_USB_SUPPORT + select ADK_KERNEL_MEDIA_DIGITAL_TV_SUPPORT + select ADK_KERNEL_MEDIA_ANALOG_TV_SUPPORT + help + Driver for Hauppauge PVR f.e. WinTV-HVR 930C + +endmenu + +menu "Webcam support" + +config ADK_KERNEL_USB_VIDEO_CLASS + tristate "Kernel driver for USB video webcams" + depends on ADK_KERNEL_USB || ADK_TARGET_SYSTEM_LEMOTE_YEELONG + select ADK_KERNEL_MEDIA_SUPPORT + +config ADK_KERNEL_USB_GSPCA + tristate "GSPCA webcam framework" + depends on ADK_TARGET_WITH_USB + select ADK_KERNEL_VIDEO_V4L2 + select ADK_KERNEL_MEDIA_SUPPORT + select ADK_KERNEL_MEDIA_USB_SUPPORT + select ADK_KERNEL_MEDIA_CAMERA_SUPPORT + help + GSPCA webcam framework + +config ADK_KERNEL_USB_GSPCA_PAC207 + tristate "Pixart PAC207 USB Camera Driver" + depends on ADK_KERNEL_USB_GSPCA + help + +config ADK_KERNEL_USB_GSPCA_PAC7311 + tristate "Pixart PAC7311 USB Camera Driver" + depends on ADK_KERNEL_USB_GSPCA + help + +config ADK_KERNEL_USB_GSPCA_SPCA561 + tristate "SPCA561 USB Camera Driver" + depends on ADK_KERNEL_USB_GSPCA + help + +config ADK_KERNEL_USB_PWC + tristate "USB Philips Camera driver" + depends on ADK_TARGET_WITH_USB + default n + help + +endmenu +endmenu |