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 Sparc drivers

menuconfig CONFIG_SND_SPARC
	bool "Sparc sound devices"
	depends on CONFIG_SPARC
	default y
	help
	  Support for sound devices specific to Sun CONFIG_SPARC architectures.

if CONFIG_SND_SPARC

config CONFIG_SND_SUN_AMD7930
	tristate "Sun AMD7930"
	depends on CONFIG_SBUS
	select CONFIG_SND_PCM
	help
	  Say Y here to include support for AMD7930 sound device on Sun.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called snd-sun-amd7930.

config CONFIG_SND_SUN_CS4231
	tristate "Sun CS4231"
	select CONFIG_SND_PCM
	select CONFIG_SND_TIMER
	help
	  Say Y here to include support for CS4231 sound device on Sun.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called snd-sun-cs4231.

config CONFIG_SND_SUN_DBRI
	tristate "Sun DBRI"
	depends on CONFIG_SBUS
	select CONFIG_SND_PCM
	help
	  Say Y here to include support for DBRI sound device on Sun.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called snd-sun-dbri.

endif	# CONFIG_SND_SPARC