blob: 76dc230f2bb05e42e430535be777200fd457e537 [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"
3 depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA
Stephen Warrend19e7792012-04-13 11:23:36 -06004 select REGMAP_MMIO
Stephen Warren8b75d712011-01-07 22:36:17 -07005 help
6 Say Y or M here if you want support for SoC audio on Tegra.
7
Stephen Warren896637a2012-04-06 10:30:52 -06008config SND_SOC_TEGRA20_DAS
Stephen Warren063dd9d2012-04-05 13:13:49 -06009 tristate
Stephen Warrena7fda2b2012-04-05 13:14:52 -060010 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
Stephen Warrend9bba492012-03-30 17:07:22 -060011 help
Stephen Warren896637a2012-04-06 10:30:52 -060012 Say Y or M if you want to add support for the Tegra20 DAS module.
Stephen Warrend9bba492012-03-30 17:07:22 -060013 You will also need to select the individual machine drivers to
14 support below.
15
Stephen Warren896637a2012-04-06 10:30:52 -060016config SND_SOC_TEGRA20_I2S
Stephen Warren8b75d712011-01-07 22:36:17 -070017 tristate
Stephen Warrena7fda2b2012-04-05 13:14:52 -060018 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
Stephen Warren896637a2012-04-06 10:30:52 -060019 select SND_SOC_TEGRA20_DAS
Stephen Warren8b75d712011-01-07 22:36:17 -070020 help
21 Say Y or M if you want to add support for codecs attached to the
Stephen Warren896637a2012-04-06 10:30:52 -060022 Tegra20 I2S interface. You will also need to select the individual
Stephen Warren8b75d712011-01-07 22:36:17 -070023 machine drivers to support below.
24
Stephen Warren896637a2012-04-06 10:30:52 -060025config SND_SOC_TEGRA20_SPDIF
Stephen Warren774fec32011-07-05 10:55:27 -060026 tristate
Stephen Warrena7fda2b2012-04-05 13:14:52 -060027 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
Stephen Warren774fec32011-07-05 10:55:27 -060028 default m
29 help
Stephen Warren896637a2012-04-06 10:30:52 -060030 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
Stephen Warren774fec32011-07-05 10:55:27 -060031 You will also need to select the individual machine drivers to support
32 below.
33
Stephen Warrencdc04fd2012-04-10 16:32:01 -060034config 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
42config 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
Stephen Warrend8259ca2012-05-17 16:59:51 -060051config SND_SOC_TEGRA_WM8753
52 tristate "SoC Audio support for Tegra boards using a WM8753 codec"
53 depends on SND_SOC_TEGRA && I2C
54 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
55 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
56 select SND_SOC_WM8753
57 help
58 Say Y or M here if you want to add support for SoC audio on Tegra
59 boards using the WM8753 codec, such as Whistler.
60
Stephen Warren2ba94712011-04-12 11:40:37 -060061config SND_SOC_TEGRA_WM8903
Stephen Warrendc0a50a2011-04-12 11:40:36 -060062 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
Stephen Warren773b1d32011-04-12 11:40:39 -060063 depends on SND_SOC_TEGRA && I2C
Stephen Warren896637a2012-04-06 10:30:52 -060064 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
Stephen Warrencdc04fd2012-04-10 16:32:01 -060065 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
Stephen Warren8b75d712011-01-07 22:36:17 -070066 select SND_SOC_WM8903
67 help
Stephen Warrendc0a50a2011-04-12 11:40:36 -060068 Say Y or M here if you want to add support for SoC audio on Tegra
Stephen Warren773b1d32011-04-12 11:40:39 -060069 boards using the WM8093 codec. Currently, the supported boards are
70 Harmony, Ventana, Seaboard, Kaen, and Aebl.
Stephen Warren8b75d712011-01-07 22:36:17 -070071
Mike Rapoport13073942011-04-26 11:52:42 +030072config SND_SOC_TEGRA_TRIMSLICE
73 tristate "SoC Audio support for TrimSlice board"
Stephen Warren03365532012-05-21 14:51:19 -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
Mike Rapoport13073942011-04-26 11:52:42 +030076 select SND_SOC_TLV320AIC23
77 help
78 Say Y or M here if you want to add support for SoC audio on the
79 TrimSlice platform.
Leon Romanovsky58783fa2011-12-19 21:51:52 +020080
81config SND_SOC_TEGRA_ALC5632
Stephen Warren4df82712012-03-30 17:07:20 -060082 tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
83 depends on SND_SOC_TEGRA && I2C
Stephen Warren896637a2012-04-06 10:30:52 -060084 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
Stephen Warren4df82712012-03-30 17:07:20 -060085 select SND_SOC_ALC5632
86 help
87 Say Y or M here if you want to add support for SoC audio on the
88 Toshiba AC100 netbook.