Kconfig (bf61c8840efe60fd8f91446860b63338fb424158) | Kconfig (338c658a646721e94ca827c74163703612e164c5) |
---|---|
1# ALSA PCI drivers 2 | 1# ALSA PCI drivers 2 |
3config SND_TEA575X 4 tristate 5 depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2 || RADIO_MAXIRADIO || RADIO_SHARK 6 default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2 || RADIO_MAXIRADIO || RADIO_SHARK 7 | |
8menuconfig SND_PCI 9 bool "PCI sound devices" 10 depends on PCI 11 default y 12 help 13 Support for sound devices connected via the PCI bus. 14 15if SND_PCI --- 521 unchanged lines hidden (view full) --- 537 If you say Y here, you will get an input device which reports 538 keypresses for the volume buttons connected to the es1968 chip. 539 If you say N the buttons will directly control the master volume. 540 It is recommended to say Y. 541 542config SND_ES1968_RADIO 543 bool "Enable TEA5757 radio tuner support for es1968" 544 depends on SND_ES1968 | 3menuconfig SND_PCI 4 bool "PCI sound devices" 5 depends on PCI 6 default y 7 help 8 Support for sound devices connected via the PCI bus. 9 10if SND_PCI --- 521 unchanged lines hidden (view full) --- 532 If you say Y here, you will get an input device which reports 533 keypresses for the volume buttons connected to the es1968 chip. 534 If you say N the buttons will directly control the master volume. 535 It is recommended to say Y. 536 537config SND_ES1968_RADIO 538 bool "Enable TEA5757 radio tuner support for es1968" 539 depends on SND_ES1968 |
540 depends on MEDIA_RADIO_SUPPORT |
|
545 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968 | 541 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968 |
542 select RADIO_TEA575X |
|
546 help 547 Say Y here to include support for TEA5757 radio tuner integrated on 548 some MediaForte cards (e.g. SF64-PCE2). 549 550config SND_FM801 551 tristate "ForteMedia FM801" 552 select SND_OPL3_LIB 553 select SND_MPU401_UART 554 select SND_AC97_CODEC 555 help 556 Say Y here to include support for soundcards based on the ForteMedia 557 FM801 chip. 558 559 To compile this driver as a module, choose M here: the module 560 will be called snd-fm801. 561 562config SND_FM801_TEA575X_BOOL 563 bool "ForteMedia FM801 + TEA5757 tuner" 564 depends on SND_FM801 | 543 help 544 Say Y here to include support for TEA5757 radio tuner integrated on 545 some MediaForte cards (e.g. SF64-PCE2). 546 547config SND_FM801 548 tristate "ForteMedia FM801" 549 select SND_OPL3_LIB 550 select SND_MPU401_UART 551 select SND_AC97_CODEC 552 help 553 Say Y here to include support for soundcards based on the ForteMedia 554 FM801 chip. 555 556 To compile this driver as a module, choose M here: the module 557 will be called snd-fm801. 558 559config SND_FM801_TEA575X_BOOL 560 bool "ForteMedia FM801 + TEA5757 tuner" 561 depends on SND_FM801 |
562 depends on MEDIA_RADIO_SUPPORT |
|
565 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801 | 563 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801 |
564 select RADIO_TEA575X |
|
566 help 567 Say Y here to include support for soundcards based on the ForteMedia 568 FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and 569 SF64-PCR) into the snd-fm801 driver. 570 571source "sound/pci/hda/Kconfig" 572 573config SND_HDSP --- 303 unchanged lines hidden --- | 565 help 566 Say Y here to include support for soundcards based on the ForteMedia 567 FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and 568 SF64-PCR) into the snd-fm801 driver. 569 570source "sound/pci/hda/Kconfig" 571 572config SND_HDSP --- 303 unchanged lines hidden --- |