diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-01-26 11:47:22 +0100 |
---|---|---|
committer | Liam Girdwood <lrg@ti.com> | 2012-03-12 14:34:19 +0100 |
commit | 71e822e9dcd80923813705e5843eb39e065e8250 (patch) | |
tree | 5ed8f20874100f5495441fd2808139e1f67700c1 /sound/soc/omap/Kconfig | |
parent | ARM: OMAP: mcbsp: Convert core driver to proper platform driver (diff) | |
download | linux-71e822e9dcd80923813705e5843eb39e065e8250.tar.xz linux-71e822e9dcd80923813705e5843eb39e065e8250.zip |
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 47b23fea20c2..27a3a29f7cd3 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -5,6 +5,10 @@ config SND_OMAP_SOC config SND_OMAP_SOC_DMIC tristate +config OMAP_MCBSP + tristate + depends on ARCH_OMAP + config SND_OMAP_SOC_MCBSP tristate select OMAP_MCBSP |