blob: 8fc653ca3ab40b3ef04d1a58723a2466086ab8ff [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"
Mark Brown22abf842013-07-15 17:09:40 +01003 depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
Stephen Warrend19e7792012-04-13 11:23:36 -06004 select REGMAP_MMIO
Mark Brown2086d072013-07-17 10:18:33 +01005 select SND_SOC_GENERIC_DMAENGINE_PCM
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 Warren040a62c2013-06-12 11:35:34 -060062config SND_SOC_TEGRA_RT5640
63 tristate "SoC Audio support for Tegra boards using an RT5640 codec"
Mark Brown2fa1b902013-07-16 18:49:09 +010064 depends on SND_SOC_TEGRA && I2C && GPIOLIB
Stephen Warren040a62c2013-06-12 11:35:34 -060065 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_RT5640
68 help
69 Say Y or M here if you want to add support for SoC audio on Tegra
70 boards using the RT5640 codec, such as Dalmore.
71
Stephen Warrend8259ca2012-05-17 16:59:51 -060072config SND_SOC_TEGRA_WM8753
73 tristate "SoC Audio support for Tegra boards using a WM8753 codec"
Mark Brown2fa1b902013-07-16 18:49:09 +010074 depends on SND_SOC_TEGRA && I2C && GPIOLIB
Stephen Warrend8259ca2012-05-17 16:59:51 -060075 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
76 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
77 select SND_SOC_WM8753
78 help
79 Say Y or M here if you want to add support for SoC audio on Tegra
80 boards using the WM8753 codec, such as Whistler.
81
Stephen Warren2ba94712011-04-12 11:40:37 -060082config SND_SOC_TEGRA_WM8903
Stephen Warrendc0a50af2011-04-12 11:40:36 -060083 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
Mark Brown2fa1b902013-07-16 18:49:09 +010084 depends on SND_SOC_TEGRA && I2C && GPIOLIB
Stephen Warren896637a2012-04-06 10:30:52 -060085 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
Stephen Warrencdc04fd2012-04-10 16:32:01 -060086 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
Stephen Warren8b75d712011-01-07 22:36:17 -070087 select SND_SOC_WM8903
88 help
Stephen Warrendc0a50af2011-04-12 11:40:36 -060089 Say Y or M here if you want to add support for SoC audio on Tegra
Stephen Warren773b1d32011-04-12 11:40:39 -060090 boards using the WM8093 codec. Currently, the supported boards are
91 Harmony, Ventana, Seaboard, Kaen, and Aebl.
Stephen Warren8b75d712011-01-07 22:36:17 -070092
Lucas Stach6995b8c2013-01-16 13:05:12 +010093config SND_SOC_TEGRA_WM9712
94 tristate "SoC Audio support for Tegra boards using a WM9712 codec"
Mark Brown2fa1b902013-07-16 18:49:09 +010095 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC && GPIOLIB
Lucas Stach6995b8c2013-01-16 13:05:12 +010096 select SND_SOC_TEGRA20_AC97
97 select SND_SOC_WM9712
98 help
99 Say Y or M here if you want to add support for SoC audio on Tegra
100 boards using the WM9712 (or compatible) codec.
101
Mike Rapoport13073942011-04-26 11:52:42 +0300102config SND_SOC_TEGRA_TRIMSLICE
103 tristate "SoC Audio support for TrimSlice board"
Stephen Warren03365532012-05-21 14:51:19 -0600104 depends on SND_SOC_TEGRA && I2C
Stephen Warren896637a2012-04-06 10:30:52 -0600105 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
Mike Rapoport13073942011-04-26 11:52:42 +0300106 select SND_SOC_TLV320AIC23
107 help
108 Say Y or M here if you want to add support for SoC audio on the
109 TrimSlice platform.
Leon Romanovsky58783fa2011-12-19 21:51:52 +0200110
111config SND_SOC_TEGRA_ALC5632
Stephen Warren4df82712012-03-30 17:07:20 -0600112 tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
Mark Brown2fa1b902013-07-16 18:49:09 +0100113 depends on SND_SOC_TEGRA && I2C && GPIOLIB
Stephen Warren896637a2012-04-06 10:30:52 -0600114 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
Stephen Warren4df82712012-03-30 17:07:20 -0600115 select SND_SOC_ALC5632
116 help
117 Say Y or M here if you want to add support for SoC audio on the
118 Toshiba AC100 netbook.