diff options
author | Erik Mouw <erik@harddisk-recovery.com> | 2006-04-25 13:08:59 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-04-27 21:10:48 +0200 |
commit | c93dd4451ef68a5494c376944bdff8d75a8625bc (patch) | |
tree | 3e49fc808433ecc4fc92805c49108231cb8bf6a6 | |
parent | d773781cee3e3003c4a77589d327de802b26e101 (diff) | |
download | op-kernel-dev-c93dd4451ef68a5494c376944bdff8d75a8625bc.zip op-kernel-dev-c93dd4451ef68a5494c376944bdff8d75a8625bc.tar.gz |
[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>
-rw-r--r-- | sound/pcmcia/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pcmcia/Kconfig b/sound/pcmcia/Kconfig index 5d1b0b7..c9fa1a2 100644 --- a/sound/pcmcia/Kconfig +++ b/sound/pcmcia/Kconfig @@ -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 |