linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ccross@android.com (Colin Cross)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
Date: Tue, 26 Jul 2011 16:00:20 -0700	[thread overview]
Message-ID: <CAMbhsRRnNcokjeyy8HKf0MNvXVvFSQ0dpjGYApvUXtZsrrh66Q@mail.gmail.com> (raw)
In-Reply-To: <74CDBE0F657A3D45AFBB94109FB122FF049EBDF7DE@HQMAIL01.nvidia.com>

On Tue, Jul 26, 2011 at 8:48 AM, Stephen Warren <swarren@nvidia.com> wrote:
> Uwe Kleine-K?nig wrote at Tuesday, July 26, 2011 2:16 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)
>>
>> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
>
> Acked-by: Stephen Warren <swarren@nvidia.com>
>
> (I'm also CC'ing the various maintainers explicitly, so they see the patch,
> and can decide which git tree to take this through)

Acked-By: Colin Cross <ccross@android.com>

Arnd, can you take this?

>> ---
>> Changes since (implicit) v1:
>> ?- correctly depend on SND_SOC instead of the non-existent SOUND_SOC
>> ?- fix commit log accordingly
>>
>> Thanks to Stephen Warren for noticing.
>>
>> Best regards
>> Uwe
>>
>> ?arch/arm/mach-tegra/Kconfig | ? ?6 +++---
>> ?1 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
>> index 5ec1846..fec64f3 100644
>> --- a/arch/arm/mach-tegra/Kconfig
>> +++ b/arch/arm/mach-tegra/Kconfig
>> @@ -27,14 +27,14 @@ comment "Tegra board type"
>>
>> ?config MACH_HARMONY
>> ? ? ? ? bool "Harmony board"
>> - ? ? ? select MACH_HAS_SND_SOC_TEGRA_WM8903
>> + ? ? ? select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
>> ? ? ? ? help
>> ? ? ? ? ? Support for nVidia Harmony development platform
>>
>> ?config MACH_KAEN
>> ? ? ? ? bool "Kaen board"
>> ? ? ? ? select MACH_SEABOARD
>> - ? ? ? select MACH_HAS_SND_SOC_TEGRA_WM8903
>> + ? ? ? select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
>> ? ? ? ? help
>> ? ? ? ? ? Support for the Kaen version of Seaboard
>>
>> @@ -45,7 +45,7 @@ config MACH_PAZ00
>>
>> ?config MACH_SEABOARD
>> ? ? ? ? bool "Seaboard board"
>> - ? ? ? select MACH_HAS_SND_SOC_TEGRA_WM8903
>> + ? ? ? select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
>> ? ? ? ? help
>> ? ? ? ? ? Support for nVidia Seaboard development platform. It will
>> ? ? ? ?also be included for some of the derivative boards that
>> --
>> 1.7.5.4
>
> --
> nvpublic
>
>

  reply	other threads:[~2011-07-26 23:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 15:47 [PATCH 1/2] ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SOUND_SOC Uwe Kleine-König
2011-07-25 15:47 ` [PATCH 2/2] ARM: tegra: enable rtc driver in defconfig Uwe Kleine-König
2011-07-25 16:14 ` [PATCH 1/2] ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SOUND_SOC Stephen Warren
2011-07-25 21:13   ` Uwe Kleine-König
2011-07-26  8:15   ` [PATCH v2] ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC Uwe Kleine-König
2011-07-26 15:48     ` Stephen Warren
2011-07-26 23:00       ` Colin Cross [this message]
2011-07-27 15:11         ` Arnd Bergmann
2011-07-27 15:31           ` Uwe Kleine-König
2011-07-27 16:33             ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMbhsRRnNcokjeyy8HKf0MNvXVvFSQ0dpjGYApvUXtZsrrh66Q@mail.gmail.com \
    --to=ccross@android.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).