blob: b1c9d573da052f5cdd74a6f4637e51cfffdebce5 [file] [log] [blame]
Stephen Warren2ba94712011-04-12 11:40:37 -06001config SND_SOC_TEGRA
Stephen Warren8b75d712011-01-07 22:36:17 -07002 tristate "SoC Audio for the Tegra System-on-Chip"
Laxman Dewangan9891e322012-08-16 04:13:17 +00003 depends on ARCH_TEGRA && TEGRA20_APB_DMA
Stephen Warrend19e7792012-04-13 11:23:36 -06004 select REGMAP_MMIO
Lars-Peter Clausen11a85762013-04-15 19:19:52 +02005 select SND_SOC_GENERIC_DMAENGINE_PCM if TEGRA20_APB_DMA
Stephen Warren8b75d712011-01-07 22:36:17 -07006 help
7 Say Y or M here if you want support for SoC audio on Tegra.
8
Lucas Stach609dad92013-01-05 02:18:43 +01009config SND_SOC_TEGRA20_AC97
10 tristate
11 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
12 select SND_SOC_AC97_BUS
13 select SND_SOC_TEGRA20_DAS
14 help
15 Say Y or M if you want to add support for codecs attached to the
16 Tegra20 AC97 interface. You will also need to select the individual
17 machine drivers to support below.
18
Stephen Warren896637a2012-04-06 10:30:52 -060019config SND_SOC_TEGRA20_DAS
Stephen Warren063dd9d2012-04-05 13:13:49 -060020 tristate
Stephen Warrena7fda2b2012-04-05 13:14:52 -060021 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
Stephen Warrend9bba492012-03-30 17:07:22 -060022 help
Stephen Warren896637a2012-04-06 10:30:52 -060023 Say Y or M if you want to add support for the Tegra20 DAS module.
Stephen Warrend9bba492012-03-30 17:07:22 -060024 You will also need to select the individual machine drivers to
25 support below.
26
Stephen Warren896637a2012-04-06 10:30:52 -060027config SND_SOC_TEGRA20_I2S
Stephen Warren8b75d712011-01-07 22:36:17 -070028 tristate
Stephen Warrena7fda2b2012-04-05 13:14:52 -060029 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
Stephen Warren896637a2012-04-06 10:30:52 -060030 select SND_SOC_TEGRA20_DAS
Stephen Warren8b75d712011-01-07 22:36:17 -070031 help
32 Say Y or M if you want to add support for codecs attached to the
Stephen Warren896637a2012-04-06 10:30:52 -060033 Tegra20 I2S interface. You will also need to select the individual
Stephen Warren8b75d712011-01-07 22:36:17 -070034 machine drivers to support below.
35
Stephen Warren896637a2012-04-06 10:30:52 -060036config SND_SOC_TEGRA20_SPDIF
Stephen Warren774fec32011-07-05 10:55:27 -060037 tristate
Stephen Warrena7fda2b2012-04-05 13:14:52 -060038 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
Stephen Warren774fec32011-07-05 10:55:27 -060039 default m
40 help
Stephen Warren896637a2012-04-06 10:30:52 -060041 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
Stephen Warren774fec32011-07-05 10:55:27 -060042 You will also need to select the individual machine drivers to support
43 below.
44
Stephen Warrencdc04fd2012-04-10 16:32:01 -060045config SND_SOC_TEGRA30_AHUB
46 tristate
47 depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC
48 help
49 Say Y or M if you want to add support for the Tegra20 AHUB module.
50 You will also need to select the individual machine drivers to
51 support below.
52
53config SND_SOC_TEGRA30_I2S
54 tristate
55 depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC
56 select SND_SOC_TEGRA30_AHUB
57 help
58 Say Y or M if you want to add support for codecs attached to the
59 Tegra30 I2S interface. You will also need to select the individual
60 machine drivers to support below.
61
Stephen Warrend8259ca2012-05-17 16:59:51 -060062config SND_SOC_TEGRA_WM8753
63 tristate "SoC Audio support for Tegra boards using a WM8753 codec"
64 depends on SND_SOC_TEGRA && I2C
65 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
66 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
67 select SND_SOC_WM8753
68 help
69 Say Y or M here if you want to add support for SoC audio on Tegra
70 boards using the WM8753 codec, such as Whistler.
71
Stephen Warren2ba94712011-04-12 11:40:37 -060072config SND_SOC_TEGRA_WM8903
Stephen Warrendc0a50af2011-04-12 11:40:36 -060073 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
Stephen Warren773b1d32011-04-12 11:40:39 -060074 depends on SND_SOC_TEGRA && I2C
Stephen Warren896637a2012-04-06 10:30:52 -060075 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
Stephen Warrencdc04fd2012-04-10 16:32:01 -060076 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
Stephen Warren8b75d712011-01-07 22:36:17 -070077 select SND_SOC_WM8903
78 help
Stephen Warrendc0a50af2011-04-12 11:40:36 -060079 Say Y or M here if you want to add support for SoC audio on Tegra
Stephen Warren773b1d32011-04-12 11:40:39 -060080 boards using the WM8093 codec. Currently, the supported boards are
81 Harmony, Ventana, Seaboard, Kaen, and Aebl.
Stephen Warren8b75d712011-01-07 22:36:17 -070082
Lucas Stach6995b8c2013-01-16 13:05:12 +010083config SND_SOC_TEGRA_WM9712
84 tristate "SoC Audio support for Tegra boards using a WM9712 codec"
85 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
86 select SND_SOC_TEGRA20_AC97
87 select SND_SOC_WM9712
88 help
89 Say Y or M here if you want to add support for SoC audio on Tegra
90 boards using the WM9712 (or compatible) codec.
91
Mike Rapoport13073942011-04-26 11:52:42 +030092config SND_SOC_TEGRA_TRIMSLICE
93 tristate "SoC Audio support for TrimSlice board"
Stephen Warren03365532012-05-21 14:51:19 -060094 depends on SND_SOC_TEGRA && I2C
Stephen Warren896637a2012-04-06 10:30:52 -060095 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
Mike Rapoport13073942011-04-26 11:52:42 +030096 select SND_SOC_TLV320AIC23
97 help
98 Say Y or M here if you want to add support for SoC audio on the
99 TrimSlice platform.
Leon Romanovsky58783fa2011-12-19 21:51:52 +0200100
101config SND_SOC_TEGRA_ALC5632
Stephen Warren4df82712012-03-30 17:07:20 -0600102 tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
103 depends on SND_SOC_TEGRA && I2C
Stephen Warren896637a2012-04-06 10:30:52 -0600104 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
Stephen Warren4df82712012-03-30 17:07:20 -0600105 select SND_SOC_ALC5632
106 help
107 Say Y or M here if you want to add support for SoC audio on the
108 Toshiba AC100 netbook.