Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
# ALSA CONFIG_MIPS drivers

menuconfig CONFIG_SND_MIPS
	bool "MIPS sound devices"
	depends on CONFIG_MIPS
	default y
	help
	  Support for sound devices of CONFIG_MIPS architectures.

if CONFIG_SND_MIPS

config CONFIG_SND_SGI_O2
	tristate "SGI O2 Audio"
	depends on CONFIG_SGI_IP32
	select CONFIG_SND_PCM
        help
                Sound support for the SGI O2 Workstation. 

config CONFIG_SND_SGI_HAL2
        tristate "SGI HAL2 Audio"
        depends on CONFIG_SGI_HAS_HAL2
	select CONFIG_SND_PCM
        help
                Sound support for the SGI Indy and Indigo2 Workstation.

endif	# CONFIG_SND_MIPS