diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-07-27 13:15:54 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:58:12 -0400 |
commit | 82467611ffc41fba534c95f8b4ae3887a90f5a66 (patch) | |
tree | 9afc5d99795afaba2bb262a935538263649ab17c /sound/pci/Kconfig | |
parent | 532d5381793f3c824f8ff68d7067fab8c76bb811 (diff) |
[ALSA] hda-codec - kernel config for each codec
Create kernel configs to choose the codec support codes to build.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 57426f6fa423..b80b97f7a49a 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -509,6 +509,78 @@ config SND_HDA_HWDEP | |||
509 | This interface can be used for out-of-bound communication | 509 | This interface can be used for out-of-bound communication |
510 | with codesc for debugging purposes. | 510 | with codesc for debugging purposes. |
511 | 511 | ||
512 | config SND_HDA_CODEC_REALTEK | ||
513 | bool "Build Realtek HD-audio codec support" | ||
514 | depends on SND_HDA_INTEL | ||
515 | default y | ||
516 | help | ||
517 | Say Y here to include Realtek HD-audio codec support in | ||
518 | snd-hda-intel driver, such as ALC880. | ||
519 | |||
520 | config SND_HDA_CODEC_ANALOG | ||
521 | bool "Build Analog Device HD-audio codec support" | ||
522 | depends on SND_HDA_INTEL | ||
523 | default y | ||
524 | help | ||
525 | Say Y here to include Analog Device HD-audio codec support in | ||
526 | snd-hda-intel driver, such as AD1986A. | ||
527 | |||
528 | config SND_HDA_CODEC_SIGMATEL | ||
529 | bool "Build IDT/Sigmatel HD-audio codec support" | ||
530 | depends on SND_HDA_INTEL | ||
531 | default y | ||
532 | help | ||
533 | Say Y here to include IDT (Sigmatel) HD-audio codec support in | ||
534 | snd-hda-intel driver, such as STAC9200. | ||
535 | |||
536 | config SND_HDA_CODEC_VIA | ||
537 | bool "Build VIA HD-audio codec support" | ||
538 | depends on SND_HDA_INTEL | ||
539 | default y | ||
540 | help | ||
541 | Say Y here to include VIA HD-audio codec support in | ||
542 | snd-hda-intel driver, such as VT1708. | ||
543 | |||
544 | config SND_HDA_CODEC_ATIHDMI | ||
545 | bool "Build ATI HDMI HD-audio codec support" | ||
546 | depends on SND_HDA_INTEL | ||
547 | default y | ||
548 | help | ||
549 | Say Y here to include ATI HDMI HD-audio codec support in | ||
550 | snd-hda-intel driver, such as ATI RS600 HDMI. | ||
551 | |||
552 | config SND_HDA_CODEC_CONEXANT | ||
553 | bool "Build Conexant HD-audio codec support" | ||
554 | depends on SND_HDA_INTEL | ||
555 | default y | ||
556 | help | ||
557 | Say Y here to include Conexant HD-audio codec support in | ||
558 | snd-hda-intel driver, such as CX20549. | ||
559 | |||
560 | config SND_HDA_CODEC_CMEDIA | ||
561 | bool "Build C-Media HD-audio codec support" | ||
562 | depends on SND_HDA_INTEL | ||
563 | default y | ||
564 | help | ||
565 | Say Y here to include C-Media HD-audio codec support in | ||
566 | snd-hda-intel driver, such as CMI9880. | ||
567 | |||
568 | config SND_HDA_CODEC_SI3054 | ||
569 | bool "Build Silicon Labs 3054 HD-modem codec support" | ||
570 | depends on SND_HDA_INTEL | ||
571 | default y | ||
572 | help | ||
573 | Say Y here to include Silicon Labs 3054 HD-modem codec | ||
574 | (and compatibles) support in snd-hda-intel driver. | ||
575 | |||
576 | config SND_HDA_GENERIC | ||
577 | bool "Enable generic HD-audio codec parser" | ||
578 | depends on SND_HDA_INTEL | ||
579 | default y | ||
580 | help | ||
581 | Say Y here to enable the generic HD-audio codec parser | ||
582 | in snd-hda-intel driver. | ||
583 | |||
512 | config SND_HDSP | 584 | config SND_HDSP |
513 | tristate "RME Hammerfall DSP Audio" | 585 | tristate "RME Hammerfall DSP Audio" |
514 | depends on SND | 586 | depends on SND |