Commit 8c183bb8 authored by Kevin Hilman's avatar Kevin Hilman Committed by Tony Lindgren

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: default avatarKevin Hilman <khilman@mvista.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 590ed6b8
...@@ -39,7 +39,6 @@ config SND_OMAP_AIC23 ...@@ -39,7 +39,6 @@ config SND_OMAP_AIC23
select SND_PCM select SND_PCM
select I2C select I2C
select I2C_OMAP if ARCH_OMAP select I2C_OMAP if ARCH_OMAP
select OMAP_MCBSP
select SENSORS_TLV320AIC23 select SENSORS_TLV320AIC23
help help
Say Y here if you have a OSK platform board Say Y here if you have a OSK platform board
...@@ -53,7 +52,6 @@ config SND_OMAP_TSC2101 ...@@ -53,7 +52,6 @@ config SND_OMAP_TSC2101
depends on ARCH_OMAP && SND depends on ARCH_OMAP && SND
select SND_PCM select SND_PCM
select SPI_TSC2101 select SPI_TSC2101
select OMAP_MCBSP
help help
Say Y here if you have a OMAP platform board Say Y here if you have a OMAP platform board
and want to use its TSC2101 audio chip. Driver has and want to use its TSC2101 audio chip. Driver has
...@@ -66,7 +64,6 @@ config SND_SX1 ...@@ -66,7 +64,6 @@ config SND_SX1
tristate "Siemens SX1 Egold alsa driver" tristate "Siemens SX1 Egold alsa driver"
depends on ARCH_OMAP && SND depends on ARCH_OMAP && SND
select SND_PCM select SND_PCM
select OMAP_MCBSP
help help
Say Y here if you have a OMAP310 based Siemens SX1. Say Y here if you have a OMAP310 based Siemens SX1.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment