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

menuconfig CONFIG_SND_SUPERH
	bool "SUPERH sound devices"
	depends on CONFIG_SUPERH
	default y
	help
	  Support for sound devices specific to CONFIG_SUPERH architectures.
	  Drivers that are implemented on ASoC can be found in
	  "ALSA for SoC audio support" section.

if CONFIG_SND_SUPERH

config CONFIG_SND_AICA
	tristate "Dreamcast Yamaha AICA sound"
	depends on CONFIG_SH_DREAMCAST
	select CONFIG_SND_PCM
	select CONFIG_G2_DMA
	help
	  ALSA Sound driver for the SEGA Dreamcast console.

config CONFIG_SND_SH_DAC_AUDIO
	tristate "SuperH DAC audio support"
	depends on CONFIG_SND
	depends on CONFIG_CPU_SH3 && CONFIG_HIGH_RES_TIMERS
	select CONFIG_SND_PCM
	help
	  Say Y here to include support for the on-chip DAC.

endif	# CONFIG_SND_SUPERH