diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 124 |
1 files changed, 1 insertions, 123 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 611df4b72831..6e3a1848447c 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -498,129 +498,7 @@ config SND_FM801_TEA575X | |||
498 | depends on SND_FM801_TEA575X_BOOL | 498 | depends on SND_FM801_TEA575X_BOOL |
499 | default SND_FM801 | 499 | default SND_FM801 |
500 | 500 | ||
501 | config SND_HDA_INTEL | 501 | source "sound/pci/hda/Kconfig" |
502 | tristate "Intel HD Audio" | ||
503 | select SND_PCM | ||
504 | select SND_VMASTER | ||
505 | help | ||
506 | Say Y here to include support for Intel "High Definition | ||
507 | Audio" (Azalia) motherboard devices. | ||
508 | |||
509 | To compile this driver as a module, choose M here: the module | ||
510 | will be called snd-hda-intel. | ||
511 | |||
512 | config SND_HDA_HWDEP | ||
513 | bool "Build hwdep interface for HD-audio driver" | ||
514 | depends on SND_HDA_INTEL | ||
515 | select SND_HWDEP | ||
516 | help | ||
517 | Say Y here to build a hwdep interface for HD-audio driver. | ||
518 | This interface can be used for out-of-band communication | ||
519 | with codecs for debugging purposes. | ||
520 | |||
521 | config SND_HDA_INPUT_BEEP | ||
522 | bool "Support digital beep via input layer" | ||
523 | depends on SND_HDA_INTEL | ||
524 | depends on INPUT=y || INPUT=SND_HDA_INTEL | ||
525 | help | ||
526 | Say Y here to build a digital beep interface for HD-audio | ||
527 | driver. This interface is used to generate digital beeps. | ||
528 | |||
529 | config SND_HDA_CODEC_REALTEK | ||
530 | bool "Build Realtek HD-audio codec support" | ||
531 | depends on SND_HDA_INTEL | ||
532 | default y | ||
533 | help | ||
534 | Say Y here to include Realtek HD-audio codec support in | ||
535 | snd-hda-intel driver, such as ALC880. | ||
536 | |||
537 | config SND_HDA_CODEC_ANALOG | ||
538 | bool "Build Analog Device HD-audio codec support" | ||
539 | depends on SND_HDA_INTEL | ||
540 | default y | ||
541 | help | ||
542 | Say Y here to include Analog Device HD-audio codec support in | ||
543 | snd-hda-intel driver, such as AD1986A. | ||
544 | |||
545 | config SND_HDA_CODEC_SIGMATEL | ||
546 | bool "Build IDT/Sigmatel HD-audio codec support" | ||
547 | depends on SND_HDA_INTEL | ||
548 | default y | ||
549 | help | ||
550 | Say Y here to include IDT (Sigmatel) HD-audio codec support in | ||
551 | snd-hda-intel driver, such as STAC9200. | ||
552 | |||
553 | config SND_HDA_CODEC_VIA | ||
554 | bool "Build VIA HD-audio codec support" | ||
555 | depends on SND_HDA_INTEL | ||
556 | default y | ||
557 | help | ||
558 | Say Y here to include VIA HD-audio codec support in | ||
559 | snd-hda-intel driver, such as VT1708. | ||
560 | |||
561 | config SND_HDA_CODEC_ATIHDMI | ||
562 | bool "Build ATI HDMI HD-audio codec support" | ||
563 | depends on SND_HDA_INTEL | ||
564 | default y | ||
565 | help | ||
566 | Say Y here to include ATI HDMI HD-audio codec support in | ||
567 | snd-hda-intel driver, such as ATI RS600 HDMI. | ||
568 | |||
569 | config SND_HDA_CODEC_NVHDMI | ||
570 | bool "Build NVIDIA HDMI HD-audio codec support" | ||
571 | depends on SND_HDA_INTEL | ||
572 | default y | ||
573 | help | ||
574 | Say Y here to include NVIDIA HDMI HD-audio codec support in | ||
575 | snd-hda-intel driver, such as NVIDIA MCP78 HDMI. | ||
576 | |||
577 | config SND_HDA_CODEC_CONEXANT | ||
578 | bool "Build Conexant HD-audio codec support" | ||
579 | depends on SND_HDA_INTEL | ||
580 | default y | ||
581 | help | ||
582 | Say Y here to include Conexant HD-audio codec support in | ||
583 | snd-hda-intel driver, such as CX20549. | ||
584 | |||
585 | config SND_HDA_CODEC_CMEDIA | ||
586 | bool "Build C-Media HD-audio codec support" | ||
587 | depends on SND_HDA_INTEL | ||
588 | default y | ||
589 | help | ||
590 | Say Y here to include C-Media HD-audio codec support in | ||
591 | snd-hda-intel driver, such as CMI9880. | ||
592 | |||
593 | config SND_HDA_CODEC_SI3054 | ||
594 | bool "Build Silicon Labs 3054 HD-modem codec support" | ||
595 | depends on SND_HDA_INTEL | ||
596 | default y | ||
597 | help | ||
598 | Say Y here to include Silicon Labs 3054 HD-modem codec | ||
599 | (and compatibles) support in snd-hda-intel driver. | ||
600 | |||
601 | config SND_HDA_GENERIC | ||
602 | bool "Enable generic HD-audio codec parser" | ||
603 | depends on SND_HDA_INTEL | ||
604 | default y | ||
605 | help | ||
606 | Say Y here to enable the generic HD-audio codec parser | ||
607 | in snd-hda-intel driver. | ||
608 | |||
609 | config SND_HDA_POWER_SAVE | ||
610 | bool "Aggressive power-saving on HD-audio" | ||
611 | depends on SND_HDA_INTEL && EXPERIMENTAL | ||
612 | help | ||
613 | Say Y here to enable more aggressive power-saving mode on | ||
614 | HD-audio driver. The power-saving timeout can be configured | ||
615 | via power_save option or over sysfs on-the-fly. | ||
616 | |||
617 | config SND_HDA_POWER_SAVE_DEFAULT | ||
618 | int "Default time-out for HD-audio power-save mode" | ||
619 | depends on SND_HDA_POWER_SAVE | ||
620 | default 0 | ||
621 | help | ||
622 | The default time-out value in seconds for HD-audio automatic | ||
623 | power-save mode. 0 means to disable the power-save mode. | ||
624 | 502 | ||
625 | config SND_HDSP | 503 | config SND_HDSP |
626 | tristate "RME Hammerfall DSP Audio" | 504 | tristate "RME Hammerfall DSP Audio" |