diff options
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 4e3a9729f569..cf3803cd579c 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -358,12 +358,21 @@ config SND_SBAWE | |||
358 | config SND_SB16_CSP | 358 | config 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 | 361 | select FW_LOADER if !SND_SB16_CSP_FIRMWARE_IN_KERNEL |
362 | help | 362 | help |
363 | Say Y here to include support for the CSP core. This special | 363 | Say Y here to include support for the CSP core. This special |
364 | coprocessor can do variable tasks like various compression and | 364 | coprocessor can do variable tasks like various compression and |
365 | decompression algorithms. | 365 | decompression algorithms. |
366 | 366 | ||
367 | config SND_SB16_CSP_FIRMWARE_IN_KERNEL | ||
368 | bool "In-kernel firmware for SB16 CSP" | ||
369 | depends on SND_SB16_CSP | ||
370 | default y | ||
371 | help | ||
372 | Say Y here to include the static firmware built in the kernel | ||
373 | for the SB16 CSP controller. If you choose N here, you need | ||
374 | to install the firmware files from the alsa-firmware package. | ||
375 | |||
367 | config SND_SGALAXY | 376 | config SND_SGALAXY |
368 | tristate "Aztech Sound Galaxy" | 377 | tristate "Aztech Sound Galaxy" |
369 | depends on SND | 378 | depends on SND |
@@ -391,7 +400,7 @@ config SND_SSCAPE | |||
391 | config SND_WAVEFRONT | 400 | config 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 | 403 | select FW_LOADER if !SND_WAVEFRONT_FIRMWARE_IN_KERNEL |
395 | select SND_OPL3_LIB | 404 | select SND_OPL3_LIB |
396 | select SND_MPU401_UART | 405 | select SND_MPU401_UART |
397 | select SND_CS4231_LIB | 406 | select SND_CS4231_LIB |
@@ -402,4 +411,13 @@ config SND_WAVEFRONT | |||
402 | To compile this driver as a module, choose M here: the module | 411 | To compile this driver as a module, choose M here: the module |
403 | will be called snd-wavefront. | 412 | will be called snd-wavefront. |
404 | 413 | ||
414 | config SND_WAVEFRONT_FIRMWARE_IN_KERNEL | ||
415 | bool "In-kernel firmware for Wavefront" | ||
416 | depends on SND_WAVEFRONT | ||
417 | default y | ||
418 | help | ||
419 | Say Y here to include the static firmware built in the kernel | ||
420 | for the Wavefront driver. If you choose N here, you need to | ||
421 | install the firmware files from the alsa-firmware package. | ||
422 | |||
405 | endmenu | 423 | endmenu |