diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-12 11:51:46 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-12 11:53:45 +0200 |
commit | 511b4c171a8054506e8898c40833e31270689b8b (patch) | |
tree | 031c85eef101dc30b247b375fb40d4c6f6c33ed9 /sound | |
parent | 8e365f9b6e583e82dff96ff415ff9cc2106f5b3c (diff) |
ALSA: hdsp - Add a comment about external firmwares for hdsp
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 93422e3a3f0..7478971cd21 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -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 |