Blame view

sound/pcmcia/Kconfig 725 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  # ALSA PCMCIA drivers
89fe51179   Takashi Iwai   sound: Convert to...
2
3
4
5
6
7
8
9
  menuconfig SND_PCMCIA
  	bool "PCMCIA sound devices"
  	depends on PCMCIA
  	default y
  	help
  	  Support for sound devices connected via the PCMCIA bus.
  
  if SND_PCMCIA && PCMCIA
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
10
11
12
  
  config SND_VXPOCKET
  	tristate "Digigram VXpocket"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13
14
  	select SND_VX_LIB
  	help
6d00a3127   Takashi Iwai   [ALSA] Fix and cl...
15
16
  	  Say Y here to include support for Digigram VXpocket and
  	  VXpocket 440 soundcards.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
17
18
19
  
  	  To compile this driver as a module, choose M here: the module
  	  will be called snd-vxpocket.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
20
21
  config SND_PDAUDIOCF
  	tristate "Sound Core PDAudioCF"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
22
23
24
25
26
27
28
  	select SND_PCM
  	help
  	  Say Y here to include support for Sound Core PDAudioCF
  	  soundcards.
  
  	  To compile this driver as a module, choose M here: the module
  	  will be called snd-pdaudiocf.
89fe51179   Takashi Iwai   sound: Convert to...
29
  endif	# SND_PCMCIA