mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 11:40:53 +07:00
[ALSA] PCMCIA sound devices shouldn't depend on ISA
The ALSA drivers for PCMCIA devices depend on ISA, but modern laptops can have PCMCIA support without ISA. This patch removes the dependency. Signed-off-by: Erik Mouw <erik@harddisk-recovery.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d773781cee
commit
c93dd4451e
@ -5,7 +5,7 @@ menu "PCMCIA devices"
|
||||
|
||||
config SND_VXPOCKET
|
||||
tristate "Digigram VXpocket"
|
||||
depends on SND && PCMCIA && ISA
|
||||
depends on SND && PCMCIA
|
||||
select SND_VX_LIB
|
||||
help
|
||||
Say Y here to include support for Digigram VXpocket and
|
||||
@ -16,7 +16,7 @@ config SND_VXPOCKET
|
||||
|
||||
config SND_PDAUDIOCF
|
||||
tristate "Sound Core PDAudioCF"
|
||||
depends on SND && PCMCIA && ISA
|
||||
depends on SND && PCMCIA
|
||||
select SND_PCM
|
||||
help
|
||||
Say Y here to include support for Sound Core PDAudioCF
|
||||
|
Loading…
Reference in New Issue
Block a user