diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 10:04:14 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:27:20 -0500 |
commit | 597c3c96691c861e837f9024084b4943fa5fc0fd (patch) | |
tree | 1a27106490d5f24fe270d2be1d5e209d65b3c329 /sound/drivers/Kconfig | |
parent | b3fe95123f0db79dd0345d249c312823178c11f5 (diff) |
[ALSA] Remove SND_GENERIC_DRIVER from drivers/Kconfig
Modules: Generic drivers
Remove SND_GENERIC_DRIVER from drivers/Kconfig.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers/Kconfig')
-rw-r--r-- | sound/drivers/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index efcb4eb2d1a0..d008855cf9a0 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -6,7 +6,6 @@ menu "Generic devices" | |||
6 | 6 | ||
7 | config SND_MPU401_UART | 7 | config SND_MPU401_UART |
8 | tristate | 8 | tristate |
9 | select SND_TIMER | ||
10 | select SND_RAWMIDI | 9 | select SND_RAWMIDI |
11 | 10 | ||
12 | config SND_OPL3_LIB | 11 | config SND_OPL3_LIB |
@@ -29,7 +28,6 @@ config SND_DUMMY | |||
29 | tristate "Dummy (/dev/null) soundcard" | 28 | tristate "Dummy (/dev/null) soundcard" |
30 | depends on SND | 29 | depends on SND |
31 | select SND_PCM | 30 | select SND_PCM |
32 | select SND_GENERIC_DRIVER | ||
33 | help | 31 | help |
34 | Say Y here to include the dummy driver. This driver does | 32 | Say Y here to include the dummy driver. This driver does |
35 | nothing, but emulates various mixer controls and PCM devices. | 33 | nothing, but emulates various mixer controls and PCM devices. |
@@ -45,7 +43,6 @@ config SND_VIRMIDI | |||
45 | depends on SND_SEQUENCER | 43 | depends on SND_SEQUENCER |
46 | select SND_TIMER | 44 | select SND_TIMER |
47 | select SND_RAWMIDI | 45 | select SND_RAWMIDI |
48 | select SND_GENERIC_DRIVER | ||
49 | help | 46 | help |
50 | Say Y here to include the virtual MIDI driver. This driver | 47 | Say Y here to include the virtual MIDI driver. This driver |
51 | allows to connect applications using raw MIDI devices to | 48 | allows to connect applications using raw MIDI devices to |
@@ -59,9 +56,7 @@ config SND_VIRMIDI | |||
59 | config SND_MTPAV | 56 | config SND_MTPAV |
60 | tristate "MOTU MidiTimePiece AV multiport MIDI" | 57 | tristate "MOTU MidiTimePiece AV multiport MIDI" |
61 | depends on SND | 58 | depends on SND |
62 | select SND_TIMER | ||
63 | select SND_RAWMIDI | 59 | select SND_RAWMIDI |
64 | select SND_GENERIC_DRIVER | ||
65 | help | 60 | help |
66 | To use a MOTU MidiTimePiece AV multiport MIDI adapter | 61 | To use a MOTU MidiTimePiece AV multiport MIDI adapter |
67 | connected to the parallel port, say Y here and make sure that | 62 | connected to the parallel port, say Y here and make sure that |
@@ -73,9 +68,7 @@ config SND_MTPAV | |||
73 | config SND_SERIAL_U16550 | 68 | config SND_SERIAL_U16550 |
74 | tristate "UART16550 serial MIDI driver" | 69 | tristate "UART16550 serial MIDI driver" |
75 | depends on SND | 70 | depends on SND |
76 | select SND_TIMER | ||
77 | select SND_RAWMIDI | 71 | select SND_RAWMIDI |
78 | select SND_GENERIC_DRIVER | ||
79 | help | 72 | help |
80 | To include support for MIDI serial port interfaces, say Y here | 73 | To include support for MIDI serial port interfaces, say Y here |
81 | and read <file:Documentation/sound/alsa/serial-u16550.txt>. | 74 | and read <file:Documentation/sound/alsa/serial-u16550.txt>. |
@@ -92,7 +85,6 @@ config SND_MPU401 | |||
92 | tristate "Generic MPU-401 UART driver" | 85 | tristate "Generic MPU-401 UART driver" |
93 | depends on SND | 86 | depends on SND |
94 | select SND_MPU401_UART | 87 | select SND_MPU401_UART |
95 | select SND_GENERIC_DRIVER | ||
96 | help | 88 | help |
97 | Say Y here to include support for MIDI ports compatible with | 89 | Say Y here to include support for MIDI ports compatible with |
98 | the Roland MPU-401 interface in UART mode. | 90 | the Roland MPU-401 interface in UART mode. |