ALSA: hdsp - Add a comment about external firmwares for hdsp
authorTakashi Iwai <tiwai@suse.de>
Tue, 12 May 2009 09:51:46 +0000 (11:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 12 May 2009 09:53:45 +0000 (11:53 +0200)
When the hdsp driver is built in kernel, the corresponding firmware
files have to be built into the kernel as well (otherwise the boot
will hang up for fairly long time), but there is no way to control
it in Kconfig yet, unfortunately.  Instead, show a comment for user
just to make sure.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/Kconfig

index 93422e3a3f0cc2f642a5a30cfd09ee89cbb55a43..7478971cd21d9a1fc8127947fde21f9444c4cbbc 100644 (file)
@@ -532,6 +532,9 @@ config SND_HDSP
          To compile this driver as a module, choose M here: the module
          will be called snd-hdsp.
 
+comment "Don't forget to add built-in firmwares for HDSP driver"
+       depends on SND_HDSP=y
+
 config SND_HDSPM
        tristate "RME Hammerfall DSP MADI"
        select SND_HWDEP
This page took 0.025074 seconds and 5 git commands to generate.