Kconfig (1082e2703a2d91790f9349a6155913a8aa0d0b66) Kconfig (f9b95980f87f021f8c69646738929189838ad035)
1#
2# SoC audio configuration
3#
4
5menuconfig SND_SOC
6 tristate "ALSA for SoC audio support"
7 select SND_PCM
8 select AC97_BUS if SND_SOC_AC97_BUS

--- 18 unchanged lines hidden (view full) ---

27source "sound/soc/atmel/Kconfig"
28source "sound/soc/au1x/Kconfig"
29source "sound/soc/blackfin/Kconfig"
30source "sound/soc/davinci/Kconfig"
31source "sound/soc/fsl/Kconfig"
32source "sound/soc/imx/Kconfig"
33source "sound/soc/nuc900/Kconfig"
34source "sound/soc/omap/Kconfig"
1#
2# SoC audio configuration
3#
4
5menuconfig SND_SOC
6 tristate "ALSA for SoC audio support"
7 select SND_PCM
8 select AC97_BUS if SND_SOC_AC97_BUS

--- 18 unchanged lines hidden (view full) ---

27source "sound/soc/atmel/Kconfig"
28source "sound/soc/au1x/Kconfig"
29source "sound/soc/blackfin/Kconfig"
30source "sound/soc/davinci/Kconfig"
31source "sound/soc/fsl/Kconfig"
32source "sound/soc/imx/Kconfig"
33source "sound/soc/nuc900/Kconfig"
34source "sound/soc/omap/Kconfig"
35source "sound/soc/kirkwood/Kconfig"
35source "sound/soc/pxa/Kconfig"
36source "sound/soc/s3c24xx/Kconfig"
37source "sound/soc/s6000/Kconfig"
38source "sound/soc/sh/Kconfig"
39source "sound/soc/txx9/Kconfig"
40
41# Supported codecs
42source "sound/soc/codecs/Kconfig"
43
44endif # SND_SOC
45
36source "sound/soc/pxa/Kconfig"
37source "sound/soc/s3c24xx/Kconfig"
38source "sound/soc/s6000/Kconfig"
39source "sound/soc/sh/Kconfig"
40source "sound/soc/txx9/Kconfig"
41
42# Supported codecs
43source "sound/soc/codecs/Kconfig"
44
45endif # SND_SOC
46