summaryrefslogtreecommitdiff
path: root/sound/soc/imx/Kconfig
blob: 816e0030c2807896a27547431b9d05f5dab52e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
config SND_MXC_SOC
 tristate "SoC Audio for the Freescale i.MX CPU"
 depends on ARCH_MXC && SND
 select SND_PCM
 help
   Say Y or M if you want to add support for codecs attached to
   the MXC I2S or SSP interface. You will also need
   to select the audio interfaces to support below.

if SND_MXC_SOC

config SND_MXC_SOC_SSI
 tristate

config SND_MXC_SOC_IRAM
 bool "Locate Audio DMA playback buffers in IRAM"
 help
   Say Y if you don't want Audio playback buffers in external ram

config SND_SOC_IMX_3STACK_SGTL5000
 tristate "SoC Audio support for IMX - SGTL5000"
 select SND_MXC_SOC_SSI
 select SND_SOC_SGTL5000
 help
   Say Y if you want to add support for SoC audio on IMX 3STACK
   with the SGTL5000.

config SND_SOC_IMX_3STACK_AK4647
 tristate "SoC Audio support for IMX - AK4647"
 select SND_MXC_SOC_SSI
 select SND_SOC_AK4647
 help
   Say Y if you want to add support for SoC audio on IMX 3STACK
   with the AK4647.

endif