Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA PCMCIA drivers |
| 2 | |
| 3 | menu "PCMCIA devices" |
| 4 | depends on SND!=n && PCMCIA |
| 5 | |
| 6 | config SND_VXPOCKET |
| 7 | tristate "Digigram VXpocket" |
Erik Mouw | c93dd44 | 2006-04-25 13:08:59 +0200 | [diff] [blame] | 8 | depends on SND && PCMCIA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | select SND_VX_LIB |
| 10 | help |
Takashi Iwai | 6d00a31 | 2005-06-30 13:40:51 +0200 | [diff] [blame] | 11 | Say Y here to include support for Digigram VXpocket and |
| 12 | VXpocket 440 soundcards. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | |
| 14 | To compile this driver as a module, choose M here: the module |
| 15 | will be called snd-vxpocket. |
| 16 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | config SND_PDAUDIOCF |
| 18 | tristate "Sound Core PDAudioCF" |
Erik Mouw | c93dd44 | 2006-04-25 13:08:59 +0200 | [diff] [blame] | 19 | depends on SND && PCMCIA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 28 | endmenu |