]> err.no Git - linux-2.6/blobdiff - sound/pci/Kconfig
[ALSA] Kconfig: fix FW_LOADER dependencies
[linux-2.6] / sound / pci / Kconfig
index 7573997af76014e14d660c3f9a0c8878d7ba112d..b8e645812808d40d99814f2d4cc7e2573dfa4570 100644 (file)
@@ -584,9 +584,19 @@ config SND_KORG1212
          To compile this driver as a module, choose M here: the module
          will be called snd-korg1212.
 
+config SND_KORG1212_FIRMWARE_IN_KERNEL
+       bool "In-kernel firmware for Korg1212 driver"
+       depends on SND_KORG1212
+       default y
+       help
+         Say Y here to include the static firmware built in the kernel
+         for Korg1212 driver.  If you choose N here, the external
+         firmware files from alsa-plugins pacakge are necessary.
+
 config SND_MAESTRO3
        tristate "ESS Allegro/Maestro3"
        depends on SND
+       select FW_LOADER
        select SND_AC97_CODEC
        help
          Say Y here to include support for soundcards based on ESS Maestro 3
@@ -595,6 +605,15 @@ config SND_MAESTRO3
          To compile this driver as a module, choose M here: the module
          will be called snd-maestro3.
 
+config SND_MAESTRO3_FIRMWARE_IN_KERNEL
+       bool "In-kernel firmware for Maestro3 driver"
+       depends on SND_MAESTRO3
+       default y
+       help
+         Say Y here to include the static firmware built in the kernel
+         for Maestro3 driver.  If you choose N here, the external
+         firmware files from alsa-plugins pacakge are necessary.
+
 config SND_MIXART
        tristate "Digigram miXart"
        depends on SND
@@ -747,6 +766,15 @@ config SND_YMFPCI
          To compile this driver as a module, choose M here: the module
          will be called snd-ymfpci.
 
+config SND_YMFPCI_FIRMWARE_IN_KERNEL
+       bool "In-kernel firmware for YMFPCI driver"
+       depends on SND_YMFPCI
+       default y
+       help
+         Say Y here to include the static firmware built in the kernel
+         for YMFPCI driver.  If you choose N here, the external
+         firmware files from alsa-plugins pacakge are necessary.
+
 config SND_AC97_POWER_SAVE
        bool "AC97 Power-Saving Mode"
        depends on SND_AC97_CODEC && EXPERIMENTAL