Config.in.multimedia 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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_CS5535AUDIO
  57. prompt "kmod-sound-alsa-cs5535......... ALSA AMD CS5535 driver (ALIX1C)"
  58. depends on ADK_KPACKAGE_KMOD_SND
  59. select ADK_KPACKAGE_KMOD_SND_AC97_CODEC
  60. depends on ADK_LINUX_X86_ALIX1C
  61. tristate
  62. default n
  63. help
  64. ALSA AMD CS5535 driver
  65. config ADK_KPACKAGE_KMOD_VIDEO_DEV
  66. prompt "kmod-videodev................... Video (For Linux) kernel support"
  67. tristate
  68. default n
  69. help
  70. Support for audio/video capture and overlay devices and FM radio
  71. cards. The exact capabilities of each device vary.
  72. This kernel includes support for the new Video for Linux Two API,
  73. (V4L2) as well as the original system. Drivers and applications
  74. need to be rewritten to use V4L2, but drivers for popular cards
  75. and applications for most video capture functions already exist.
  76. Additional info and docs are available on the web at
  77. <http://linuxtv.org>
  78. Documentation for V4L2 is also available on the web at
  79. <http://bytesex.org/v4l/>.
  80. config ADK_KPACKAGE_KMOD_VIDEO_V4L1
  81. prompt "................................ Enable Video For Linux API 1 (DEPRECATED)"
  82. boolean
  83. default n
  84. depends on ADK_KPACKAGE_KMOD_VIDEO_DEV
  85. help
  86. Enables a compatibility API used by most V4L2 devices to allow
  87. its usage with legacy applications that supports only V4L1 api.
  88. config ADK_KPACKAGE_KMOD_USB_PWC
  89. prompt "kmod-usb-pwc.................... Kernel driver for USB Philips Cameras"
  90. tristate
  91. depends on ADK_KPACKAGE_KMOD_USB
  92. default n
  93. help
  94. #source package/em28xx/Config.in
  95. endmenu