Kconfig 2.9 KB
Newer Older
1
config SND_SOC_TEGRA
2
	tristate "SoC Audio for the Tegra System-on-Chip"
3
	depends on ARCH_TEGRA && TEGRA20_APB_DMA
S
Stephen Warren 已提交
4
	select REGMAP_MMIO
5
	select SND_SOC_DMAENGINE_PCM if TEGRA20_APB_DMA
6 7 8
	help
	  Say Y or M here if you want support for SoC audio on Tegra.

9
config SND_SOC_TEGRA20_DAS
10
	tristate
11
	depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
12
	help
13
	  Say Y or M if you want to add support for the Tegra20 DAS module.
14 15 16
	  You will also need to select the individual machine drivers to
	  support below.

17
config SND_SOC_TEGRA20_I2S
18
	tristate
19
	depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
20
	select SND_SOC_TEGRA20_DAS
21 22
	help
	  Say Y or M if you want to add support for codecs attached to the
23
	  Tegra20 I2S interface. You will also need to select the individual
24 25
	  machine drivers to support below.

26
config SND_SOC_TEGRA20_SPDIF
27
	tristate
28
	depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
29 30
	default m
	help
31
	  Say Y or M if you want to add support for the Tegra20 SPDIF interface.
32 33 34
	  You will also need to select the individual machine drivers to support
	  below.

35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
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.

52 53 54 55 56 57 58 59 60 61
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.

62
config SND_SOC_TEGRA_WM8903
63
	tristate "SoC Audio support for Tegra boards using a WM8903 codec"
64
	depends on SND_SOC_TEGRA && I2C
65
	select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
66
	select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
67 68
	select SND_SOC_WM8903
	help
69
	  Say Y or M here if you want to add support for SoC audio on Tegra
70 71
	  boards using the WM8093 codec. Currently, the supported boards are
	  Harmony, Ventana, Seaboard, Kaen, and Aebl.
72

73 74
config SND_SOC_TEGRA_TRIMSLICE
	tristate "SoC Audio support for TrimSlice board"
75
	depends on SND_SOC_TEGRA && I2C
76
	select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
77 78 79 80
	select SND_SOC_TLV320AIC23
	help
	  Say Y or M here if you want to add support for SoC audio on the
	  TrimSlice platform.
81 82

config SND_SOC_TEGRA_ALC5632
83 84
	tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
	depends on SND_SOC_TEGRA && I2C
85
	select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
86 87 88 89
	select SND_SOC_ALC5632
	help
	  Say Y or M here if you want to add support for SoC audio on the
	  Toshiba AC100 netbook.