Kconfig 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. menu "HD-Audio"
  2. config SND_HDA
  3. tristate
  4. select SND_PCM
  5. select SND_VMASTER
  6. select SND_JACK
  7. select SND_HDA_CORE
  8. config SND_HDA_INTEL
  9. tristate "HD Audio PCI"
  10. depends on SND_PCI
  11. select SND_HDA
  12. help
  13. Say Y here to include support for Intel "High Definition
  14. Audio" (Azalia) and its compatible devices.
  15. This option enables the HD-audio controller. Don't forget
  16. to choose the appropriate codec options below.
  17. To compile this driver as a module, choose M here: the module
  18. will be called snd-hda-intel.
  19. config SND_HDA_TEGRA
  20. tristate "NVIDIA Tegra HD Audio"
  21. depends on ARCH_TEGRA
  22. select SND_HDA
  23. help
  24. Say Y here to support the HDA controller present in NVIDIA
  25. Tegra SoCs
  26. This options enables support for the HD Audio controller
  27. present in some NVIDIA Tegra SoCs, used to communicate audio
  28. to the HDMI output.
  29. To compile this driver as a module, choose M here: the module
  30. will be called snd-hda-tegra.
  31. if SND_HDA
  32. config SND_HDA_HWDEP
  33. bool "Build hwdep interface for HD-audio driver"
  34. select SND_HWDEP
  35. help
  36. Say Y here to build a hwdep interface for HD-audio driver.
  37. This interface can be used for out-of-band communication
  38. with codecs for debugging purposes.
  39. config SND_HDA_RECONFIG
  40. bool "Allow dynamic codec reconfiguration"
  41. help
  42. Say Y here to enable the HD-audio codec re-configuration feature.
  43. It allows user to clear the whole codec configuration, change the
  44. codec setup, add extra verbs, and re-configure the codec dynamically.
  45. Note that this item alone doesn't provide the sysfs interface, but
  46. enables the feature just for the patch loader below.
  47. If you need the traditional sysfs entries for the manual interaction,
  48. turn on CONFIG_SND_HDA_HWDEP as well.
  49. config SND_HDA_INPUT_BEEP
  50. bool "Support digital beep via input layer"
  51. depends on INPUT=y || INPUT=SND_HDA
  52. help
  53. Say Y here to build a digital beep interface for HD-audio
  54. driver. This interface is used to generate digital beeps.
  55. config SND_HDA_INPUT_BEEP_MODE
  56. int "Digital beep registration mode (0=off, 1=on)"
  57. depends on SND_HDA_INPUT_BEEP=y
  58. default "1"
  59. range 0 1
  60. help
  61. Set 0 to disable the digital beep interface for HD-audio by default.
  62. Set 1 to always enable the digital beep interface for HD-audio by
  63. default.
  64. config SND_HDA_PATCH_LOADER
  65. bool "Support initialization patch loading for HD-audio"
  66. select FW_LOADER
  67. select SND_HDA_RECONFIG
  68. help
  69. Say Y here to allow the HD-audio driver to load a pseudo
  70. firmware file ("patch") for overriding the BIOS setup at
  71. start up. The "patch" file can be specified via patch module
  72. option, such as patch=hda-init.
  73. config SND_HDA_CODEC_REALTEK
  74. tristate "Build Realtek HD-audio codec support"
  75. select SND_HDA_GENERIC
  76. select INPUT
  77. help
  78. Say Y or M here to include Realtek HD-audio codec support in
  79. snd-hda-intel driver, such as ALC880.
  80. comment "Set to Y if you want auto-loading the codec driver"
  81. depends on SND_HDA=y && SND_HDA_CODEC_REALTEK=m
  82. config SND_HDA_CODEC_ANALOG
  83. tristate "Build Analog Device HD-audio codec support"
  84. select SND_HDA_GENERIC
  85. help
  86. Say Y or M here to include Analog Device HD-audio codec support in
  87. snd-hda-intel driver, such as AD1986A.
  88. comment "Set to Y if you want auto-loading the codec driver"
  89. depends on SND_HDA=y && SND_HDA_CODEC_ANALOG=m
  90. config SND_HDA_CODEC_SIGMATEL
  91. tristate "Build IDT/Sigmatel HD-audio codec support"
  92. select SND_HDA_GENERIC
  93. help
  94. Say Y or M here to include IDT (Sigmatel) HD-audio codec support in
  95. snd-hda-intel driver, such as STAC9200.
  96. comment "Set to Y if you want auto-loading the codec driver"
  97. depends on SND_HDA=y && SND_HDA_CODEC_SIGMATEL=m
  98. config SND_HDA_CODEC_VIA
  99. tristate "Build VIA HD-audio codec support"
  100. select SND_HDA_GENERIC
  101. help
  102. Say Y or M here to include VIA HD-audio codec support in
  103. snd-hda-intel driver, such as VT1708.
  104. comment "Set to Y if you want auto-loading the codec driver"
  105. depends on SND_HDA=y && SND_HDA_CODEC_VIA=m
  106. config SND_HDA_CODEC_HDMI
  107. tristate "Build HDMI/DisplayPort HD-audio codec support"
  108. help
  109. Say Y or M here to include HDMI and DisplayPort HD-audio codec
  110. support in snd-hda-intel driver. This includes all AMD/ATI,
  111. Intel and Nvidia HDMI/DisplayPort codecs.
  112. comment "Set to Y if you want auto-loading the codec driver"
  113. depends on SND_HDA=y && SND_HDA_CODEC_HDMI=m
  114. config SND_HDA_CODEC_CIRRUS
  115. tristate "Build Cirrus Logic codec support"
  116. select SND_HDA_GENERIC
  117. help
  118. Say Y or M here to include Cirrus Logic codec support in
  119. snd-hda-intel driver, such as CS4206.
  120. comment "Set to Y if you want auto-loading the codec driver"
  121. depends on SND_HDA=y && SND_HDA_CODEC_CIRRUS=m
  122. config SND_HDA_CODEC_CONEXANT
  123. tristate "Build Conexant HD-audio codec support"
  124. select SND_HDA_GENERIC
  125. help
  126. Say Y or M here to include Conexant HD-audio codec support in
  127. snd-hda-intel driver, such as CX20549.
  128. comment "Set to Y if you want auto-loading the codec driver"
  129. depends on SND_HDA=y && SND_HDA_CODEC_CONEXANT=m
  130. config SND_HDA_CODEC_CA0110
  131. tristate "Build Creative CA0110-IBG codec support"
  132. select SND_HDA_GENERIC
  133. help
  134. Say Y or M here to include Creative CA0110-IBG codec support in
  135. snd-hda-intel driver, found on some Creative X-Fi cards.
  136. comment "Set to Y if you want auto-loading the codec driver"
  137. depends on SND_HDA=y && SND_HDA_CODEC_CA0110=m
  138. config SND_HDA_CODEC_CA0132
  139. tristate "Build Creative CA0132 codec support"
  140. help
  141. Say Y or M here to include Creative CA0132 codec support in
  142. snd-hda-intel driver.
  143. comment "Set to Y if you want auto-loading the codec driver"
  144. depends on SND_HDA=y && SND_HDA_CODEC_CA0132=m
  145. config SND_HDA_CODEC_CA0132_DSP
  146. bool "Support new DSP code for CA0132 codec"
  147. depends on SND_HDA_CODEC_CA0132
  148. select SND_HDA_DSP_LOADER
  149. select FW_LOADER
  150. help
  151. Say Y here to enable the DSP for Creative CA0132 for extended
  152. features like equalizer or echo cancellation.
  153. Note that this option requires the external firmware file
  154. (ctefx.bin).
  155. config SND_HDA_CODEC_CMEDIA
  156. tristate "Build C-Media HD-audio codec support"
  157. select SND_HDA_GENERIC
  158. help
  159. Say Y or M here to include C-Media HD-audio codec support in
  160. snd-hda-intel driver, such as CMI9880.
  161. comment "Set to Y if you want auto-loading the codec driver"
  162. depends on SND_HDA=y && SND_HDA_CODEC_CMEDIA=m
  163. config SND_HDA_CODEC_SI3054
  164. tristate "Build Silicon Labs 3054 HD-modem codec support"
  165. help
  166. Say Y or M here to include Silicon Labs 3054 HD-modem codec
  167. (and compatibles) support in snd-hda-intel driver.
  168. comment "Set to Y if you want auto-loading the codec driver"
  169. depends on SND_HDA=y && SND_HDA_CODEC_SI3054=m
  170. config SND_HDA_GENERIC
  171. tristate "Enable generic HD-audio codec parser"
  172. help
  173. Say Y or M here to enable the generic HD-audio codec parser
  174. in snd-hda-intel driver.
  175. comment "Set to Y if you want auto-loading the codec driver"
  176. depends on SND_HDA=y && SND_HDA_GENERIC=m
  177. config SND_HDA_POWER_SAVE_DEFAULT
  178. int "Default time-out for HD-audio power-save mode"
  179. depends on PM
  180. default 0
  181. help
  182. The default time-out value in seconds for HD-audio automatic
  183. power-save mode. 0 means to disable the power-save mode.
  184. endif
  185. endmenu