Kconfig 2.8 KB
Newer Older
1
config SND_SOC_TEGRA
2 3 4 5 6
	tristate "SoC Audio for the Tegra System-on-Chip"
	depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA
	help
	  Say Y or M here if you want support for SoC audio on Tegra.

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

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

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

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

50 51 52 53 54 55 56
config MACH_HAS_SND_SOC_TEGRA_WM8903
	bool
	help
	  Machines that use the SND_SOC_TEGRA_WM8903 driver should select
	  this config option, in order to allow the user to enable
	  SND_SOC_TEGRA_WM8903.

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

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

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