Kconfig 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. menuconfig SND_HDA_INTEL
  2. tristate "Intel HD Audio"
  3. select SND_PCM
  4. select SND_VMASTER
  5. help
  6. Say Y here to include support for Intel "High Definition
  7. Audio" (Azalia) and its compatible devices.
  8. This option enables the HD-audio controller. Don't forget
  9. to choose the appropriate codec options below.
  10. To compile this driver as a module, choose M here: the module
  11. will be called snd-hda-intel.
  12. if SND_HDA_INTEL
  13. config SND_HDA_HWDEP
  14. bool "Build hwdep interface for HD-audio driver"
  15. select SND_HWDEP
  16. help
  17. Say Y here to build a hwdep interface for HD-audio driver.
  18. This interface can be used for out-of-band communication
  19. with codecs for debugging purposes.
  20. config SND_HDA_RECONFIG
  21. bool "Allow dynamic codec reconfiguration (EXPERIMENTAL)"
  22. depends on SND_HDA_HWDEP && EXPERIMENTAL
  23. help
  24. Say Y here to enable the HD-audio codec re-configuration feature.
  25. This adds the sysfs interfaces to allow user to clear the whole
  26. codec configuration, change the codec setup, add extra verbs,
  27. and re-configure the codec dynamically.
  28. config SND_HDA_INPUT_BEEP
  29. bool "Support digital beep via input layer"
  30. depends on INPUT=y || INPUT=SND_HDA_INTEL
  31. help
  32. Say Y here to build a digital beep interface for HD-audio
  33. driver. This interface is used to generate digital beeps.
  34. config SND_HDA_INPUT_JACK
  35. bool "Support jack plugging notification via input layer"
  36. depends on INPUT=y || INPUT=SND_HDA_INTEL
  37. select SND_JACK
  38. help
  39. Say Y here to enable the jack plugging notification via
  40. input layer.
  41. config SND_HDA_PATCH_LOADER
  42. bool "Support initialization patch loading for HD-audio"
  43. depends on EXPERIMENTAL
  44. select FW_LOADER
  45. select SND_HDA_HWDEP
  46. select SND_HDA_RECONFIG
  47. help
  48. Say Y here to allow the HD-audio driver to load a pseudo
  49. firmware file ("patch") for overriding the BIOS setup at
  50. start up. The "patch" file can be specified via patch module
  51. option, such as patch=hda-init.
  52. This option turns on hwdep and reconfig features automatically.
  53. config SND_HDA_CODEC_REALTEK
  54. bool "Build Realtek HD-audio codec support"
  55. default y
  56. help
  57. Say Y here to include Realtek HD-audio codec support in
  58. snd-hda-intel driver, such as ALC880.
  59. When the HD-audio driver is built as a module, the codec
  60. support code is also built as another module,
  61. snd-hda-codec-realtek.
  62. This module is automatically loaded at probing.
  63. config SND_HDA_CODEC_ANALOG
  64. bool "Build Analog Device HD-audio codec support"
  65. default y
  66. help
  67. Say Y here to include Analog Device HD-audio codec support in
  68. snd-hda-intel driver, such as AD1986A.
  69. When the HD-audio driver is built as a module, the codec
  70. support code is also built as another module,
  71. snd-hda-codec-analog.
  72. This module is automatically loaded at probing.
  73. config SND_HDA_CODEC_SIGMATEL
  74. bool "Build IDT/Sigmatel HD-audio codec support"
  75. default y
  76. help
  77. Say Y here to include IDT (Sigmatel) HD-audio codec support in
  78. snd-hda-intel driver, such as STAC9200.
  79. When the HD-audio driver is built as a module, the codec
  80. support code is also built as another module,
  81. snd-hda-codec-idt.
  82. This module is automatically loaded at probing.
  83. config SND_HDA_CODEC_VIA
  84. bool "Build VIA HD-audio codec support"
  85. default y
  86. help
  87. Say Y here to include VIA HD-audio codec support in
  88. snd-hda-intel driver, such as VT1708.
  89. When the HD-audio driver is built as a module, the codec
  90. support code is also built as another module,
  91. snd-hda-codec-via.
  92. This module is automatically loaded at probing.
  93. config SND_HDA_CODEC_ATIHDMI
  94. bool "Build ATI HDMI HD-audio codec support"
  95. default y
  96. help
  97. Say Y here to include ATI HDMI HD-audio codec support in
  98. snd-hda-intel driver, such as ATI RS600 HDMI.
  99. When the HD-audio driver is built as a module, the codec
  100. support code is also built as another module,
  101. snd-hda-codec-atihdmi.
  102. This module is automatically loaded at probing.
  103. config SND_HDA_CODEC_NVHDMI
  104. bool "Build NVIDIA HDMI HD-audio codec support"
  105. default y
  106. help
  107. Say Y here to include NVIDIA HDMI HD-audio codec support in
  108. snd-hda-intel driver, such as NVIDIA MCP78 HDMI.
  109. When the HD-audio driver is built as a module, the codec
  110. support code is also built as another module,
  111. snd-hda-codec-nvhdmi.
  112. This module is automatically loaded at probing.
  113. config SND_HDA_CODEC_INTELHDMI
  114. bool "Build INTEL HDMI HD-audio codec support"
  115. default y
  116. help
  117. Say Y here to include INTEL HDMI HD-audio codec support in
  118. snd-hda-intel driver, such as Eaglelake integrated HDMI.
  119. When the HD-audio driver is built as a module, the codec
  120. support code is also built as another module,
  121. snd-hda-codec-intelhdmi.
  122. This module is automatically loaded at probing.
  123. config SND_HDA_ELD
  124. def_bool y
  125. depends on SND_HDA_CODEC_INTELHDMI
  126. config SND_HDA_CODEC_CIRRUS
  127. bool "Build Cirrus Logic codec support"
  128. depends on SND_HDA_INTEL
  129. default y
  130. help
  131. Say Y here to include Cirrus Logic codec support in
  132. snd-hda-intel driver, such as CS4206.
  133. When the HD-audio driver is built as a module, the codec
  134. support code is also built as another module,
  135. snd-hda-codec-cirrus.
  136. This module is automatically loaded at probing.
  137. config SND_HDA_CODEC_CONEXANT
  138. bool "Build Conexant HD-audio codec support"
  139. default y
  140. help
  141. Say Y here to include Conexant HD-audio codec support in
  142. snd-hda-intel driver, such as CX20549.
  143. When the HD-audio driver is built as a module, the codec
  144. support code is also built as another module,
  145. snd-hda-codec-conexant.
  146. This module is automatically loaded at probing.
  147. config SND_HDA_CODEC_CA0110
  148. bool "Build Creative CA0110-IBG codec support"
  149. depends on SND_HDA_INTEL
  150. default y
  151. help
  152. Say Y here to include Creative CA0110-IBG codec support in
  153. snd-hda-intel driver, found on some Creative X-Fi cards.
  154. When the HD-audio driver is built as a module, the codec
  155. support code is also built as another module,
  156. snd-hda-codec-ca0110.
  157. This module is automatically loaded at probing.
  158. config SND_HDA_CODEC_CMEDIA
  159. bool "Build C-Media HD-audio codec support"
  160. default y
  161. help
  162. Say Y here to include C-Media HD-audio codec support in
  163. snd-hda-intel driver, such as CMI9880.
  164. When the HD-audio driver is built as a module, the codec
  165. support code is also built as another module,
  166. snd-hda-codec-cmedia.
  167. This module is automatically loaded at probing.
  168. config SND_HDA_CODEC_SI3054
  169. bool "Build Silicon Labs 3054 HD-modem codec support"
  170. default y
  171. help
  172. Say Y here to include Silicon Labs 3054 HD-modem codec
  173. (and compatibles) support in snd-hda-intel driver.
  174. When the HD-audio driver is built as a module, the codec
  175. support code is also built as another module,
  176. snd-hda-codec-si3054.
  177. This module is automatically loaded at probing.
  178. config SND_HDA_GENERIC
  179. bool "Enable generic HD-audio codec parser"
  180. default y
  181. help
  182. Say Y here to enable the generic HD-audio codec parser
  183. in snd-hda-intel driver.
  184. config SND_HDA_POWER_SAVE
  185. bool "Aggressive power-saving on HD-audio"
  186. help
  187. Say Y here to enable more aggressive power-saving mode on
  188. HD-audio driver. The power-saving timeout can be configured
  189. via power_save option or over sysfs on-the-fly.
  190. config SND_HDA_POWER_SAVE_DEFAULT
  191. int "Default time-out for HD-audio power-save mode"
  192. depends on SND_HDA_POWER_SAVE
  193. default 0
  194. help
  195. The default time-out value in seconds for HD-audio automatic
  196. power-save mode. 0 means to disable the power-save mode.
  197. endif