All of lore.kernel.org
 help / color / mirror / Atom feed
From: viresh.kumar@linaro.org (Viresh Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Fix select-induced Kconfig warning for ZBOOT_ROM
Date: Wed, 8 Jan 2014 13:32:35 +0530	[thread overview]
Message-ID: <CAOh2x==c+O9SwaeCOOSDkFUgSYnY=1Y-7C=Ti_5ceiyUUiQw1Q@mail.gmail.com> (raw)
In-Reply-To: <E1Vyl3Q-0005Lt-Lo@rmk-PC.arm.linux.org.uk>

On Thu, Jan 2, 2014 at 9:53 PM, Russell King
<rmk+kernel@arm.linux.org.uk> wrote:
> warning: (ARCH_MULTIPLATFORM && ARCH_CLPS711X && ARCH_PXA &&
>  SOC_EXYNOS5440 && ARCH_EMEV2) selects AUTO_ZRELADDR which
>  has unmet direct dependencies (!ZBOOT_ROM)
>
> This is because it's possible to have ZBOOT_ROM enabled, but at the
> same time have another option enabled which selects AUTO_ZRELADDR
> overriding the !ZBOOT_ROM dependency.  Fix this by reversing the
> dependencies between ZBOOT_ROM and the options which depend on
> !ZBOOT_ROM.
>
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---

After this patch I see these warnings with exynos_defconfig

arch/arm/Kconfig:1963:error: recursive dependency detected!
arch/arm/Kconfig:1963: symbol ZBOOT_ROM depends on AUTO_ZRELADDR
arch/arm/Kconfig:2151: symbol AUTO_ZRELADDR is selected by ZBOOT_ROM

I am not really sure why this happened as I don't see AUTO_ZRELADDR
selected by ZBOOT_ROM in Kconfig :)

  reply	other threads:[~2014-01-08  8:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-02 16:23 [PATCH] Fix select-induced Kconfig warning for ZBOOT_ROM Russell King
2014-01-08  8:02 ` Viresh Kumar [this message]
2014-01-08  8:20   ` Arnd Bergmann
2014-01-08  8:26     ` Viresh Kumar
2014-01-08  9:07       ` Arnd Bergmann
2014-01-08  9:12         ` Viresh Kumar
2014-01-13 11:52     ` Thierry Reding
2014-01-13 13:48       ` Russell King - ARM Linux
2014-01-13 15:20         ` Thierry Reding
2014-01-13 15:24           ` Arnd Bergmann
2014-01-15  8:56             ` Thierry Reding

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='CAOh2x==c+O9SwaeCOOSDkFUgSYnY=1Y-7C=Ti_5ceiyUUiQw1Q@mail.gmail.com' \
    --to=viresh.kumar@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.