Config.in.multimedia 3.1 KB

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