| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 | menu "Multimedia devices support"depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_USBconfig ADK_KERNEL_SND_TIMER	boolean	default nconfig ADK_KERNEL_SND_PCM	boolean	default nconfig ADK_KERNEL_SND_HWDEP	boolean	default nconfig ADK_KERNEL_SND_MIXER_OSS	boolean	default nconfig ADK_KERNEL_SND_PCM_OSS	boolean	default nconfig ADK_KPACKAGE_KMOD_SOUND	tristate	default n	help	  Basic support for sound.config ADK_KPACKAGE_KMOD_SND	prompt "kmod-sound-alsa................. ALSA sound support"	select ADK_KPACKAGE_KMOD_SOUND	select ADK_KERNEL_SND_TIMER	select ADK_KERNEL_SND_PCM	select ADK_KERNEL_SND_HWDEP	tristate	default n	help	 Basic ALSA sound support.config ADK_KPACKAGE_KMOD_SND_OSSEMUL	prompt "kmod-sound-alsa-oss-emul........ ALSA OSS Emulation"	depends on ADK_KPACKAGE_KMOD_SND	select ADK_KERNEL_SND_MIXER_OSS	select ADK_KERNEL_SND_PCM_OSS	tristate	default n	help	 ALSA OSS Emulationconfig ADK_KPACKAGE_KMOD_SND_AC97_CODEC	prompt "kmod-sound-alsa-ac97-codec..... ALSA AC97 codec"	depends on ADK_KPACKAGE_KMOD_SND	tristate	default n	help	 ALSA AC97 driverconfig ADK_KPACKAGE_KMOD_SND_VIA82XX	prompt "kmod-sound-alsa-via82xx........ ALSA VIA82XX driver"	depends on ADK_KPACKAGE_KMOD_SND	select ADK_KPACKAGE_KMOD_SND_AC97_CODEC	tristate	default n	help	 ALSA VIA82XX driverconfig ADK_KPACKAGE_KMOD_SND_ENS1370	prompt "kmod-sound-alsa-ens1370........ ALSA Ensoniq 1370 driver"	depends on ADK_KPACKAGE_KMOD_SND	tristate	default n	help	 ALSA Ensonique 1370 driverconfig ADK_KPACKAGE_KMOD_SND_CS5535AUDIO	prompt "kmod-sound-alsa-cs5535......... ALSA AMD CS5535 driver (ALIX1C)"	depends on ADK_KPACKAGE_KMOD_SND	select ADK_KPACKAGE_KMOD_SND_AC97_CODEC	depends on ADK_LINUX_X86_ALIX1C	tristate	default n	help	 ALSA AMD CS5535 driverconfig ADK_KPACKAGE_KMOD_VIDEO_DEV	prompt "kmod-videodev................... Video (For Linux) kernel support"	tristate	default n	help	  Support for audio/video capture and overlay devices and FM radio	  cards. The exact capabilities of each device vary.	  This kernel includes support for the new Video for Linux Two API,	  (V4L2) as well as the original system. Drivers and applications	  need to be rewritten to use V4L2, but drivers for popular cards	  and applications for most video capture functions already exist.	  Additional info and docs are available on the web at	  <http://linuxtv.org>	  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_PWC	prompt "kmod-usb-pwc.................... Kernel driver for USB Philips Cameras"	tristate	depends on ADK_KPACKAGE_KMOD_USB	default n	help#source package/em28xx/Config.inendmenu
 |