[PATCH 1/2] ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SOUND_SOC
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Mon Jul 25 17:13:01 EDT 2011
On Mon, Jul 25, 2011 at 09:14:49AM -0700, Stephen Warren wrote:
> Uwe Kleine-König wrote at Monday, July 25, 2011 9:48 AM:
> > This fixes:
> > warning: (MACH_HARMONY && MACH_KAEN && MACH_SEABOARD) selects MACH_HAS_SND_SOC_TEGRA_WM8903
> > which has unmet direct dependencies (SOUND && !M68K && SND && SND_SOC)
>
> > diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
> ...
> > config MACH_HARMONY
> > bool "Harmony board"
> > - select MACH_HAS_SND_SOC_TEGRA_WM8903
> > + select MACH_HAS_SND_SOC_TEGRA_WM8903 if SOUND_SOC
>
> Shouldn't that be SND_SOC?
Hmm, with SOUND_SOC the warning is gone, too :-)
Yeah, will send a fixed patch tomorrow.
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
More information about the linux-arm-kernel
mailing list