# ALSA generic drivers

config SND_SERIALMIDI
	tristate "Generic driver for serial MIDI adapters"
	depends on SND
	select SND_RAWMIDI
	help
	  If you want to use MIDI adapters connected to a standard
	  serial port, say Y here and read
	  <file:Documentation/sound/alsa/serialmidi.txt>.

	  For multi-port devices, this driver supports port selection
	  with the Roland SoundCanvas protocol and for Midiator
	  MS-124T/W devices; many other devices are SoundCanvas
	  compatible.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-serialmidi.

config SND_LOOPBACK
	tristate "Generic loopback driver (PCM)"
	depends on SND
	select SND_PCM
	help
	  Say 'Y' or 'M' to include support for the PCM loopback device.

config SND_PORTMAN2X4
	tristate "Portman 2x4 driver"
	depends on SND && PARPORT
	select SND_RAWMIDI
	help
	  Say 'Y' or 'M' to include support for Portman 2x4.
