diff options
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 4e06bbd9298d..2df20e403f24 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -402,5 +402,36 @@ config SND_WAVEFRONT_FIRMWARE_IN_KERNEL | |||
402 | you need to install the firmware files from the | 402 | you need to install the firmware files from the |
403 | alsa-firmware package. | 403 | alsa-firmware package. |
404 | 404 | ||
405 | config SND_MSND_PINNACLE | ||
406 | tristate "Turtle Beach MultiSound Pinnacle/Fiji driver" | ||
407 | depends on X86 && EXPERIMENTAL | ||
408 | select FW_LOADER | ||
409 | select SND_MPU401_UART | ||
410 | select SND_PCM | ||
411 | help | ||
412 | Say Y to include support for Turtle Beach MultiSound Pinnacle/ | ||
413 | Fiji soundcards. | ||
414 | |||
415 | To compile this driver as a module, choose M here: the module | ||
416 | will be called snd-msnd-pinnacle. | ||
417 | |||
418 | config SND_MSND_CLASSIC | ||
419 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" | ||
420 | depends on X86 && EXPERIMENTAL | ||
421 | select FW_LOADER | ||
422 | select SND_MPU401_UART | ||
423 | select SND_PCM | ||
424 | help | ||
425 | Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or | ||
426 | Monterey (not for the Pinnacle or Fiji). | ||
427 | |||
428 | See <file:Documentation/sound/oss/MultiSound> for important information | ||
429 | about this driver. Note that it has been discontinued, but the | ||
430 | Voyetra Turtle Beach knowledge base entry for it is still available | ||
431 | at <http://www.turtlebeach.com/site/kb_ftp/790.asp>. | ||
432 | |||
433 | To compile this driver as a module, choose M here: the module | ||
434 | will be called snd-msnd-classic. | ||
435 | |||
405 | endif # SND_ISA | 436 | endif # SND_ISA |
406 | 437 | ||