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