summaryrefslogtreecommitdiff
path: root/sound/mips/Kconfig
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2021-01-15 13:35:00 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-01-25 11:48:23 +0100
commit1448f8acf4cc61197a228bdb7126e7eeb92760fe (patch)
tree9c4283dec91387c5faa1f08ccb036202c06dd0c0 /sound/mips/Kconfig
parent42b20995fae6318fd2e85ddbbaf7b4f7c3724e68 (diff)
sound: Add n64 driver
This adds support for the Nintendo 64 console's sound. Signed-off-by: Lauri Kasanen <cand@gmx.com> Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'sound/mips/Kconfig')
-rw-r--r--sound/mips/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/mips/Kconfig b/sound/mips/Kconfig
index b497b803c834..c484b1e42395 100644
--- a/sound/mips/Kconfig
+++ b/sound/mips/Kconfig
@@ -24,5 +24,12 @@ config SND_SGI_HAL2
help
Sound support for the SGI Indy and Indigo2 Workstation.
+config SND_N64
+ bool "N64 Audio"
+ depends on MACH_NINTENDO64 && SND=y
+ select SND_PCM
+ help
+ Sound support for the N64.
+
endif # SND_MIPS