Merge branch 'kirkwood/cleanup' of git://git.infradead.org/users/jcooper/linux into...
[deliverable/linux.git] / sound / soc / tegra / Kconfig
CommitLineData
2ba9471b 1config SND_SOC_TEGRA
8b75d714 2 tristate "SoC Audio for the Tegra System-on-Chip"
9891e324 3 depends on ARCH_TEGRA && TEGRA20_APB_DMA
d19e779b 4 select REGMAP_MMIO
df79f55d 5 select SND_SOC_DMAENGINE_PCM if TEGRA20_APB_DMA
8b75d714
SW
6 help
7 Say Y or M here if you want support for SoC audio on Tegra.
8
896637ac 9config SND_SOC_TEGRA20_DAS
063dd9d4 10 tristate
a7fda2ba 11 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
d9bba496 12 help
896637ac 13 Say Y or M if you want to add support for the Tegra20 DAS module.
d9bba496
SW
14 You will also need to select the individual machine drivers to
15 support below.
16
896637ac 17config SND_SOC_TEGRA20_I2S
8b75d714 18 tristate
a7fda2ba 19 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
896637ac 20 select SND_SOC_TEGRA20_DAS
8b75d714
SW
21 help
22 Say Y or M if you want to add support for codecs attached to the
896637ac 23 Tegra20 I2S interface. You will also need to select the individual
8b75d714
SW
24 machine drivers to support below.
25
896637ac 26config SND_SOC_TEGRA20_SPDIF
774fec33 27 tristate
a7fda2ba 28 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
774fec33
SW
29 default m
30 help
896637ac 31 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
774fec33
SW
32 You will also need to select the individual machine drivers to support
33 below.
34
cdc04fd1
SW
35config SND_SOC_TEGRA30_AHUB
36 tristate
37 depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC
38 help
39 Say Y or M if you want to add support for the Tegra20 AHUB module.
40 You will also need to select the individual machine drivers to
41 support below.
42
43config SND_SOC_TEGRA30_I2S
44 tristate
45 depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC
46 select SND_SOC_TEGRA30_AHUB
47 help
48 Say Y or M if you want to add support for codecs attached to the
49 Tegra30 I2S interface. You will also need to select the individual
50 machine drivers to support below.
51
d8259ca5
SW
52config SND_SOC_TEGRA_WM8753
53 tristate "SoC Audio support for Tegra boards using a WM8753 codec"
54 depends on SND_SOC_TEGRA && I2C
55 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
56 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
57 select SND_SOC_WM8753
58 help
59 Say Y or M here if you want to add support for SoC audio on Tegra
60 boards using the WM8753 codec, such as Whistler.
61
2ba9471b 62config SND_SOC_TEGRA_WM8903
dc0a50af 63 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
773b1d3d 64 depends on SND_SOC_TEGRA && I2C
896637ac 65 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
cdc04fd1 66 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
8b75d714
SW
67 select SND_SOC_WM8903
68 help
dc0a50af 69 Say Y or M here if you want to add support for SoC audio on Tegra
773b1d3d
SW
70 boards using the WM8093 codec. Currently, the supported boards are
71 Harmony, Ventana, Seaboard, Kaen, and Aebl.
8b75d714 72
1307394a
MR
73config SND_SOC_TEGRA_TRIMSLICE
74 tristate "SoC Audio support for TrimSlice board"
0336553e 75 depends on SND_SOC_TEGRA && I2C
896637ac 76 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
1307394a
MR
77 select SND_SOC_TLV320AIC23
78 help
79 Say Y or M here if you want to add support for SoC audio on the
80 TrimSlice platform.
58783faf
LR
81
82config SND_SOC_TEGRA_ALC5632
4df8271e
SW
83 tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
84 depends on SND_SOC_TEGRA && I2C
896637ac 85 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
4df8271e
SW
86 select SND_SOC_ALC5632
87 help
88 Say Y or M here if you want to add support for SoC audio on the
89 Toshiba AC100 netbook.
This page took 0.086054 seconds and 5 git commands to generate.