]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
[ALSA] Remove SND_GENERIC_DRIVER from drivers/Kconfig
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Nov 2005 15:04:14 +0000 (16:04 +0100)
committerJaroslav Kysela <perex@suse.cz>
Tue, 3 Jan 2006 11:27:20 +0000 (12:27 +0100)
Modules: Generic drivers

Remove SND_GENERIC_DRIVER from drivers/Kconfig.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/Kconfig

index efcb4eb2d1a05c955f345c6ea10683ec60876b5f..d008855cf9a03f0fbf6685d97216ef405e143dee 100644 (file)
@@ -6,7 +6,6 @@ menu "Generic devices"
 
 config SND_MPU401_UART
         tristate
 
 config SND_MPU401_UART
         tristate
-       select SND_TIMER
         select SND_RAWMIDI
 
 config SND_OPL3_LIB
         select SND_RAWMIDI
 
 config SND_OPL3_LIB
@@ -29,7 +28,6 @@ config SND_DUMMY
        tristate "Dummy (/dev/null) soundcard"
        depends on SND
        select SND_PCM
        tristate "Dummy (/dev/null) soundcard"
        depends on SND
        select SND_PCM
-       select SND_GENERIC_DRIVER
        help
          Say Y here to include the dummy driver.  This driver does
          nothing, but emulates various mixer controls and PCM devices.
        help
          Say Y here to include the dummy driver.  This driver does
          nothing, but emulates various mixer controls and PCM devices.
@@ -45,7 +43,6 @@ config SND_VIRMIDI
        depends on SND_SEQUENCER
        select SND_TIMER
        select SND_RAWMIDI
        depends on SND_SEQUENCER
        select SND_TIMER
        select SND_RAWMIDI
-       select SND_GENERIC_DRIVER
        help
          Say Y here to include the virtual MIDI driver.  This driver
          allows to connect applications using raw MIDI devices to
        help
          Say Y here to include the virtual MIDI driver.  This driver
          allows to connect applications using raw MIDI devices to
@@ -59,9 +56,7 @@ config SND_VIRMIDI
 config SND_MTPAV
        tristate "MOTU MidiTimePiece AV multiport MIDI"
        depends on SND
 config SND_MTPAV
        tristate "MOTU MidiTimePiece AV multiport MIDI"
        depends on SND
-       select SND_TIMER
        select SND_RAWMIDI
        select SND_RAWMIDI
-       select SND_GENERIC_DRIVER
        help
          To use a MOTU MidiTimePiece AV multiport MIDI adapter
          connected to the parallel port, say Y here and make sure that
        help
          To use a MOTU MidiTimePiece AV multiport MIDI adapter
          connected to the parallel port, say Y here and make sure that
@@ -73,9 +68,7 @@ config SND_MTPAV
 config SND_SERIAL_U16550
        tristate "UART16550 serial MIDI driver"
        depends on SND
 config SND_SERIAL_U16550
        tristate "UART16550 serial MIDI driver"
        depends on SND
-       select SND_TIMER
        select SND_RAWMIDI
        select SND_RAWMIDI
-       select SND_GENERIC_DRIVER
        help
          To include support for MIDI serial port interfaces, say Y here
          and read <file:Documentation/sound/alsa/serial-u16550.txt>.
        help
          To include support for MIDI serial port interfaces, say Y here
          and read <file:Documentation/sound/alsa/serial-u16550.txt>.
@@ -92,7 +85,6 @@ config SND_MPU401
        tristate "Generic MPU-401 UART driver"
        depends on SND
        select SND_MPU401_UART
        tristate "Generic MPU-401 UART driver"
        depends on SND
        select SND_MPU401_UART
-       select SND_GENERIC_DRIVER
        help
          Say Y here to include support for MIDI ports compatible with
          the Roland MPU-401 interface in UART mode.
        help
          Say Y here to include support for MIDI ports compatible with
          the Roland MPU-401 interface in UART mode.