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