aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-03-11 06:38:34 -0400
committerTakashi Iwai <tiwai@suse.de>2014-03-11 07:10:30 -0400
commit61ef6f3e0b3bb8f6dd4d34dd29b2abfd3e682f32 (patch)
treeb722a6a57c9eff8dd0c33bf9cd6fba4791e337fb /sound/pci/Kconfig
parentcaaf5ef9493f72390905f1e97b310b8906d32dac (diff)
ALSA: cs5535audio: Also needed on MIPS
The CS5536 companion chipset is not only used on 32-bit x86 systems as I originally thought, it is also used on MIPS Loongson/Lemote 2 systems. So let the snd-cs5535audio driver be built on MIPS too. Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r--sound/pci/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index b2890e3f2787..47dfbd940f3c 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -286,7 +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 depends on X86_32 || MIPS || COMPILE_TEST
290 select SND_PCM 290 select SND_PCM
291 select SND_AC97_CODEC 291 select SND_AC97_CODEC
292 help 292 help