Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # ALSA PCMCIA drivers |
| 3 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 4 | menuconfig SND_PCMCIA |
| 5 | bool "PCMCIA sound devices" |
| 6 | depends on PCMCIA |
| 7 | default y |
| 8 | help |
| 9 | Support for sound devices connected via the PCMCIA bus. |
| 10 | |
| 11 | if SND_PCMCIA && PCMCIA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | config SND_VXPOCKET |
| 14 | tristate "Digigram VXpocket" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | select SND_VX_LIB |
| 16 | help |
Takashi Iwai | 6d00a312 | 2005-06-30 13:40:51 +0200 | [diff] [blame] | 17 | Say Y here to include support for Digigram VXpocket and |
| 18 | VXpocket 440 soundcards. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
| 20 | To compile this driver as a module, choose M here: the module |
| 21 | will be called snd-vxpocket. |
| 22 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | config SND_PDAUDIOCF |
| 24 | tristate "Sound Core PDAudioCF" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | select SND_PCM |
| 26 | help |
| 27 | Say Y here to include support for Sound Core PDAudioCF |
| 28 | soundcards. |
| 29 | |
| 30 | To compile this driver as a module, choose M here: the module |
| 31 | will be called snd-pdaudiocf. |
| 32 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 33 | endif # SND_PCMCIA |
| 34 | |