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

config CONFIG_SND_BCM2835_SOC_I2S
	tristate "SoC Audio support for the Broadcom BCM2835 I2S module"
	depends on CONFIG_ARCH_BCM2835 || CONFIG_COMPILE_TEST
	select CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM
	select CONFIG_REGMAP_MMIO
	help
	  Say Y or CONFIG_M if you want to add support for codecs attached to
	  the BCM2835 I2S interface. You will also need
	  to select the audio interfaces to support below.

config CONFIG_SND_SOC_CYGNUS
	tristate "SoC platform audio for Broadcom Cygnus chips"
	depends on CONFIG_ARCH_BCM_CYGNUS || CONFIG_COMPILE_TEST
	depends on CONFIG_HAS_DMA
	help
	  Say Y if you want to add support for ASoC audio on Broadcom
	  Cygnus chips (bcm958300, bcm958305, bcm911360)

	  If you don't know what to do here, say N.