Kconfig (026477c1141b67e98e3bd8bdedb7d4b88a3ecd09) | Kconfig (efce4bb9ecd033c9e0f221549be0098bcf6a3aad) |
---|---|
1# ALSA PCI drivers 2 3menu "PCI devices" 4 depends on SND!=n && PCI 5 6config SND_AD1889 7 tristate "Analog Devices AD1889" 8 depends on SND --- 446 unchanged lines hidden (view full) --- 455 select SND_AC97_CODEC 456 help 457 Say Y here to include support for soundcards based on the ForteMedia 458 FM801 chip. 459 460 To compile this driver as a module, choose M here: the module 461 will be called snd-fm801. 462 | 1# ALSA PCI drivers 2 3menu "PCI devices" 4 depends on SND!=n && PCI 5 6config SND_AD1889 7 tristate "Analog Devices AD1889" 8 depends on SND --- 446 unchanged lines hidden (view full) --- 455 select SND_AC97_CODEC 456 help 457 Say Y here to include support for soundcards based on the ForteMedia 458 FM801 chip. 459 460 To compile this driver as a module, choose M here: the module 461 will be called snd-fm801. 462 |
463config SND_FM801_TEA575X 464 tristate "ForteMedia FM801 + TEA5757 tuner" | 463config SND_FM801_TEA575X_BOOL 464 bool "ForteMedia FM801 + TEA5757 tuner" |
465 depends on SND_FM801 | 465 depends on SND_FM801 |
466 select VIDEO_DEV | |
467 help 468 Say Y here to include support for soundcards based on the ForteMedia 469 FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media | 466 help 467 Say Y here to include support for soundcards based on the ForteMedia 468 FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media |
470 Forte SF256-PCS-02). | 469 Forte SF256-PCS-02) into the snd-fm801 driver. |
471 | 470 |
472 To compile this driver as a module, choose M here: the module 473 will be called snd-fm801-tea575x. | 471config SND_FM801_TEA575X 472 tristate 473 depends on SND_FM801_TEA575X_BOOL 474 default SND_FM801 475 select VIDEO_DEV |
474 475config SND_HDA_INTEL 476 tristate "Intel HD Audio" 477 depends on SND 478 select SND_PCM 479 help 480 Say Y here to include support for Intel "High Definition 481 Audio" (Azalia) motherboard devices. --- 261 unchanged lines hidden --- | 476 477config SND_HDA_INTEL 478 tristate "Intel HD Audio" 479 depends on SND 480 select SND_PCM 481 help 482 Say Y here to include support for Intel "High Definition 483 Audio" (Azalia) motherboard devices. --- 261 unchanged lines hidden --- |