Kconfig 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. help
  74. Say Y or M here to include Realtek HD-audio codec support in
  75. snd-hda-intel driver, such as ALC880.
  76. comment "Set to Y if you want auto-loading the codec driver"
  77. depends on SND_HDA=y && SND_HDA_CODEC_REALTEK=m
  78. config SND_HDA_CODEC_ANALOG
  79. tristate "Build Analog Device HD-audio codec support"
  80. select SND_HDA_GENERIC
  81. help
  82. Say Y or M here to include Analog Device HD-audio codec support in
  83. snd-hda-intel driver, such as AD1986A.
  84. comment "Set to Y if you want auto-loading the codec driver"
  85. depends on SND_HDA=y && SND_HDA_CODEC_ANALOG=m
  86. config SND_HDA_CODEC_SIGMATEL
  87. tristate "Build IDT/Sigmatel HD-audio codec support"
  88. select SND_HDA_GENERIC
  89. help
  90. Say Y or M here to include IDT (Sigmatel) HD-audio codec support in
  91. snd-hda-intel driver, such as STAC9200.
  92. comment "Set to Y if you want auto-loading the codec driver"
  93. depends on SND_HDA=y && SND_HDA_CODEC_SIGMATEL=m
  94. config SND_HDA_CODEC_VIA
  95. tristate "Build VIA HD-audio codec support"
  96. select SND_HDA_GENERIC
  97. help
  98. Say Y or M here to include VIA HD-audio codec support in
  99. snd-hda-intel driver, such as VT1708.
  100. comment "Set to Y if you want auto-loading the codec driver"
  101. depends on SND_HDA=y && SND_HDA_CODEC_VIA=m
  102. config SND_HDA_CODEC_HDMI
  103. tristate "Build HDMI/DisplayPort HD-audio codec support"
  104. help
  105. Say Y or M here to include HDMI and DisplayPort HD-audio codec
  106. support in snd-hda-intel driver. This includes all AMD/ATI,
  107. Intel and Nvidia HDMI/DisplayPort codecs.
  108. comment "Set to Y if you want auto-loading the codec driver"
  109. depends on SND_HDA=y && SND_HDA_CODEC_HDMI=m
  110. config SND_HDA_CODEC_CIRRUS
  111. tristate "Build Cirrus Logic codec support"
  112. select SND_HDA_GENERIC
  113. help
  114. Say Y or M here to include Cirrus Logic codec support in
  115. snd-hda-intel driver, such as CS4206.
  116. comment "Set to Y if you want auto-loading the codec driver"
  117. depends on SND_HDA=y && SND_HDA_CODEC_CIRRUS=m
  118. config SND_HDA_CODEC_CONEXANT
  119. tristate "Build Conexant HD-audio codec support"
  120. select SND_HDA_GENERIC
  121. help
  122. Say Y or M here to include Conexant HD-audio codec support in
  123. snd-hda-intel driver, such as CX20549.
  124. comment "Set to Y if you want auto-loading the codec driver"
  125. depends on SND_HDA=y && SND_HDA_CODEC_CONEXANT=m
  126. config SND_HDA_CODEC_CA0110
  127. tristate "Build Creative CA0110-IBG codec support"
  128. select SND_HDA_GENERIC
  129. help
  130. Say Y or M here to include Creative CA0110-IBG codec support in
  131. snd-hda-intel driver, found on some Creative X-Fi cards.
  132. comment "Set to Y if you want auto-loading the codec driver"
  133. depends on SND_HDA=y && SND_HDA_CODEC_CA0110=m
  134. config SND_HDA_CODEC_CA0132
  135. tristate "Build Creative CA0132 codec support"
  136. help
  137. Say Y or M here to include Creative CA0132 codec support in
  138. snd-hda-intel driver.
  139. comment "Set to Y if you want auto-loading the codec driver"
  140. depends on SND_HDA=y && SND_HDA_CODEC_CA0132=m
  141. config SND_HDA_CODEC_CA0132_DSP
  142. bool "Support new DSP code for CA0132 codec"
  143. depends on SND_HDA_CODEC_CA0132
  144. select SND_HDA_DSP_LOADER
  145. select FW_LOADER
  146. help
  147. Say Y here to enable the DSP for Creative CA0132 for extended
  148. features like equalizer or echo cancellation.
  149. Note that this option requires the external firmware file
  150. (ctefx.bin).
  151. config SND_HDA_CODEC_CMEDIA
  152. tristate "Build C-Media HD-audio codec support"
  153. select SND_HDA_GENERIC
  154. help
  155. Say Y or M here to include C-Media HD-audio codec support in
  156. snd-hda-intel driver, such as CMI9880.
  157. comment "Set to Y if you want auto-loading the codec driver"
  158. depends on SND_HDA=y && SND_HDA_CODEC_CMEDIA=m
  159. config SND_HDA_CODEC_SI3054
  160. tristate "Build Silicon Labs 3054 HD-modem codec support"
  161. help
  162. Say Y or M here to include Silicon Labs 3054 HD-modem codec
  163. (and compatibles) support in snd-hda-intel driver.
  164. comment "Set to Y if you want auto-loading the codec driver"
  165. depends on SND_HDA=y && SND_HDA_CODEC_SI3054=m
  166. config SND_HDA_GENERIC
  167. tristate "Enable generic HD-audio codec parser"
  168. help
  169. Say Y or M here to enable the generic HD-audio codec parser
  170. in snd-hda-intel driver.
  171. comment "Set to Y if you want auto-loading the codec driver"
  172. depends on SND_HDA=y && SND_HDA_GENERIC=m
  173. config SND_HDA_POWER_SAVE_DEFAULT
  174. int "Default time-out for HD-audio power-save mode"
  175. depends on PM
  176. default 0
  177. help
  178. The default time-out value in seconds for HD-audio automatic
  179. power-save mode. 0 means to disable the power-save mode.
  180. endif
  181. endmenu