mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
[ALSA] Remove SND_GENERIC_DRIVER from isa/Kconfig
Modules: ISA Remove the obsolete SND_GENERIC_DRIVER from isa/Kconfig. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d29b761e61
commit
7f52bdb61b
@ -6,12 +6,10 @@ menu "ISA devices"
|
||||
config SND_AD1848_LIB
|
||||
tristate
|
||||
select SND_PCM
|
||||
select SND_GENERIC_DRIVER
|
||||
|
||||
config SND_CS4231_LIB
|
||||
tristate
|
||||
select SND_PCM
|
||||
select SND_GENERIC_DRIVER
|
||||
|
||||
config SND_AD1816A
|
||||
tristate "Analog Devices SoundPort AD1816A"
|
||||
@ -150,7 +148,6 @@ config SND_ES1688
|
||||
select SND_OPL3_LIB
|
||||
select SND_MPU401_UART
|
||||
select SND_PCM
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for ESS AudioDrive ES688 or
|
||||
ES1688 chips.
|
||||
@ -164,7 +161,6 @@ config SND_ES18XX
|
||||
select SND_OPL3_LIB
|
||||
select SND_MPU401_UART
|
||||
select SND_PCM
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for ESS AudioDrive ES18xx chips.
|
||||
|
||||
@ -180,7 +176,6 @@ config SND_GUSCLASSIC
|
||||
select SND_RAWMIDI
|
||||
select SND_PCM
|
||||
select SND_GUS_SYNTH
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for Gravis UltraSound Classic
|
||||
soundcards.
|
||||
@ -195,7 +190,6 @@ config SND_GUSEXTREME
|
||||
select SND_MPU401_UART
|
||||
select SND_PCM
|
||||
select SND_GUS_SYNTH
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for Gravis UltraSound Extreme
|
||||
soundcards.
|
||||
@ -209,7 +203,6 @@ config SND_GUSMAX
|
||||
select SND_RAWMIDI
|
||||
select SND_CS4231_LIB
|
||||
select SND_GUS_SYNTH
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for Gravis UltraSound MAX
|
||||
soundcards.
|
||||
@ -223,7 +216,6 @@ config SND_INTERWAVE
|
||||
select SND_RAWMIDI
|
||||
select SND_CS4231_LIB
|
||||
select SND_GUS_SYNTH
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for AMD InterWave based
|
||||
soundcards (Gravis UltraSound Plug & Play, STB SoundRage32,
|
||||
@ -238,7 +230,6 @@ config SND_INTERWAVE_STB
|
||||
select SND_RAWMIDI
|
||||
select SND_CS4231_LIB
|
||||
select SND_GUS_SYNTH
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for AMD InterWave based
|
||||
soundcards with a TEA6330T bass and treble regulator
|
||||
@ -294,7 +285,6 @@ config SND_OPTI93X
|
||||
select SND_OPL3_LIB
|
||||
select SND_MPU401_UART
|
||||
select SND_PCM
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for soundcards based on Opti
|
||||
82C93x chips.
|
||||
@ -308,7 +298,6 @@ config SND_SB8
|
||||
select SND_OPL3_LIB
|
||||
select SND_RAWMIDI
|
||||
select SND_PCM
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for Creative Sound Blaster 1.0/
|
||||
2.0/Pro (8-bit) or 100% compatible soundcards.
|
||||
@ -322,7 +311,6 @@ config SND_SB16
|
||||
select SND_OPL3_LIB
|
||||
select SND_MPU401_UART
|
||||
select SND_PCM
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for Sound Blaster 16 soundcards
|
||||
(including the Plug and Play version).
|
||||
@ -336,7 +324,6 @@ config SND_SBAWE
|
||||
select SND_OPL3_LIB
|
||||
select SND_MPU401_UART
|
||||
select SND_PCM
|
||||
select SND_GENERIC_DRIVER
|
||||
help
|
||||
Say Y here to include support for Sound Blaster AWE soundcards
|
||||
(including the Plug and Play version).
|
||||
|
Loading…
Reference in New Issue
Block a user