Kconfig 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. menu "HD-Audio"
  2. config SND_HDA
  3. tristate
  4. select SND_PCM
  5. select SND_VMASTER
  6. select SND_JACK if INPUT=y || INPUT=SND
  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. This adds the sysfs interfaces to allow user to clear the whole
  44. codec configuration, change the codec setup, add extra verbs,
  45. and re-configure the codec dynamically.
  46. config SND_HDA_INPUT_BEEP
  47. bool "Support digital beep via input layer"
  48. depends on INPUT=y || INPUT=SND_HDA
  49. help
  50. Say Y here to build a digital beep interface for HD-audio
  51. driver. This interface is used to generate digital beeps.
  52. config SND_HDA_INPUT_BEEP_MODE
  53. int "Digital beep registration mode (0=off, 1=on)"
  54. depends on SND_HDA_INPUT_BEEP=y
  55. default "1"
  56. range 0 1
  57. help
  58. Set 0 to disable the digital beep interface for HD-audio by default.
  59. Set 1 to always enable the digital beep interface for HD-audio by
  60. default.
  61. config SND_HDA_PATCH_LOADER
  62. bool "Support initialization patch loading for HD-audio"
  63. select FW_LOADER
  64. select SND_HDA_RECONFIG
  65. help
  66. Say Y here to allow the HD-audio driver to load a pseudo
  67. firmware file ("patch") for overriding the BIOS setup at
  68. start up. The "patch" file can be specified via patch module
  69. option, such as patch=hda-init.
  70. config SND_HDA_CODEC_REALTEK
  71. tristate "Build Realtek HD-audio codec support"
  72. select SND_HDA_GENERIC
  73. select INPUT
  74. help
  75. Say Y or M here to include Realtek HD-audio codec support in
  76. snd-hda-intel driver, such as ALC880.
  77. comment "Set to Y if you want auto-loading the codec driver"
  78. depends on SND_HDA=y && SND_HDA_CODEC_REALTEK=m
  79. config SND_HDA_CODEC_ANALOG
  80. tristate "Build Analog Device HD-audio codec support"
  81. select SND_HDA_GENERIC
  82. help
  83. Say Y or M here to include Analog Device HD-audio codec support in
  84. snd-hda-intel driver, such as AD1986A.
  85. comment "Set to Y if you want auto-loading the codec driver"
  86. depends on SND_HDA=y && SND_HDA_CODEC_ANALOG=m
  87. config SND_HDA_CODEC_SIGMATEL
  88. tristate "Build IDT/Sigmatel HD-audio codec support"
  89. select SND_HDA_GENERIC
  90. help
  91. Say Y or M here to include IDT (Sigmatel) HD-audio codec support in
  92. snd-hda-intel driver, such as STAC9200.
  93. comment "Set to Y if you want auto-loading the codec driver"
  94. depends on SND_HDA=y && SND_HDA_CODEC_SIGMATEL=m
  95. config SND_HDA_CODEC_VIA
  96. tristate "Build VIA HD-audio codec support"
  97. select SND_HDA_GENERIC
  98. help
  99. Say Y or M here to include VIA HD-audio codec support in
  100. snd-hda-intel driver, such as VT1708.
  101. comment "Set to Y if you want auto-loading the codec driver"
  102. depends on SND_HDA=y && SND_HDA_CODEC_VIA=m
  103. config SND_HDA_CODEC_HDMI
  104. tristate "Build HDMI/DisplayPort HD-audio codec support"
  105. help
  106. Say Y or M here to include HDMI and DisplayPort HD-audio codec
  107. support in snd-hda-intel driver. This includes all AMD/ATI,
  108. Intel and Nvidia HDMI/DisplayPort codecs.
  109. comment "Set to Y if you want auto-loading the codec driver"
  110. depends on SND_HDA=y && SND_HDA_CODEC_HDMI=m
  111. config SND_HDA_CODEC_CIRRUS
  112. tristate "Build Cirrus Logic codec support"
  113. select SND_HDA_GENERIC
  114. help
  115. Say Y or M here to include Cirrus Logic codec support in
  116. snd-hda-intel driver, such as CS4206.
  117. comment "Set to Y if you want auto-loading the codec driver"
  118. depends on SND_HDA=y && SND_HDA_CODEC_CIRRUS=m
  119. config SND_HDA_CODEC_CONEXANT
  120. tristate "Build Conexant HD-audio codec support"
  121. select SND_HDA_GENERIC
  122. help
  123. Say Y or M here to include Conexant HD-audio codec support in
  124. snd-hda-intel driver, such as CX20549.
  125. comment "Set to Y if you want auto-loading the codec driver"
  126. depends on SND_HDA=y && SND_HDA_CODEC_CONEXANT=m
  127. config SND_HDA_CODEC_CA0110
  128. tristate "Build Creative CA0110-IBG codec support"
  129. select SND_HDA_GENERIC
  130. help
  131. Say Y or M here to include Creative CA0110-IBG codec support in
  132. snd-hda-intel driver, found on some Creative X-Fi cards.
  133. comment "Set to Y if you want auto-loading the codec driver"
  134. depends on SND_HDA=y && SND_HDA_CODEC_CA0110=m
  135. config SND_HDA_CODEC_CA0132
  136. tristate "Build Creative CA0132 codec support"
  137. help
  138. Say Y or M here to include Creative CA0132 codec support in
  139. snd-hda-intel driver.
  140. comment "Set to Y if you want auto-loading the codec driver"
  141. depends on SND_HDA=y && SND_HDA_CODEC_CA0132=m
  142. config SND_HDA_CODEC_CA0132_DSP
  143. bool "Support new DSP code for CA0132 codec"
  144. depends on SND_HDA_CODEC_CA0132
  145. select SND_HDA_DSP_LOADER
  146. select FW_LOADER
  147. help
  148. Say Y here to enable the DSP for Creative CA0132 for extended
  149. features like equalizer or echo cancellation.
  150. Note that this option requires the external firmware file
  151. (/*(DEBLOBBED)*/).
  152. config SND_HDA_CODEC_CMEDIA
  153. tristate "Build C-Media HD-audio codec support"
  154. select SND_HDA_GENERIC
  155. help
  156. Say Y or M here to include C-Media HD-audio codec support in
  157. snd-hda-intel driver, such as CMI9880.
  158. comment "Set to Y if you want auto-loading the codec driver"
  159. depends on SND_HDA=y && SND_HDA_CODEC_CMEDIA=m
  160. config SND_HDA_CODEC_SI3054
  161. tristate "Build Silicon Labs 3054 HD-modem codec support"
  162. help
  163. Say Y or M here to include Silicon Labs 3054 HD-modem codec
  164. (and compatibles) support in snd-hda-intel driver.
  165. comment "Set to Y if you want auto-loading the codec driver"
  166. depends on SND_HDA=y && SND_HDA_CODEC_SI3054=m
  167. config SND_HDA_GENERIC
  168. tristate "Enable generic HD-audio codec parser"
  169. help
  170. Say Y or M here to enable the generic HD-audio codec parser
  171. in snd-hda-intel driver.
  172. comment "Set to Y if you want auto-loading the codec driver"
  173. depends on SND_HDA=y && SND_HDA_GENERIC=m
  174. config SND_HDA_POWER_SAVE_DEFAULT
  175. int "Default time-out for HD-audio power-save mode"
  176. depends on PM
  177. default 0
  178. help
  179. The default time-out value in seconds for HD-audio automatic
  180. power-save mode. 0 means to disable the power-save mode.
  181. endif
  182. endmenu