[PATCH 1/2] ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SOUND_SOC
Stephen Warren
swarren at nvidia.com
Mon Jul 25 12:14:49 EDT 2011
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?
--
nvpublic
More information about the linux-arm-kernel
mailing list