diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 3a7640feaf92..748f6b7d90b7 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -542,6 +542,9 @@ config SND_HDSP | |||
542 | To compile this driver as a module, choose M here: the module | 542 | To compile this driver as a module, choose M here: the module |
543 | will be called snd-hdsp. | 543 | will be called snd-hdsp. |
544 | 544 | ||
545 | comment "Don't forget to add built-in firmwares for HDSP driver" | ||
546 | depends on SND_HDSP=y | ||
547 | |||
545 | config SND_HDSPM | 548 | config SND_HDSPM |
546 | tristate "RME Hammerfall DSP MADI" | 549 | tristate "RME Hammerfall DSP MADI" |
547 | select SND_HWDEP | 550 | select SND_HWDEP |
@@ -632,6 +635,16 @@ config SND_KORG1212 | |||
632 | To compile this driver as a module, choose M here: the module | 635 | To compile this driver as a module, choose M here: the module |
633 | will be called snd-korg1212. | 636 | will be called snd-korg1212. |
634 | 637 | ||
638 | config SND_LX6464ES | ||
639 | tristate "Digigram LX6464ES" | ||
640 | select SND_PCM | ||
641 | help | ||
642 | Say Y here to include support for Digigram LX6464ES boards. | ||
643 | |||
644 | To compile this driver as a module, choose M here: the module | ||
645 | will be called snd-lx6464es. | ||
646 | |||
647 | |||
635 | config SND_MAESTRO3 | 648 | config SND_MAESTRO3 |
636 | tristate "ESS Allegro/Maestro3" | 649 | tristate "ESS Allegro/Maestro3" |
637 | select SND_AC97_CODEC | 650 | select SND_AC97_CODEC |
@@ -774,8 +787,8 @@ config SND_VIRTUOSO | |||
774 | select SND_OXYGEN_LIB | 787 | select SND_OXYGEN_LIB |
775 | help | 788 | help |
776 | Say Y here to include support for sound cards based on the | 789 | Say Y here to include support for sound cards based on the |
777 | Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, and | 790 | Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, |
778 | Essence STX. | 791 | Essence ST (Deluxe), and Essence STX. |
779 | Support for the HDAV1.3 (Deluxe) is very experimental. | 792 | Support for the HDAV1.3 (Deluxe) is very experimental. |
780 | 793 | ||
781 | To compile this driver as a module, choose M here: the module | 794 | To compile this driver as a module, choose M here: the module |