From: Randy Dunlap <randy.dunlap@oracle.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>, netdev <netdev@vger.kernel.org>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for July 6 (NET_DSA + PHYLIB kconfig)
Date: Tue, 6 Jul 2010 10:34:17 -0700 [thread overview]
Message-ID: <20100706103417.8923b697.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20100706190519.93d8b785.sfr@canb.auug.org.au>
On Tue, 6 Jul 2010 19:05:19 +1000 Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20100705:
>
> My fixes tree contains:
> kbuild: Fix path to scripts/setlocalversion
>
> ----------------------------------------------------------------------------
kconfig now detects symbol dependency errors and warns about them.
E.g.:
warning: (NET_DSA && NET && EXPERIMENTAL && !S390 || MACB && NETDEVICES && NET_ETHERNET && (AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263 || ARCH_AT91SAM9G20 || ARCH_AT91SAM9G45 || ARCH_AT91CAP9) || IXP4XX_ETH && NETDEVICES && NET_ETHERNET && ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR || W90P910_ETH && NETDEVICES && NET_ETHERNET && ARM && ARCH_W90X900 || MIPS_AU1X00_ENET && NETDEVICES && NET_ETHERNET && SOC_AU1X00 || SH_ETH && NETDEVICES && NET_ETHERNET && SUPERH && (CPU_SUBTYPE_SH7710 {{20 lines deleted}}
selects PHYLIB which has unmet direct dependencies (!S390 && NET_ETHERNET)
says that NET_DSA & PHYLIB have some kind of problem.
NET_DSA selects PHYLIB. PHYLIB depends on NET_ETHERNET, which is not enabled
in this randconfig. net/dsa code does need PHYLIB code, so PHYLIB symbol should
either drop "depends on NET_ETHERNET" or it should be changed to
depends on NET_ETHERNET || NET_DSA
Preference?
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
next parent reply other threads:[~2010-07-06 17:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20100706190519.93d8b785.sfr@canb.auug.org.au>
2010-07-06 17:34 ` Randy Dunlap [this message]
2010-07-11 2:09 ` linux-next: Tree for July 6 (NET_DSA + PHYLIB kconfig) David Miller
2010-07-20 23:03 ` [PATCH -next] net: NET_DSA depends on NET_ETHERNET Randy Dunlap
2010-07-21 0:45 ` David Miller
2010-07-21 5:41 ` Randy Dunlap
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=20100706103417.8923b697.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/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).