2011-04-13 01:40:37 +08:00
|
|
|
config SND_SOC_TEGRA
|
2011-01-08 13:36:17 +08:00
|
|
|
tristate "SoC Audio for the Tegra System-on-Chip"
|
2012-06-29 19:34:33 +08:00
|
|
|
depends on ARCH_TEGRA && (TEGRA_SYSTEM_DMA || TEGRA20_APB_DMA)
|
2012-04-14 01:23:36 +08:00
|
|
|
select REGMAP_MMIO
|
2012-06-29 19:34:33 +08:00
|
|
|
select SND_SOC_DMAENGINE_PCM if TEGRA20_APB_DMA
|
2011-01-08 13:36:17 +08:00
|
|
|
help
|
|
|
|
Say Y or M here if you want support for SoC audio on Tegra.
|
|
|
|
|
2012-04-07 00:30:52 +08:00
|
|
|
config SND_SOC_TEGRA20_DAS
|
2012-04-06 03:13:49 +08:00
|
|
|
tristate
|
2012-04-06 03:14:52 +08:00
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
|
2012-03-31 07:07:22 +08:00
|
|
|
help
|
2012-04-07 00:30:52 +08:00
|
|
|
Say Y or M if you want to add support for the Tegra20 DAS module.
|
2012-03-31 07:07:22 +08:00
|
|
|
You will also need to select the individual machine drivers to
|
|
|
|
support below.
|
|
|
|
|
2012-04-07 00:30:52 +08:00
|
|
|
config SND_SOC_TEGRA20_I2S
|
2011-01-08 13:36:17 +08:00
|
|
|
tristate
|
2012-04-06 03:14:52 +08:00
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
|
2012-04-07 00:30:52 +08:00
|
|
|
select SND_SOC_TEGRA20_DAS
|
2011-01-08 13:36:17 +08:00
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for codecs attached to the
|
2012-04-07 00:30:52 +08:00
|
|
|
Tegra20 I2S interface. You will also need to select the individual
|
2011-01-08 13:36:17 +08:00
|
|
|
machine drivers to support below.
|
|
|
|
|
2012-04-07 00:30:52 +08:00
|
|
|
config SND_SOC_TEGRA20_SPDIF
|
2011-07-06 00:55:27 +08:00
|
|
|
tristate
|
2012-04-06 03:14:52 +08:00
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
|
2011-07-06 00:55:27 +08:00
|
|
|
default m
|
|
|
|
help
|
2012-04-07 00:30:52 +08:00
|
|
|
Say Y or M if you want to add support for the Tegra20 SPDIF interface.
|
2011-07-06 00:55:27 +08:00
|
|
|
You will also need to select the individual machine drivers to support
|
|
|
|
below.
|
|
|
|
|
2012-04-11 06:32:01 +08:00
|
|
|
config SND_SOC_TEGRA30_AHUB
|
|
|
|
tristate
|
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC
|
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for the Tegra20 AHUB module.
|
|
|
|
You will also need to select the individual machine drivers to
|
|
|
|
support below.
|
|
|
|
|
|
|
|
config SND_SOC_TEGRA30_I2S
|
|
|
|
tristate
|
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC
|
|
|
|
select SND_SOC_TEGRA30_AHUB
|
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for codecs attached to the
|
|
|
|
Tegra30 I2S interface. You will also need to select the individual
|
|
|
|
machine drivers to support below.
|
|
|
|
|
2012-05-18 06:59:51 +08:00
|
|
|
config SND_SOC_TEGRA_WM8753
|
|
|
|
tristate "SoC Audio support for Tegra boards using a WM8753 codec"
|
|
|
|
depends on SND_SOC_TEGRA && I2C
|
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
|
|
|
select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
|
|
|
|
select SND_SOC_WM8753
|
|
|
|
help
|
|
|
|
Say Y or M here if you want to add support for SoC audio on Tegra
|
|
|
|
boards using the WM8753 codec, such as Whistler.
|
|
|
|
|
2011-04-13 01:40:37 +08:00
|
|
|
config SND_SOC_TEGRA_WM8903
|
2011-04-13 01:40:36 +08:00
|
|
|
tristate "SoC Audio support for Tegra boards using a WM8903 codec"
|
2011-04-13 01:40:39 +08:00
|
|
|
depends on SND_SOC_TEGRA && I2C
|
2012-04-07 00:30:52 +08:00
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
2012-04-11 06:32:01 +08:00
|
|
|
select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
|
2011-01-08 13:36:17 +08:00
|
|
|
select SND_SOC_WM8903
|
|
|
|
help
|
2011-04-13 01:40:36 +08:00
|
|
|
Say Y or M here if you want to add support for SoC audio on Tegra
|
2011-04-13 01:40:39 +08:00
|
|
|
boards using the WM8093 codec. Currently, the supported boards are
|
|
|
|
Harmony, Ventana, Seaboard, Kaen, and Aebl.
|
2011-01-08 13:36:17 +08:00
|
|
|
|
2011-04-26 16:52:42 +08:00
|
|
|
config SND_SOC_TEGRA_TRIMSLICE
|
|
|
|
tristate "SoC Audio support for TrimSlice board"
|
2012-05-22 04:51:19 +08:00
|
|
|
depends on SND_SOC_TEGRA && I2C
|
2012-04-07 00:30:52 +08:00
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
2011-04-26 16:52:42 +08:00
|
|
|
select SND_SOC_TLV320AIC23
|
|
|
|
help
|
|
|
|
Say Y or M here if you want to add support for SoC audio on the
|
|
|
|
TrimSlice platform.
|
2011-12-20 03:51:52 +08:00
|
|
|
|
|
|
|
config SND_SOC_TEGRA_ALC5632
|
2012-03-31 07:07:20 +08:00
|
|
|
tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
|
|
|
|
depends on SND_SOC_TEGRA && I2C
|
2012-04-07 00:30:52 +08:00
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
2012-03-31 07:07:20 +08:00
|
|
|
select SND_SOC_ALC5632
|
|
|
|
help
|
|
|
|
Say Y or M here if you want to add support for SoC audio on the
|
|
|
|
Toshiba AC100 netbook.
|