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_DAVINCI_SOC
	tristate
	depends on CONFIG_ARCH_DAVINCI
	select CONFIG_SND_EDMA_SOC

config CONFIG_SND_EDMA_SOC
	tristate "SoC Audio for Texas Instruments chips using eDMA"
	depends on CONFIG_TI_EDMA
	select CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or CONFIG_M here if you want audio support for TI SoC which uses eDMA.
	  The following line of SoCs are supported by this platform driver:
	  - daVinci devices
	  - AM335x
	  - AM437x/AM438x
	  - DRA7xx family

config CONFIG_SND_DAVINCI_SOC_I2S
	tristate "DaVinci Multichannel Buffered Serial Port (McBSP) support"
	depends on CONFIG_SND_EDMA_SOC
	help
	  Say Y or CONFIG_M here if you want to have support for McBSP IP found in
	  Texas Instruments DaVinci DA850 SoCs.

config CONFIG_SND_DAVINCI_SOC_MCASP
	tristate "Multichannel Audio Serial Port (McASP) support"
	depends on CONFIG_SND_OMAP_SOC || CONFIG_SND_EDMA_SOC
	help
	  Say Y or CONFIG_M here if you want to have support for McASP IP found in
	  various Texas Instruments SoCs like:
	  - daVinci devices
	  - Sitara line of SoCs (AM335x, AM438x, etc)
	  - DRA7x devices

config CONFIG_SND_DAVINCI_SOC_VCIF
	tristate

config CONFIG_SND_DAVINCI_SOC_GENERIC_EVM
	tristate
	select CONFIG_SND_SOC_TLV320AIC3X
	select CONFIG_SND_DAVINCI_SOC_MCASP

config CONFIG_SND_AM33XX_SOC_EVM
	tristate "SoC Audio for the AM33XX chip based boards"
	depends on CONFIG_SND_EDMA_SOC && CONFIG_SOC_AM33XX && CONFIG_I2C
	select CONFIG_SND_DAVINCI_SOC_GENERIC_EVM
	help
	  Say Y or CONFIG_M if you want to add support for SoC audio on AM33XX
	  boards using McASP and TLV320AIC3X codec. For example AM335X-CONFIG_EVM,
	  AM335X-EVMSK, and BeagelBone with AudioCape boards have this
	  setup.

config CONFIG_SND_DAVINCI_SOC_EVM
	tristate "SoC Audio support for DaVinci DM6446, DM355 or DM365 EVM"
	depends on CONFIG_SND_EDMA_SOC && CONFIG_I2C
	depends on CONFIG_MACH_DAVINCI_EVM || CONFIG_MACH_DAVINCI_DM355_EVM || CONFIG_MACH_DAVINCI_DM365_EVM
	select CONFIG_SND_DAVINCI_SOC_GENERIC_EVM
	help
	  Say Y if you want to add support for SoC audio on TI
	  DaVinci DM6446, DM355 or DM365 CONFIG_EVM platforms.

choice
	prompt "DM365 codec select"
	depends on CONFIG_SND_DAVINCI_SOC_EVM
	depends on CONFIG_MACH_DAVINCI_DM365_EVM

config CONFIG_SND_DM365_AIC3X_CODEC
	tristate "Audio Codec - AIC3101"
	help
	  Say Y if you want to add support for AIC3101 audio codec

config CONFIG_SND_DM365_VOICE_CODEC
	tristate "Voice Codec - CQ93VC"
	select CONFIG_MFD_DAVINCI_VOICECODEC
	select CONFIG_SND_DAVINCI_SOC_VCIF
	select CONFIG_SND_SOC_CQ0093VC
	help
	  Say Y if you want to add support for SoC On-chip voice codec
endchoice

config  CONFIG_SND_DM6467_SOC_EVM
	tristate "SoC Audio support for DaVinci DM6467 EVM"
	depends on CONFIG_SND_EDMA_SOC && CONFIG_MACH_DAVINCI_DM6467_EVM && CONFIG_I2C
	select CONFIG_SND_DAVINCI_SOC_GENERIC_EVM
	select CONFIG_SND_SOC_SPDIF

	help
	  Say Y if you want to add support for SoC audio on TI

config  CONFIG_SND_DA830_SOC_EVM
	tristate "SoC Audio support for DA830/OMAP-L137 EVM"
	depends on CONFIG_SND_EDMA_SOC && CONFIG_MACH_DAVINCI_DA830_EVM && CONFIG_I2C
	select CONFIG_SND_DAVINCI_SOC_GENERIC_EVM

	help
	  Say Y if you want to add support for SoC audio on TI
	  DA830/OMAP-L137 CONFIG_EVM

config  CONFIG_SND_DA850_SOC_EVM
	tristate "SoC Audio support for DA850/OMAP-L138 EVM"
	depends on CONFIG_SND_EDMA_SOC && CONFIG_MACH_DAVINCI_DA850_EVM && CONFIG_I2C
	select CONFIG_SND_DAVINCI_SOC_GENERIC_EVM
	help
	  Say Y if you want to add support for SoC audio on TI
	  DA850/OMAP-L138 CONFIG_EVM