Kconfig (784cbf8ab4641c874806a938b9c863c91d70fbe5) Kconfig (c6aeb7de226dd08ad9b343fc6cbaf2ff36f69c84)
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

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

28
29config SND_SOC_GENERIC_DMAENGINE_PCM
30 bool
31 select SND_DMAENGINE_PCM
32
33# All the supported SoCs
34source "sound/soc/atmel/Kconfig"
35source "sound/soc/au1x/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

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

28
29config SND_SOC_GENERIC_DMAENGINE_PCM
30 bool
31 select SND_DMAENGINE_PCM
32
33# All the supported SoCs
34source "sound/soc/atmel/Kconfig"
35source "sound/soc/au1x/Kconfig"
36source "sound/soc/bcm/Kconfig"
36source "sound/soc/blackfin/Kconfig"
37source "sound/soc/cirrus/Kconfig"
38source "sound/soc/davinci/Kconfig"
39source "sound/soc/dwc/Kconfig"
40source "sound/soc/fsl/Kconfig"
41source "sound/soc/jz4740/Kconfig"
42source "sound/soc/nuc900/Kconfig"
43source "sound/soc/omap/Kconfig"
44source "sound/soc/kirkwood/Kconfig"
37source "sound/soc/blackfin/Kconfig"
38source "sound/soc/cirrus/Kconfig"
39source "sound/soc/davinci/Kconfig"
40source "sound/soc/dwc/Kconfig"
41source "sound/soc/fsl/Kconfig"
42source "sound/soc/jz4740/Kconfig"
43source "sound/soc/nuc900/Kconfig"
44source "sound/soc/omap/Kconfig"
45source "sound/soc/kirkwood/Kconfig"
45source "sound/soc/intel/Kconfig"
46source "sound/soc/mid-x86/Kconfig"
46source "sound/soc/mxs/Kconfig"
47source "sound/soc/pxa/Kconfig"
48source "sound/soc/samsung/Kconfig"
49source "sound/soc/s6000/Kconfig"
50source "sound/soc/sh/Kconfig"
51source "sound/soc/spear/Kconfig"
52source "sound/soc/tegra/Kconfig"
53source "sound/soc/txx9/Kconfig"
54source "sound/soc/ux500/Kconfig"
55
56# Supported codecs
57source "sound/soc/codecs/Kconfig"
58
59# generic frame-work
60source "sound/soc/generic/Kconfig"
61
62endif # SND_SOC
63
47source "sound/soc/mxs/Kconfig"
48source "sound/soc/pxa/Kconfig"
49source "sound/soc/samsung/Kconfig"
50source "sound/soc/s6000/Kconfig"
51source "sound/soc/sh/Kconfig"
52source "sound/soc/spear/Kconfig"
53source "sound/soc/tegra/Kconfig"
54source "sound/soc/txx9/Kconfig"
55source "sound/soc/ux500/Kconfig"
56
57# Supported codecs
58source "sound/soc/codecs/Kconfig"
59
60# generic frame-work
61source "sound/soc/generic/Kconfig"
62
63endif # SND_SOC
64