Config.in.multimedia 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. menu "Multimedia devices support"
  2. depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_USB && !ADK_LINUX_CRIS_FOXBOARD
  3. config ADK_KERNEL_SND_TIMER
  4. boolean
  5. default n
  6. config ADK_KERNEL_SND_PCM
  7. boolean
  8. default n
  9. config ADK_KERNEL_SND_HWDEP
  10. boolean
  11. default n
  12. config ADK_KERNEL_SND_MIXER_OSS
  13. boolean
  14. default n
  15. config ADK_KERNEL_SND_PCM_OSS
  16. boolean
  17. default n
  18. config ADK_KPACKAGE_KMOD_SOUND
  19. tristate
  20. default n
  21. help
  22. Basic support for sound.
  23. config ADK_KPACKAGE_KMOD_SND
  24. prompt "kmod-sound-alsa................. ALSA sound support"
  25. select ADK_KPACKAGE_KMOD_SOUND
  26. select ADK_KERNEL_SND_TIMER
  27. select ADK_KERNEL_SND_PCM
  28. select ADK_KERNEL_SND_HWDEP
  29. tristate
  30. default n
  31. help
  32. Basic ALSA sound support.
  33. config ADK_KPACKAGE_KMOD_SND_OSSEMUL
  34. prompt "kmod-sound-alsa-oss-emul........ ALSA OSS Emulation"
  35. depends on ADK_KPACKAGE_KMOD_SND
  36. select ADK_KERNEL_SND_MIXER_OSS
  37. select ADK_KERNEL_SND_PCM_OSS
  38. tristate
  39. default n
  40. help
  41. ALSA OSS Emulation
  42. config ADK_KPACKAGE_KMOD_SND_AC97_CODEC
  43. prompt "kmod-sound-alsa-ac97-codec..... ALSA AC97 codec"
  44. depends on ADK_KPACKAGE_KMOD_SND
  45. tristate
  46. default n
  47. help
  48. ALSA AC97 driver
  49. config ADK_KPACKAGE_KMOD_SND_VIA82XX
  50. prompt "kmod-sound-alsa-via82xx........ ALSA VIA82XX driver"
  51. depends on ADK_KPACKAGE_KMOD_SND
  52. select ADK_KPACKAGE_KMOD_SND_AC97_CODEC
  53. tristate
  54. default n
  55. help
  56. ALSA VIA82XX driver
  57. config ADK_KPACKAGE_KMOD_SND_ENS1370
  58. prompt "kmod-sound-alsa-ens1370........ ALSA Ensoniq 1370 driver"
  59. depends on ADK_KPACKAGE_KMOD_SND
  60. tristate
  61. default n
  62. help
  63. ALSA Ensonique 1370 driver
  64. config ADK_KPACKAGE_KMOD_SND_CS5535AUDIO
  65. prompt "kmod-sound-alsa-cs5535......... ALSA AMD CS5535 driver (ALIX1C)"
  66. depends on ADK_KPACKAGE_KMOD_SND
  67. select ADK_KPACKAGE_KMOD_SND_AC97_CODEC
  68. depends on ADK_LINUX_X86_ALIX1C
  69. tristate
  70. default n
  71. help
  72. ALSA AMD CS5535 driver
  73. config ADK_KPACKAGE_KMOD_VIDEO_DEV
  74. prompt "kmod-videodev................... Video (For Linux) kernel support"
  75. tristate
  76. default n
  77. help
  78. Support for audio/video capture and overlay devices and FM radio
  79. cards. The exact capabilities of each device vary.
  80. This kernel includes support for the new Video for Linux Two API,
  81. (V4L2) as well as the original system. Drivers and applications
  82. need to be rewritten to use V4L2, but drivers for popular cards
  83. and applications for most video capture functions already exist.
  84. Additional info and docs are available on the web at
  85. <http://linuxtv.org>
  86. Documentation for V4L2 is also available on the web at
  87. <http://bytesex.org/v4l/>.
  88. config ADK_KPACKAGE_KMOD_VIDEO_V4L1
  89. prompt "................................ Enable Video For Linux API 1 (DEPRECATED)"
  90. boolean
  91. default n
  92. depends on ADK_KPACKAGE_KMOD_VIDEO_DEV
  93. help
  94. Enables a compatibility API used by most V4L2 devices to allow
  95. its usage with legacy applications that supports only V4L1 api.
  96. config ADK_KPACKAGE_KMOD_USB_PWC
  97. prompt "kmod-usb-pwc.................... Kernel driver for USB Philips Cameras"
  98. tristate
  99. depends on ADK_KPACKAGE_KMOD_USB
  100. default n
  101. help
  102. #source package/em28xx/Config.in
  103. endmenu