Config.in.multimedia 2.9 KB

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