Kconfig (f0cd91a68acdc9b49d7f6738b514a426da627649) | Kconfig (89fe5117928b2c1272c9376362131ded561c91ad) |
---|---|
1# ALSA PCMCIA drivers 2 | 1# ALSA PCMCIA drivers 2 |
3menu "PCMCIA devices" 4 depends on SND!=n && PCMCIA | 3menuconfig SND_PCMCIA 4 bool "PCMCIA sound devices" 5 depends on PCMCIA 6 default y 7 help 8 Support for sound devices connected via the PCMCIA bus. |
5 | 9 |
10if SND_PCMCIA && PCMCIA 11 |
|
6config SND_VXPOCKET 7 tristate "Digigram VXpocket" | 12config SND_VXPOCKET 13 tristate "Digigram VXpocket" |
8 depends on SND && PCMCIA | |
9 select SND_VX_LIB 10 help 11 Say Y here to include support for Digigram VXpocket and 12 VXpocket 440 soundcards. 13 14 To compile this driver as a module, choose M here: the module 15 will be called snd-vxpocket. 16 17config SND_PDAUDIOCF 18 tristate "Sound Core PDAudioCF" | 14 select SND_VX_LIB 15 help 16 Say Y here to include support for Digigram VXpocket and 17 VXpocket 440 soundcards. 18 19 To compile this driver as a module, choose M here: the module 20 will be called snd-vxpocket. 21 22config SND_PDAUDIOCF 23 tristate "Sound Core PDAudioCF" |
19 depends on SND && PCMCIA | |
20 select SND_PCM 21 help 22 Say Y here to include support for Sound Core PDAudioCF 23 soundcards. 24 25 To compile this driver as a module, choose M here: the module 26 will be called snd-pdaudiocf. 27 | 24 select SND_PCM 25 help 26 Say Y here to include support for Sound Core PDAudioCF 27 soundcards. 28 29 To compile this driver as a module, choose M here: the module 30 will be called snd-pdaudiocf. 31 |
28endmenu | 32endif # SND_PCMCIA 33 |