Blame view

sound/soc/imx/Kconfig 1.57 KB
9c1be7e8c   Eric Bénard   ASoC: clean i.MX ...
1
  menuconfig SND_IMX_SOC
c6848bf56   Paul Menzel   ASoC: Typo. s/Fre...
2
  	tristate "SoC Audio for Freescale i.MX CPUs"
3cc4e53f8   Mark Brown   ASoC: Remove BROK...
3
  	depends on ARCH_MXC
fd6a6394d   javier Martin   ASoC: add DMA pla...
4
  	select SND_PCM
8380222ec   Sascha Hauer   ASoC: Add a new i...
5
6
  	select FIQ
  	select SND_SOC_AC97_BUS
fd6a6394d   javier Martin   ASoC: add DMA pla...
7
8
  	help
  	  Say Y or M if you want to add support for codecs attached to
8380222ec   Sascha Hauer   ASoC: Add a new i...
9
  	  the i.MX SSI interface.
fd6a6394d   javier Martin   ASoC: add DMA pla...
10

f0fba2ad1   Liam Girdwood   ASoC: multi-compo...
11

9c1be7e8c   Eric Bénard   ASoC: clean i.MX ...
12
  if SND_IMX_SOC
fd6a6394d   javier Martin   ASoC: add DMA pla...
13

f0fba2ad1   Liam Girdwood   ASoC: multi-compo...
14
15
16
17
18
  config SND_MXC_SOC_FIQ
  	tristate
  
  config SND_MXC_SOC_MX2
  	tristate
eeec12468   Mark Brown   ASoC: Wolfson Mic...
19
20
  config SND_MXC_SOC_WM1133_EV1
  	tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
9c1be7e8c   Eric Bénard   ASoC: clean i.MX ...
21
  	depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
eeec12468   Mark Brown   ASoC: Wolfson Mic...
22
  	select SND_SOC_WM8350
f0fba2ad1   Liam Girdwood   ASoC: multi-compo...
23
  	select SND_MXC_SOC_FIQ
eeec12468   Mark Brown   ASoC: Wolfson Mic...
24
25
26
  	help
  	  Enable support for audio on the i.MX31ADS with the WM1133-EV1
  	  PMIC board with WM8835x fitted.
fc9cbe399   Sascha Hauer   ASoC: Add missing...
27

841a451f6   Javier Martin   ASoC: Add machine...
28
29
  config SND_SOC_MX27VIS_AIC32X4
  	tristate "SoC audio support for Visstrim M10 boards"
570a2429e   Axel Lin   ASoC: Make SND_SO...
30
  	depends on MACH_IMX27_VISSTRIM_M10 && I2C
684a65d4f   Wolfram Sang   ASoC: Fix typo in...
31
  	select SND_SOC_TLV320AIC32X4
841a451f6   Javier Martin   ASoC: Add machine...
32
33
34
35
  	select SND_MXC_SOC_MX2
  	help
  	  Say Y if you want to add support for SoC audio on Visstrim SM10
  	  board with TLV320AIC32X4 codec.
fc9cbe399   Sascha Hauer   ASoC: Add missing...
36
37
38
  config SND_SOC_PHYCORE_AC97
  	tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
  	depends on MACH_PCM043 || MACH_PCA100
fc9cbe399   Sascha Hauer   ASoC: Add missing...
39
  	select SND_SOC_WM9712
f0fba2ad1   Liam Girdwood   ASoC: multi-compo...
40
  	select SND_MXC_SOC_FIQ
fc9cbe399   Sascha Hauer   ASoC: Add missing...
41
42
43
  	help
  	  Say Y if you want to add support for SoC audio on Phytec phyCORE
  	  and phyCARD boards in AC97 mode
91157888f   Eric Bénard   ASoC: imx: add eu...
44
45
  
  config SND_SOC_EUKREA_TLV320
9c1be7e8c   Eric Bénard   ASoC: clean i.MX ...
46
  	tristate "Eukrea TLV320"
bb4d0044a   Eric Bénard   ASoC: Fix for cha...
47
48
  	depends on MACH_EUKREA_MBIMX27_BASEBOARD \
  		|| MACH_EUKREA_MBIMXSD25_BASEBOARD \
573f89b5f   Eric Bénard   ASoC: eukrea-tlv3...
49
50
  		|| MACH_EUKREA_MBIMXSD35_BASEBOARD \
  		|| MACH_EUKREA_MBIMXSD51_BASEBOARD
b381bc8ab   Arnd Bergmann   ASoC: imx: eukrea...
51
  	depends on I2C
91157888f   Eric Bénard   ASoC: imx: add eu...
52
  	select SND_SOC_TLV320AIC23
f0fba2ad1   Liam Girdwood   ASoC: multi-compo...
53
  	select SND_MXC_SOC_FIQ
91157888f   Eric Bénard   ASoC: imx: add eu...
54
55
  	help
  	  Enable I2S based access to the TLV320AIC23B codec attached
8a0bbbeb5   Eric Bénard   ASoC: eukrea-tlv3...
56
  	  to the SSI interface
9c1be7e8c   Eric Bénard   ASoC: clean i.MX ...
57
58
  
  endif	# SND_IMX_SOC