Hi,
Since the McBSP driver has been moved out from arch/arm/plat-omap/ and it is combined as a single driver with the sound/soc/omap/omap-mcbsp.c there is no longer need to have CONFIG_OMAP_MCBSP. This series cleans up the Kconfigs, and Makefiles. Also it is fixes the issue that the OMAP audio drivers were not buildable as modules (the ones using McBSP) reported by Grazvydas Ignotas notasas@gmail.com
I have generated this series on top of Liam's for-3.4 branch. The arch/arm/mach-omap* patch applies cleanly on top of todays linux-next, so if this series goes via ASoC we are not going to have conflicts with stuff coming via l-o.
Tested on BeagleBoard, and SDP4430, compile tested for OMAP1.
This series should go via ASoC along with the rest of the McBSP changes.
Regards, Peter --- Peter Ujfalusi (2): ARM: OMAP: Remove CONFIG_OMAP_MCBSP references ASoC: OMAP: Build config cleanup for McBSP
arch/arm/mach-omap1/Kconfig | 3 --- arch/arm/mach-omap1/Makefile | 4 +++- arch/arm/mach-omap2/Makefile | 4 +++- sound/soc/omap/Kconfig | 6 ------ sound/soc/omap/Makefile | 3 +-- 5 files changed, 7 insertions(+), 13 deletions(-)