1 # SPDX-License-Identifier: GPL-2.0-only << 2 # ALSA MIPS drivers 1 # ALSA MIPS drivers 3 2 4 menuconfig SND_MIPS 3 menuconfig SND_MIPS 5 bool "MIPS sound devices" 4 bool "MIPS sound devices" 6 depends on MIPS 5 depends on MIPS 7 default y 6 default y 8 help 7 help 9 Support for sound devices of MIPS ar 8 Support for sound devices of MIPS architectures. 10 9 11 if SND_MIPS 10 if SND_MIPS 12 11 13 config SND_SGI_O2 12 config SND_SGI_O2 14 tristate "SGI O2 Audio" 13 tristate "SGI O2 Audio" 15 depends on SGI_IP32 14 depends on SGI_IP32 16 select SND_PCM 15 select SND_PCM 17 help !! 16 help 18 Sound support for the SGI O2 Worksta !! 17 Sound support for the SGI O2 Workstation. 19 18 20 config SND_SGI_HAL2 19 config SND_SGI_HAL2 21 tristate "SGI HAL2 Audio" !! 20 tristate "SGI HAL2 Audio" 22 depends on SGI_HAS_HAL2 !! 21 depends on SGI_HAS_HAL2 23 select SND_PCM 22 select SND_PCM 24 help !! 23 help 25 Sound support for the SGI Indy and I !! 24 Sound support for the SGI Indy and Indigo2 Workstation. 26 25 27 config SND_N64 !! 26 28 bool "N64 Audio" !! 27 config SND_AU1X00 29 depends on MACH_NINTENDO64 && SND=y !! 28 tristate "Au1x00 AC97 Port Driver (DEPRECATED)" >> 29 depends on MIPS_ALCHEMY 30 select SND_PCM 30 select SND_PCM >> 31 select SND_AC97_CODEC 31 help 32 help 32 Sound support for the N64. !! 33 ALSA Sound driver for the Au1x00's AC97 port. >> 34 >> 35 Newer drivers for ASoC are available, please do not use >> 36 this driver as it will be removed in the future. 33 37 34 endif # SND_MIPS 38 endif # SND_MIPS 35 39
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.