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
config CONFIG_SND_SOC_SIRF
	tristate "SoC Audio for the SiRF SoC chips"
	depends on CONFIG_ARCH_SIRF || CONFIG_COMPILE_TEST
	select CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM

config CONFIG_SND_SOC_SIRF_AUDIO
	tristate "SoC Audio support for SiRF internal audio codec"
	depends on CONFIG_SND_SOC_SIRF
	select CONFIG_SND_SOC_SIRF_AUDIO_CODEC
	select CONFIG_SND_SOC_SIRF_AUDIO_PORT

config CONFIG_SND_SOC_SIRF_AUDIO_PORT
	select CONFIG_REGMAP_MMIO
	tristate

config CONFIG_SND_SOC_SIRF_USP
	tristate "SoC Audio (I2S protocol) for SiRF SoC USP interface"
	depends on CONFIG_SND_SOC_SIRF
	select CONFIG_REGMAP_MMIO
	tristate