diff options
author | Lauri Kasanen <cand@gmx.com> | 2021-01-15 12:35:00 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-25 11:48:23 +0100 |
commit | 1448f8acf4cc61197a228bdb7126e7eeb92760fe (patch) | |
tree | 9c4283dec91387c5faa1f08ccb036202c06dd0c0 /sound/mips/Kconfig | |
parent | MIPS: make kgdb depend on FPU support (diff) | |
download | linux-1448f8acf4cc61197a228bdb7126e7eeb92760fe.tar.xz linux-1448f8acf4cc61197a228bdb7126e7eeb92760fe.zip |
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/Kconfig | 7 |
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 |