2011-04-12 21:40:37 +04:00
|
|
|
config SND_SOC_TEGRA
|
2011-01-08 08:36:17 +03:00
|
|
|
tristate "SoC Audio for the Tegra System-on-Chip"
|
2013-07-15 20:09:40 +04:00
|
|
|
depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
|
2013-11-07 02:18:22 +04:00
|
|
|
depends on COMMON_CLK
|
|
|
|
depends on RESET_CONTROLLER
|
2012-04-13 21:23:36 +04:00
|
|
|
select REGMAP_MMIO
|
2013-07-17 13:18:33 +04:00
|
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
2011-01-08 08:36:17 +03:00
|
|
|
help
|
|
|
|
Say Y or M here if you want support for SoC audio on Tegra.
|
|
|
|
|
2013-01-05 05:18:43 +04:00
|
|
|
config SND_SOC_TEGRA20_AC97
|
|
|
|
tristate
|
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
|
|
|
|
select SND_SOC_AC97_BUS
|
|
|
|
select SND_SOC_TEGRA20_DAS
|
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for codecs attached to the
|
|
|
|
Tegra20 AC97 interface. You will also need to select the individual
|
|
|
|
machine drivers to support below.
|
|
|
|
|
2012-04-06 20:30:52 +04:00
|
|
|
config SND_SOC_TEGRA20_DAS
|
2012-04-05 23:13:49 +04:00
|
|
|
tristate
|
2012-04-05 23:14:52 +04:00
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
|
2012-03-31 03:07:22 +04:00
|
|
|
help
|
2012-04-06 20:30:52 +04:00
|
|
|
Say Y or M if you want to add support for the Tegra20 DAS module.
|
2012-03-31 03:07:22 +04:00
|
|
|
You will also need to select the individual machine drivers to
|
|
|
|
support below.
|
|
|
|
|
2012-04-06 20:30:52 +04:00
|
|
|
config SND_SOC_TEGRA20_I2S
|
2011-01-08 08:36:17 +03:00
|
|
|
tristate
|
2012-04-05 23:14:52 +04:00
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
|
2012-04-06 20:30:52 +04:00
|
|
|
select SND_SOC_TEGRA20_DAS
|
2011-01-08 08:36:17 +03:00
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for codecs attached to the
|
2012-04-06 20:30:52 +04:00
|
|
|
Tegra20 I2S interface. You will also need to select the individual
|
2011-01-08 08:36:17 +03:00
|
|
|
machine drivers to support below.
|
|
|
|
|
2012-04-06 20:30:52 +04:00
|
|
|
config SND_SOC_TEGRA20_SPDIF
|
2011-07-05 20:55:27 +04:00
|
|
|
tristate
|
2012-04-05 23:14:52 +04:00
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
|
2011-07-05 20:55:27 +04:00
|
|
|
default m
|
|
|
|
help
|
2012-04-06 20:30:52 +04:00
|
|
|
Say Y or M if you want to add support for the Tegra20 SPDIF interface.
|
2011-07-05 20:55:27 +04:00
|
|
|
You will also need to select the individual machine drivers to support
|
|
|
|
below.
|
|
|
|
|
2012-04-11 02:32:01 +04: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.
|
|
|
|
|
2013-06-12 21:35:34 +04:00
|
|
|
config SND_SOC_TEGRA_RT5640
|
|
|
|
tristate "SoC Audio support for Tegra boards using an RT5640 codec"
|
2013-07-16 21:49:09 +04:00
|
|
|
depends on SND_SOC_TEGRA && I2C && GPIOLIB
|
2013-06-12 21:35:34 +04:00
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
|
|
|
select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
|
|
|
|
select SND_SOC_RT5640
|
|
|
|
help
|
|
|
|
Say Y or M here if you want to add support for SoC audio on Tegra
|
|
|
|
boards using the RT5640 codec, such as Dalmore.
|
|
|
|
|
2012-05-18 02:59:51 +04:00
|
|
|
config SND_SOC_TEGRA_WM8753
|
|
|
|
tristate "SoC Audio support for Tegra boards using a WM8753 codec"
|
2013-07-16 21:49:09 +04:00
|
|
|
depends on SND_SOC_TEGRA && I2C && GPIOLIB
|
2012-05-18 02:59:51 +04:00
|
|
|
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-12 21:40:37 +04:00
|
|
|
config SND_SOC_TEGRA_WM8903
|
2011-04-12 21:40:36 +04:00
|
|
|
tristate "SoC Audio support for Tegra boards using a WM8903 codec"
|
2013-07-16 21:49:09 +04:00
|
|
|
depends on SND_SOC_TEGRA && I2C && GPIOLIB
|
2012-04-06 20:30:52 +04:00
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
2012-04-11 02:32:01 +04:00
|
|
|
select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
|
2011-01-08 08:36:17 +03:00
|
|
|
select SND_SOC_WM8903
|
|
|
|
help
|
2011-04-12 21:40:36 +04:00
|
|
|
Say Y or M here if you want to add support for SoC audio on Tegra
|
2011-04-12 21:40:39 +04:00
|
|
|
boards using the WM8093 codec. Currently, the supported boards are
|
|
|
|
Harmony, Ventana, Seaboard, Kaen, and Aebl.
|
2011-01-08 08:36:17 +03:00
|
|
|
|
2013-01-16 16:05:12 +04:00
|
|
|
config SND_SOC_TEGRA_WM9712
|
|
|
|
tristate "SoC Audio support for Tegra boards using a WM9712 codec"
|
2013-07-16 21:49:09 +04:00
|
|
|
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC && GPIOLIB
|
2013-01-16 16:05:12 +04:00
|
|
|
select SND_SOC_TEGRA20_AC97
|
|
|
|
select SND_SOC_WM9712
|
|
|
|
help
|
|
|
|
Say Y or M here if you want to add support for SoC audio on Tegra
|
|
|
|
boards using the WM9712 (or compatible) codec.
|
|
|
|
|
2011-04-26 12:52:42 +04:00
|
|
|
config SND_SOC_TEGRA_TRIMSLICE
|
|
|
|
tristate "SoC Audio support for TrimSlice board"
|
2012-05-22 00:51:19 +04:00
|
|
|
depends on SND_SOC_TEGRA && I2C
|
2012-04-06 20:30:52 +04:00
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
2011-04-26 12:52:42 +04: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-19 23:51:52 +04:00
|
|
|
|
|
|
|
config SND_SOC_TEGRA_ALC5632
|
2012-03-31 03:07:20 +04:00
|
|
|
tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
|
2013-07-16 21:49:09 +04:00
|
|
|
depends on SND_SOC_TEGRA && I2C && GPIOLIB
|
2012-04-06 20:30:52 +04:00
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
2012-03-31 03:07:20 +04: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.
|
2013-12-05 02:19:27 +04:00
|
|
|
|
|
|
|
config SND_SOC_TEGRA_MAX98090
|
|
|
|
tristate "SoC Audio support for Tegra boards using a MAX98090 codec"
|
|
|
|
depends on SND_SOC_TEGRA && I2C && GPIOLIB
|
|
|
|
select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
|
|
|
|
select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
|
|
|
|
select SND_SOC_MAX98090
|
|
|
|
help
|
|
|
|
Say Y or M here if you want to add support for SoC audio on Tegra
|
|
|
|
boards using the MAX98090 codec, such as Venice2.
|