diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 45f0f6c2f353..d3be87d11259 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -183,6 +183,31 @@ config SND_CMIPCI | |||
183 | To compile this driver as a module, choose M here: the module | 183 | To compile this driver as a module, choose M here: the module |
184 | will be called snd-cmipci. | 184 | will be called snd-cmipci. |
185 | 185 | ||
186 | config SND_OXYGEN_LIB | ||
187 | tristate | ||
188 | depends on SND | ||
189 | select SND_PCM | ||
190 | select SND_MPU401_UART | ||
191 | |||
192 | config SND_OXYGEN | ||
193 | tristate "C-Media 8788 (Oxygen)" | ||
194 | depends on SND | ||
195 | select SND_OXYGEN_LIB | ||
196 | help | ||
197 | Say Y here to include support for sound cards based on the | ||
198 | C-Media CMI8788 (Oxygen HD Audio) chip: | ||
199 | * Asound A-8788 | ||
200 | * AuzenTech X-Meridian | ||
201 | * Bgears b-Enspirer | ||
202 | * Club3D Theatron DTS | ||
203 | * HT-Omega Claro | ||
204 | * Razer Barracuda AC-1 | ||
205 | * Sondigo Inferno | ||
206 | * TempoTec HIFIER | ||
207 | |||
208 | To compile this driver as a module, choose M here: the module | ||
209 | will be called snd-oxygen. | ||
210 | |||
186 | config SND_CS4281 | 211 | config SND_CS4281 |
187 | tristate "Cirrus Logic (Sound Fusion) CS4281" | 212 | tristate "Cirrus Logic (Sound Fusion) CS4281" |
188 | depends on SND | 213 | depends on SND |