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