aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-03-10 16:12:26 -0400
committerTakashi Iwai <tiwai@suse.de>2014-03-11 02:53:36 -0400
commit5be50ac26635ba64339912943a88899a1f55f8e6 (patch)
tree31ed9f962194476453489994b73bd05f5b1296c1 /sound/pci
parent4913cd6964d9548d8636ac87e05b7db6c486add5 (diff)
ALSA: cs553*: Fix dependencies
The CS5530, CS5535 and CS5536 chipsets are companions of the Geode series of processors, which are 32-bit x86 processors. So the snd-cs5530 and snd-cs5535audio drivers are only needed on this architecture, except for build testing purpose. Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 56d93bf45025..b2890e3f2787 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -276,7 +276,7 @@ config SND_CS46XX_NEW_DSP
276 276
277config SND_CS5530 277config SND_CS5530
278 tristate "CS5530 Audio" 278 tristate "CS5530 Audio"
279 depends on ISA_DMA_API 279 depends on ISA_DMA_API && (X86_32 || COMPILE_TEST)
280 select SND_SB16_DSP 280 select SND_SB16_DSP
281 help 281 help
282 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. 282 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
@@ -286,6 +286,7 @@ config SND_CS5530
286 286
287config SND_CS5535AUDIO 287config SND_CS5535AUDIO
288 tristate "CS5535/CS5536 Audio" 288 tristate "CS5535/CS5536 Audio"
289 depends on X86_32 || COMPILE_TEST
289 select SND_PCM 290 select SND_PCM
290 select SND_AC97_CODEC 291 select SND_AC97_CODEC
291 help 292 help