Kconfig 2.9 KB
Newer Older
V
Vladimir Barinov 已提交
1
config SND_DAVINCI_SOC
2
	tristate
3
	depends on ARCH_DAVINCI
4
	select SND_EDMA_SOC
5 6

config SND_EDMA_SOC
7
	tristate "SoC Audio for Texas Instruments chips using eDMA"
8
	depends on TI_EDMA
9 10 11 12
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M here if you want audio support for TI SoC which uses eDMA.
	  The following line of SoCs are supported by this platform driver:
13
	  - daVinci devices
14 15
	  - AM335x
	  - AM437x/AM438x
16
	  - DRA7xx family
V
Vladimir Barinov 已提交
17 18 19 20

config SND_DAVINCI_SOC_I2S
	tristate

21
config SND_DAVINCI_SOC_MCASP
22
	tristate "Multichannel Audio Serial Port (McASP) support"
23
	depends on SND_OMAP_SOC || SND_EDMA_SOC
24 25 26 27 28 29
	help
	  Say Y or 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
30

31 32 33
config SND_DAVINCI_SOC_VCIF
	tristate

34 35 36 37 38
config SND_DAVINCI_SOC_GENERIC_EVM
	tristate
	select SND_SOC_TLV320AIC3X
	select SND_DAVINCI_SOC_MCASP

39 40
config SND_AM33XX_SOC_EVM
	tristate "SoC Audio for the AM33XX chip based boards"
41
	depends on SND_EDMA_SOC && SOC_AM33XX && I2C
42
	select SND_DAVINCI_SOC_GENERIC_EVM
43 44 45 46 47 48
	help
	  Say Y or M if you want to add support for SoC audio on AM33XX
	  boards using McASP and TLV320AIC3X codec. For example AM335X-EVM,
	  AM335X-EVMSK, and BeagelBone with AudioCape boards have this
	  setup.

V
Vladimir Barinov 已提交
49
config SND_DAVINCI_SOC_EVM
50
	tristate "SoC Audio support for DaVinci DM6446, DM355 or DM365 EVM"
51
	depends on SND_EDMA_SOC && I2C
52
	depends on MACH_DAVINCI_EVM || MACH_DAVINCI_DM355_EVM || MACH_DAVINCI_DM365_EVM
53
	select SND_DAVINCI_SOC_GENERIC_EVM
V
Vladimir Barinov 已提交
54 55
	help
	  Say Y if you want to add support for SoC audio on TI
56 57 58 59 60 61 62 63
	  DaVinci DM6446, DM355 or DM365 EVM platforms.

choice
	prompt "DM365 codec select"
	depends on SND_DAVINCI_SOC_EVM
	depends on MACH_DAVINCI_DM365_EVM

config SND_DM365_AIC3X_CODEC
64
	tristate "Audio Codec - AIC3101"
65 66 67 68
	help
	  Say Y if you want to add support for AIC3101 audio codec

config SND_DM365_VOICE_CODEC
69
	tristate "Voice Codec - CQ93VC"
70 71 72 73 74 75
	select MFD_DAVINCI_VOICECODEC
	select SND_DAVINCI_SOC_VCIF
	select SND_SOC_CQ0093VC
	help
	  Say Y if you want to add support for SoC On-chip voice codec
endchoice
76

77 78
config  SND_DM6467_SOC_EVM
	tristate "SoC Audio support for DaVinci DM6467 EVM"
79
	depends on SND_EDMA_SOC && MACH_DAVINCI_DM6467_EVM && I2C
80
	select SND_DAVINCI_SOC_GENERIC_EVM
81 82 83 84 85
	select SND_SOC_SPDIF

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

86
config  SND_DA830_SOC_EVM
87
	tristate "SoC Audio support for DA830/OMAP-L137 EVM"
88
	depends on SND_EDMA_SOC && MACH_DAVINCI_DA830_EVM && I2C
89
	select SND_DAVINCI_SOC_GENERIC_EVM
90 91 92

	help
	  Say Y if you want to add support for SoC audio on TI
93 94 95 96
	  DA830/OMAP-L137 EVM

config  SND_DA850_SOC_EVM
	tristate "SoC Audio support for DA850/OMAP-L138 EVM"
97
	depends on SND_EDMA_SOC && MACH_DAVINCI_DA850_EVM && I2C
98
	select SND_DAVINCI_SOC_GENERIC_EVM
99 100 101
	help
	  Say Y if you want to add support for SoC audio on TI
	  DA850/OMAP-L138 EVM
102