diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-01-26 05:47:22 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@ti.com> | 2012-03-12 09:34:19 -0400 |
commit | 71e822e9dcd80923813705e5843eb39e065e8250 (patch) | |
tree | 5ed8f20874100f5495441fd2808139e1f67700c1 /sound/soc/omap/Kconfig | |
parent | 0210dc4eafcfd1b38ac178ebf63627f359d6371d (diff) |
OMAP: mcbsp: Move core driver under sound/soc/omap
In order to consolidate the McBSP driver move it out from
arch/arm/plat-omap directory under sound/soc/omap/
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Grazvydas Ignotas <notasas@gmail.com>
Tested-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 47b23fea20c..27a3a29f7cd 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -5,6 +5,10 @@ config SND_OMAP_SOC | |||
5 | config SND_OMAP_SOC_DMIC | 5 | config SND_OMAP_SOC_DMIC |
6 | tristate | 6 | tristate |
7 | 7 | ||
8 | config OMAP_MCBSP | ||
9 | tristate | ||
10 | depends on ARCH_OMAP | ||
11 | |||
8 | config SND_OMAP_SOC_MCBSP | 12 | config SND_OMAP_SOC_MCBSP |
9 | tristate | 13 | tristate |
10 | select OMAP_MCBSP | 14 | select OMAP_MCBSP |