aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-05-12 05:51:46 -0400
committerTakashi Iwai <tiwai@suse.de>2009-05-12 05:53:45 -0400
commit511b4c171a8054506e8898c40833e31270689b8b (patch)
tree031c85eef101dc30b247b375fb40d4c6f6c33ed9 /sound/pci/Kconfig
parent8e365f9b6e583e82dff96ff415ff9cc2106f5b3c (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/pci/Kconfig')
-rw-r--r--sound/pci/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 93422e3a3f0c..7478971cd21d 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -532,6 +532,9 @@ config SND_HDSP
532 To compile this driver as a module, choose M here: the module 532 To compile this driver as a module, choose M here: the module
533 will be called snd-hdsp. 533 will be called snd-hdsp.
534 534
535comment "Don't forget to add built-in firmwares for HDSP driver"
536 depends on SND_HDSP=y
537
535config SND_HDSPM 538config SND_HDSPM
536 tristate "RME Hammerfall DSP MADI" 539 tristate "RME Hammerfall DSP MADI"
537 select SND_HWDEP 540 select SND_HWDEP