Kconfig (ca6e4405779ed56ebac941570615abd667c72c02) Kconfig (1e6babb417f76bd6d1a4d1d633e5c46435acbfe7)
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

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

49source "sound/soc/mxs/Kconfig"
50source "sound/soc/pxa/Kconfig"
51source "sound/soc/qcom/Kconfig"
52source "sound/soc/rockchip/Kconfig"
53source "sound/soc/samsung/Kconfig"
54source "sound/soc/sh/Kconfig"
55source "sound/soc/sirf/Kconfig"
56source "sound/soc/spear/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

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

49source "sound/soc/mxs/Kconfig"
50source "sound/soc/pxa/Kconfig"
51source "sound/soc/qcom/Kconfig"
52source "sound/soc/rockchip/Kconfig"
53source "sound/soc/samsung/Kconfig"
54source "sound/soc/sh/Kconfig"
55source "sound/soc/sirf/Kconfig"
56source "sound/soc/spear/Kconfig"
57source "sound/soc/sti/Kconfig"
57source "sound/soc/tegra/Kconfig"
58source "sound/soc/txx9/Kconfig"
59source "sound/soc/ux500/Kconfig"
60source "sound/soc/xtensa/Kconfig"
61source "sound/soc/zte/Kconfig"
62
63# Supported codecs
64source "sound/soc/codecs/Kconfig"
65
66# generic frame-work
67source "sound/soc/generic/Kconfig"
68
69endif # SND_SOC
70
58source "sound/soc/tegra/Kconfig"
59source "sound/soc/txx9/Kconfig"
60source "sound/soc/ux500/Kconfig"
61source "sound/soc/xtensa/Kconfig"
62source "sound/soc/zte/Kconfig"
63
64# Supported codecs
65source "sound/soc/codecs/Kconfig"
66
67# generic frame-work
68source "sound/soc/generic/Kconfig"
69
70endif # SND_SOC
71