diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-03-03 10:19:48 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-04 08:32:27 -0500 |
commit | 15ca1b19c6ab11fab61512684e987517e3cafad3 (patch) | |
tree | 7f80daa2b8e20e2e89a6bb77d7cad96f5e90cb50 /sound/soc/imx/Kconfig | |
parent | 9a3a101c1a34b498f466409ce5a1bf0fcbcc476b (diff) |
ASoC: imx: move SND_SOC_AC97_BUS selection down to machine driver
SND_SOC_AC97_BUS is selected to enable the AC97 support in soc-core.
Rather than selecting the option under SND_IMX_SOC, it's better to
leave the selection to individual machine driver which knows if AC97
support is needed or not.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx/Kconfig')
-rw-r--r-- | sound/soc/imx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig index 192861c2b4af..aa4294bf49b2 100644 --- a/sound/soc/imx/Kconfig +++ b/sound/soc/imx/Kconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | menuconfig SND_IMX_SOC | 1 | menuconfig SND_IMX_SOC |
2 | tristate "SoC Audio for Freescale i.MX CPUs" | 2 | tristate "SoC Audio for Freescale i.MX CPUs" |
3 | depends on ARCH_MXC | 3 | depends on ARCH_MXC |
4 | select SND_SOC_AC97_BUS | ||
5 | help | 4 | help |
6 | Say Y or M if you want to add support for codecs attached to | 5 | Say Y or M if you want to add support for codecs attached to |
7 | the i.MX SSI interface. | 6 | the i.MX SSI interface. |
@@ -38,6 +37,7 @@ config SND_SOC_MX27VIS_AIC32X4 | |||
38 | config SND_SOC_PHYCORE_AC97 | 37 | config SND_SOC_PHYCORE_AC97 |
39 | tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards" | 38 | tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards" |
40 | depends on MACH_PCM043 || MACH_PCA100 | 39 | depends on MACH_PCM043 || MACH_PCA100 |
40 | select SND_SOC_AC97_BUS | ||
41 | select SND_SOC_WM9712 | 41 | select SND_SOC_WM9712 |
42 | select SND_MXC_SOC_FIQ | 42 | select SND_MXC_SOC_FIQ |
43 | help | 43 | help |