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_KIRKWOOD_SOC
	tristate "SoC Audio for the Marvell Kirkwood and Dove chips"
	depends on CONFIG_ARCH_DOVE || CONFIG_ARCH_MVEBU || CONFIG_COMPILE_TEST
	depends on CONFIG_HAS_DMA
	help
	  Say Y or CONFIG_M if you want to add support for codecs attached to
	  the Kirkwood I2S interface. You will also need to select the
	  audio interfaces to support below.

config CONFIG_SND_KIRKWOOD_SOC_ARMADA370_DB
	tristate "SoC Audio support for Armada 370 DB"
	depends on CONFIG_SND_KIRKWOOD_SOC && (CONFIG_ARCH_MVEBU || CONFIG_COMPILE_TEST) && CONFIG_I2C
	select CONFIG_SND_SOC_CS42L51
	select CONFIG_SND_SOC_SPDIF
	help
	  Say Y if you want to add support for SoC audio on
	  the Armada 370 Development Board.