drivers: power: report battery voltage in AOSP compatible format
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / pcmcia / Kconfig
CommitLineData
1da177e4
LT
1# ALSA PCMCIA drivers
2
89fe5117
TI
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.
9
10if SND_PCMCIA && PCMCIA
1da177e4
LT
11
12config SND_VXPOCKET
13 tristate "Digigram VXpocket"
1da177e4
LT
14 select SND_VX_LIB
15 help
6d00a312
TI
16 Say Y here to include support for Digigram VXpocket and
17 VXpocket 440 soundcards.
1da177e4
LT
18
19 To compile this driver as a module, choose M here: the module
20 will be called snd-vxpocket.
21
1da177e4
LT
22config SND_PDAUDIOCF
23 tristate "Sound Core PDAudioCF"
1da177e4
LT
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
89fe5117
TI
32endif # SND_PCMCIA
33