From 8c183bb85b442f0e5c033ea0b6034737f5cf6012 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 6 Aug 2007 08:13:12 -0700 Subject: [PATCH] ARM: OMAP: cleanup: remove OMAP_MCBSP Kconfig warnings When the OMAP patches are applied and the kernel is built for a non-ARM target, there are a handful of Kconfig warnings due to the use of OMAP_MCBSP in arch-independent Kconfig files. This patch simply removes the 'select OMAP_MCBSP' in these arch-independent files since it is already 'default y' in arch/arm/plat-omap/Kconfig Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- sound/arm/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index 36463076691..c685a9cd9ae 100644 --- a/sound/arm/Kconfig +++ b/sound/arm/Kconfig @@ -39,7 +39,6 @@ config SND_OMAP_AIC23 select SND_PCM select I2C select I2C_OMAP if ARCH_OMAP - select OMAP_MCBSP select SENSORS_TLV320AIC23 help Say Y here if you have a OSK platform board @@ -53,7 +52,6 @@ config SND_OMAP_TSC2101 depends on ARCH_OMAP && SND select SND_PCM select SPI_TSC2101 - select OMAP_MCBSP help Say Y here if you have a OMAP platform board and want to use its TSC2101 audio chip. Driver has @@ -66,7 +64,6 @@ config SND_SX1 tristate "Siemens SX1 Egold alsa driver" depends on ARCH_OMAP && SND select SND_PCM - select OMAP_MCBSP help Say Y here if you have a OMAP310 based Siemens SX1. -- 2.41.1