Blame view

sound/soc/Kconfig 1.36 KB
a3288176d   Liam Girdwood   [ALSA] ASoC: Buil...
1
2
3
  #
  # SoC audio configuration
  #
89fe51179   Takashi Iwai   sound: Convert to...
4
  menuconfig SND_SOC
43a233890   Liam Girdwood   [ALSA] ASoC Kconf...
5
  	tristate "ALSA for SoC audio support"
1fc273b88   Takashi Iwai   [ALSA] soc - Fix ...
6
  	select SND_PCM
db845374e   Mark Brown   sound: ASoC: Fix ...
7
  	select AC97_BUS if SND_SOC_AC97_BUS
8a2cd6180   Mark Brown   ASoC: Add jack re...
8
  	select SND_JACK if INPUT=y || INPUT=SND
be3ea3b9e   Mark Brown   ASoC: Use new reg...
9
10
  	select REGMAP_I2C if I2C
  	select REGMAP_SPI if SPI_MASTER
a3288176d   Liam Girdwood   [ALSA] ASoC: Buil...
11
  	---help---
43a233890   Liam Girdwood   [ALSA] ASoC Kconf...
12
13
14
15
16
  	  If you want ASoC support, you should say Y here and also to the
  	  specific driver for your SoC platform below.
  	  
  	  ASoC provides power efficient ALSA support for embedded battery powered
  	  SoC based systems like PDA's, Phones and Personal Media Players.
a3288176d   Liam Girdwood   [ALSA] ASoC: Buil...
17

43a233890   Liam Girdwood   [ALSA] ASoC Kconf...
18
  	  This ASoC audio support can also be built as a module.  If so, the module
a3288176d   Liam Girdwood   [ALSA] ASoC: Buil...
19
  	  will be called snd-soc-core.
89fe51179   Takashi Iwai   sound: Convert to...
20
21
22
23
  if SND_SOC
  
  config SND_SOC_AC97_BUS
  	bool
0b34a3d03   Mark Brown   ASoC: Ease merge ...
24
  # All the supported SoCs
6c7425095   Sedji Gaouaou   ASoC: Merge AT91 ...
25
  source "sound/soc/atmel/Kconfig"
4a161d235   Manuel Lauss   ALSA: ASoC: Au12x...
26
  source "sound/soc/au1x/Kconfig"
0b34a3d03   Mark Brown   ASoC: Ease merge ...
27
28
  source "sound/soc/blackfin/Kconfig"
  source "sound/soc/davinci/Kconfig"
db5bf412b   Ryan Mallon   ASoC: ep93xx i2s ...
29
  source "sound/soc/ep93xx/Kconfig"
0b34a3d03   Mark Brown   ASoC: Ease merge ...
30
  source "sound/soc/fsl/Kconfig"
29e02cb3f   Mark Brown   ASoC: Hook i.MX i...
31
  source "sound/soc/imx/Kconfig"
9af838102   Mark Brown   ASoC: Fix sorting...
32
  source "sound/soc/jz4740/Kconfig"
1082e2703   Wan ZongShun   ASoC: NUC900/audi...
33
  source "sound/soc/nuc900/Kconfig"
0b34a3d03   Mark Brown   ASoC: Ease merge ...
34
  source "sound/soc/omap/Kconfig"
f9b95980f   apatard@mandriva.com   ASoC: kirkwood: A...
35
  source "sound/soc/kirkwood/Kconfig"
e62255f2a   Vinod Koul   ASoC: sst v2: Add...
36
  source "sound/soc/mid-x86/Kconfig"
009ad054b   Dong Aisheng   ASoC: mxs: add as...
37
  source "sound/soc/mxs/Kconfig"
734c2d4bb   Liam Girdwood   [ALSA] ASoC pxa2x...
38
  source "sound/soc/pxa/Kconfig"
5033f43c6   Jassi Brar   ASoC: Samsung: Re...
39
  source "sound/soc/samsung/Kconfig"
4b166da93   Daniel Glöckner   ASoC: Add driver ...
40
  source "sound/soc/s6000/Kconfig"
aef3b06ac   Manuel Lauss   [ALSA] SH7760 ASo...
41
  source "sound/soc/sh/Kconfig"
8b75d714a   Stephen Warren   ASoC: tegra: Kcon...
42
  source "sound/soc/tegra/Kconfig"
e24805dd8   Atsushi Nemoto   ASoC: Add TXx9 AC...
43
  source "sound/soc/txx9/Kconfig"
8dafc0fb4   Frank Mandarino   [ALSA] ASoC AT91R...
44

7f137ab67   Richard Purdie   [ALSA] ASoC codec...
45
46
  # Supported codecs
  source "sound/soc/codecs/Kconfig"
89fe51179   Takashi Iwai   sound: Convert to...
47
  endif	# SND_SOC