diff options
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r-- | sound/pci/hda/Kconfig | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 7c60f1a45a8d..717040a491b9 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig | |||
@@ -46,6 +46,11 @@ config SND_HDA_CODEC_REALTEK | |||
46 | Say Y here to include Realtek HD-audio codec support in | 46 | Say Y here to include Realtek HD-audio codec support in |
47 | snd-hda-intel driver, such as ALC880. | 47 | snd-hda-intel driver, such as ALC880. |
48 | 48 | ||
49 | When the HD-audio driver is built as a module, the codec | ||
50 | support code is also built as another module, | ||
51 | snd-hda-codec-realtek. | ||
52 | This module is automatically loaded at probing. | ||
53 | |||
49 | config SND_HDA_CODEC_ANALOG | 54 | config SND_HDA_CODEC_ANALOG |
50 | bool "Build Analog Device HD-audio codec support" | 55 | bool "Build Analog Device HD-audio codec support" |
51 | default y | 56 | default y |
@@ -53,6 +58,11 @@ config SND_HDA_CODEC_ANALOG | |||
53 | Say Y here to include Analog Device HD-audio codec support in | 58 | Say Y here to include Analog Device HD-audio codec support in |
54 | snd-hda-intel driver, such as AD1986A. | 59 | snd-hda-intel driver, such as AD1986A. |
55 | 60 | ||
61 | When the HD-audio driver is built as a module, the codec | ||
62 | support code is also built as another module, | ||
63 | snd-hda-codec-analog. | ||
64 | This module is automatically loaded at probing. | ||
65 | |||
56 | config SND_HDA_CODEC_SIGMATEL | 66 | config SND_HDA_CODEC_SIGMATEL |
57 | bool "Build IDT/Sigmatel HD-audio codec support" | 67 | bool "Build IDT/Sigmatel HD-audio codec support" |
58 | default y | 68 | default y |
@@ -60,6 +70,11 @@ config SND_HDA_CODEC_SIGMATEL | |||
60 | Say Y here to include IDT (Sigmatel) HD-audio codec support in | 70 | Say Y here to include IDT (Sigmatel) HD-audio codec support in |
61 | snd-hda-intel driver, such as STAC9200. | 71 | snd-hda-intel driver, such as STAC9200. |
62 | 72 | ||
73 | When the HD-audio driver is built as a module, the codec | ||
74 | support code is also built as another module, | ||
75 | snd-hda-codec-idt. | ||
76 | This module is automatically loaded at probing. | ||
77 | |||
63 | config SND_HDA_CODEC_VIA | 78 | config SND_HDA_CODEC_VIA |
64 | bool "Build VIA HD-audio codec support" | 79 | bool "Build VIA HD-audio codec support" |
65 | default y | 80 | default y |
@@ -67,6 +82,11 @@ config SND_HDA_CODEC_VIA | |||
67 | Say Y here to include VIA HD-audio codec support in | 82 | Say Y here to include VIA HD-audio codec support in |
68 | snd-hda-intel driver, such as VT1708. | 83 | snd-hda-intel driver, such as VT1708. |
69 | 84 | ||
85 | When the HD-audio driver is built as a module, the codec | ||
86 | support code is also built as another module, | ||
87 | snd-hda-codec-via. | ||
88 | This module is automatically loaded at probing. | ||
89 | |||
70 | config SND_HDA_CODEC_ATIHDMI | 90 | config SND_HDA_CODEC_ATIHDMI |
71 | bool "Build ATI HDMI HD-audio codec support" | 91 | bool "Build ATI HDMI HD-audio codec support" |
72 | default y | 92 | default y |
@@ -74,6 +94,11 @@ config SND_HDA_CODEC_ATIHDMI | |||
74 | Say Y here to include ATI HDMI HD-audio codec support in | 94 | Say Y here to include ATI HDMI HD-audio codec support in |
75 | snd-hda-intel driver, such as ATI RS600 HDMI. | 95 | snd-hda-intel driver, such as ATI RS600 HDMI. |
76 | 96 | ||
97 | When the HD-audio driver is built as a module, the codec | ||
98 | support code is also built as another module, | ||
99 | snd-hda-codec-atihdmi. | ||
100 | This module is automatically loaded at probing. | ||
101 | |||
77 | config SND_HDA_CODEC_NVHDMI | 102 | config SND_HDA_CODEC_NVHDMI |
78 | bool "Build NVIDIA HDMI HD-audio codec support" | 103 | bool "Build NVIDIA HDMI HD-audio codec support" |
79 | default y | 104 | default y |
@@ -81,6 +106,11 @@ config SND_HDA_CODEC_NVHDMI | |||
81 | Say Y here to include NVIDIA HDMI HD-audio codec support in | 106 | Say Y here to include NVIDIA HDMI HD-audio codec support in |
82 | snd-hda-intel driver, such as NVIDIA MCP78 HDMI. | 107 | snd-hda-intel driver, such as NVIDIA MCP78 HDMI. |
83 | 108 | ||
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 | |||
84 | config SND_HDA_CODEC_INTELHDMI | 114 | config SND_HDA_CODEC_INTELHDMI |
85 | bool "Build INTEL HDMI HD-audio codec support" | 115 | bool "Build INTEL HDMI HD-audio codec support" |
86 | default y | 116 | default y |
@@ -88,6 +118,11 @@ config SND_HDA_CODEC_INTELHDMI | |||
88 | Say Y here to include INTEL HDMI HD-audio codec support in | 118 | Say Y here to include INTEL HDMI HD-audio codec support in |
89 | snd-hda-intel driver, such as Eaglelake integrated HDMI. | 119 | snd-hda-intel driver, such as Eaglelake integrated HDMI. |
90 | 120 | ||
121 | When the HD-audio driver is built as a module, the codec | ||
122 | support code is also built as another module, | ||
123 | snd-hda-codec-intelhdmi. | ||
124 | This module is automatically loaded at probing. | ||
125 | |||
91 | config SND_HDA_ELD | 126 | config SND_HDA_ELD |
92 | def_bool y | 127 | def_bool y |
93 | depends on SND_HDA_CODEC_INTELHDMI | 128 | depends on SND_HDA_CODEC_INTELHDMI |
@@ -99,6 +134,11 @@ config SND_HDA_CODEC_CONEXANT | |||
99 | Say Y here to include Conexant HD-audio codec support in | 134 | Say Y here to include Conexant HD-audio codec support in |
100 | snd-hda-intel driver, such as CX20549. | 135 | snd-hda-intel driver, such as CX20549. |
101 | 136 | ||
137 | When the HD-audio driver is built as a module, the codec | ||
138 | support code is also built as another module, | ||
139 | snd-hda-codec-conexant. | ||
140 | This module is automatically loaded at probing. | ||
141 | |||
102 | config SND_HDA_CODEC_CMEDIA | 142 | config SND_HDA_CODEC_CMEDIA |
103 | bool "Build C-Media HD-audio codec support" | 143 | bool "Build C-Media HD-audio codec support" |
104 | default y | 144 | default y |
@@ -106,6 +146,11 @@ config SND_HDA_CODEC_CMEDIA | |||
106 | Say Y here to include C-Media HD-audio codec support in | 146 | Say Y here to include C-Media HD-audio codec support in |
107 | snd-hda-intel driver, such as CMI9880. | 147 | snd-hda-intel driver, such as CMI9880. |
108 | 148 | ||
149 | When the HD-audio driver is built as a module, the codec | ||
150 | support code is also built as another module, | ||
151 | snd-hda-codec-cmedia. | ||
152 | This module is automatically loaded at probing. | ||
153 | |||
109 | config SND_HDA_CODEC_SI3054 | 154 | config SND_HDA_CODEC_SI3054 |
110 | bool "Build Silicon Labs 3054 HD-modem codec support" | 155 | bool "Build Silicon Labs 3054 HD-modem codec support" |
111 | default y | 156 | default y |
@@ -113,6 +158,11 @@ config SND_HDA_CODEC_SI3054 | |||
113 | Say Y here to include Silicon Labs 3054 HD-modem codec | 158 | Say Y here to include Silicon Labs 3054 HD-modem codec |
114 | (and compatibles) support in snd-hda-intel driver. | 159 | (and compatibles) support in snd-hda-intel driver. |
115 | 160 | ||
161 | When the HD-audio driver is built as a module, the codec | ||
162 | support code is also built as another module, | ||
163 | snd-hda-codec-si3054. | ||
164 | This module is automatically loaded at probing. | ||
165 | |||
116 | config SND_HDA_GENERIC | 166 | config SND_HDA_GENERIC |
117 | bool "Enable generic HD-audio codec parser" | 167 | bool "Enable generic HD-audio codec parser" |
118 | default y | 168 | default y |