5331c61faf0183a8a004ec82e49adc74669a267e
[deliverable/linux.git] / sound / soc / tegra / Kconfig
1 config SND_SOC_TEGRA
2 tristate "SoC Audio for the Tegra System-on-Chip"
3 depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA
4 select REGMAP_MMIO
5 help
6 Say Y or M here if you want support for SoC audio on Tegra.
7
8 config SND_SOC_TEGRA20_DAS
9 tristate
10 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
11 help
12 Say Y or M if you want to add support for the Tegra20 DAS module.
13 You will also need to select the individual machine drivers to
14 support below.
15
16 config SND_SOC_TEGRA20_I2S
17 tristate
18 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
19 select SND_SOC_TEGRA20_DAS
20 help
21 Say Y or M if you want to add support for codecs attached to the
22 Tegra20 I2S interface. You will also need to select the individual
23 machine drivers to support below.
24
25 config SND_SOC_TEGRA20_SPDIF
26 tristate
27 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
28 default m
29 help
30 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
31 You will also need to select the individual machine drivers to support
32 below.
33
34 config SND_SOC_TEGRA30_AHUB
35 tristate
36 depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC
37 help
38 Say Y or M if you want to add support for the Tegra20 AHUB module.
39 You will also need to select the individual machine drivers to
40 support below.
41
42 config SND_SOC_TEGRA30_I2S
43 tristate
44 depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC
45 select SND_SOC_TEGRA30_AHUB
46 help
47 Say Y or M if you want to add support for codecs attached to the
48 Tegra30 I2S interface. You will also need to select the individual
49 machine drivers to support below.
50
51 config MACH_HAS_SND_SOC_TEGRA_WM8903
52 bool
53 help
54 Machines that use the SND_SOC_TEGRA_WM8903 driver should select
55 this config option, in order to allow the user to enable
56 SND_SOC_TEGRA_WM8903.
57
58 config SND_SOC_TEGRA_WM8903
59 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
60 depends on SND_SOC_TEGRA && I2C
61 depends on MACH_HAS_SND_SOC_TEGRA_WM8903
62 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
63 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
64 select SND_SOC_WM8903
65 help
66 Say Y or M here if you want to add support for SoC audio on Tegra
67 boards using the WM8093 codec. Currently, the supported boards are
68 Harmony, Ventana, Seaboard, Kaen, and Aebl.
69
70 config SND_SOC_TEGRA_TRIMSLICE
71 tristate "SoC Audio support for TrimSlice board"
72 depends on SND_SOC_TEGRA && MACH_TRIMSLICE && I2C
73 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
74 select SND_SOC_TLV320AIC23
75 help
76 Say Y or M here if you want to add support for SoC audio on the
77 TrimSlice platform.
78
79 config SND_SOC_TEGRA_ALC5632
80 tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
81 depends on SND_SOC_TEGRA && I2C
82 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
83 select SND_SOC_ALC5632
84 help
85 Say Y or M here if you want to add support for SoC audio on the
86 Toshiba AC100 netbook.
This page took 0.046559 seconds and 4 git commands to generate.