aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-02-26 09:55:43 -0500
committerJaroslav Kysela <perex@suse.cz>2007-05-11 10:55:43 -0400
commit8ad2da1937168d48a84dcf6d5cc2001c0e4a6992 (patch)
tree6d3f73f922126c339532113a69b368e245d5c05a /sound/isa/Kconfig
parent8f7ba051d2abb3d3bde9b95e47246c60b704d2b4 (diff)
[ALSA] Enable Kconfig options for external firmwares
Some drivers are already ifdefs for enabling external firmwares but not defined in Kconfig. Now they appear as the kernel configs. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r--sound/isa/Kconfig22
1 files changed, 20 insertions, 2 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig
index 4e3a9729f569..c855e350789a 100644
--- a/sound/isa/Kconfig
+++ b/sound/isa/Kconfig
@@ -358,12 +358,21 @@ config SND_SBAWE
358config SND_SB16_CSP 358config SND_SB16_CSP
359 bool "Sound Blaster 16/AWE CSP support" 359 bool "Sound Blaster 16/AWE CSP support"
360 depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC) 360 depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
361 select FW_LOADER
362 help 361 help
363 Say Y here to include support for the CSP core. This special 362 Say Y here to include support for the CSP core. This special
364 coprocessor can do variable tasks like various compression and 363 coprocessor can do variable tasks like various compression and
365 decompression algorithms. 364 decompression algorithms.
366 365
366config SND_SB16_CSP_FIRMWARE_IN_KERNEL
367 bool "In-kernel firmware for SB16 CSP"
368 depends on SND_SB16_CSP
369 select FW_LOADER
370 default y
371 help
372 Say Y here to include the static firmware built in the kernel
373 for SB16 CSP controller. If you choose N here, the external
374 firmware files from alsa-plugins pacakge are necessary.
375
367config SND_SGALAXY 376config SND_SGALAXY
368 tristate "Aztech Sound Galaxy" 377 tristate "Aztech Sound Galaxy"
369 depends on SND 378 depends on SND
@@ -391,7 +400,6 @@ config SND_SSCAPE
391config SND_WAVEFRONT 400config SND_WAVEFRONT
392 tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" 401 tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
393 depends on SND 402 depends on SND
394 select FW_LOADER
395 select SND_OPL3_LIB 403 select SND_OPL3_LIB
396 select SND_MPU401_UART 404 select SND_MPU401_UART
397 select SND_CS4231_LIB 405 select SND_CS4231_LIB
@@ -402,4 +410,14 @@ config SND_WAVEFRONT
402 To compile this driver as a module, choose M here: the module 410 To compile this driver as a module, choose M here: the module
403 will be called snd-wavefront. 411 will be called snd-wavefront.
404 412
413config SND_WAVEFRONT_FIRMWARE_IN_KERNEL
414 bool "In-kernel firmware for Wavefront"
415 depends on SND_WAVEFRONT
416 select FW_LOADER
417 default y
418 help
419 Say Y here to include the static firmware built in the kernel
420 for Wavefront driver. If you choose N here, the external
421 firmware files from alsa-plugins pacakge are necessary.
422
405endmenu 423endmenu