Skip to content

Commit

Permalink
[ALSA] PCMCIA sound devices shouldn't depend on ISA
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Erik Mouw authored and Jaroslav Kysela committed Apr 27, 2006
1 parent d773781 commit c93dd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/pcmcia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c93dd44

Please sign in to comment.