ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / sound / drivers / Kconfig
1 # ALSA generic drivers
2
3 menu "Generic devices"
4         depends on SND!=n
5
6
7 config SND_MPU401_UART
8         tristate
9         select SND_TIMER
10         select SND_RAWMIDI
11
12 config SND_OPL3_LIB
13         tristate
14         select SND_TIMER
15         select SND_HWDEP
16
17 config SND_OPL4_LIB
18         tristate
19         select SND_TIMER
20         select SND_HWDEP
21
22 config SND_VX_LIB
23         tristate
24         select SND_HWDEP
25         select SND_PCM
26
27
28 config SND_DUMMY
29         tristate "Dummy (/dev/null) soundcard"
30         depends on SND
31         select SND_PCM
32         help
33           Say 'Y' or 'M' to include dummy driver. This driver does nothing, but
34           emulates various mixer controls and PCM devices.
35
36 config SND_VIRMIDI
37         tristate "Virtual MIDI soundcard"
38         depends on SND_SEQUENCER
39         select SND_TIMER
40         select SND_RAWMIDI
41         help
42           Say 'Y' or 'M' to include virtual MIDI driver. This driver allows to
43           connect applications using raw MIDI devices to sequencer.
44
45 config SND_MTPAV
46         tristate "MOTU MidiTimePiece AV multiport MIDI"
47         depends on SND
48         select SND_TIMER
49         select SND_RAWMIDI
50         help
51           Say 'Y' or 'M' to include support for MOTU MidiTimePiece AV multiport
52           MIDI adapter.
53
54 config SND_SERIAL_U16550
55         tristate "UART16550 - MIDI only driver"
56         depends on SND
57         select SND_TIMER
58         select SND_RAWMIDI
59         help
60           Say 'Y' or 'M' to include support for MIDI serial port driver. It works
61           with serial UARTs 16550 and better.
62
63 config SND_MPU401
64         tristate "Generic MPU-401 UART driver"
65         depends on SND
66         select SND_MPU401_UART
67         help
68           Say 'Y' or 'M' to include support for MPU401 hardware using UART access.
69
70 endmenu