From: Randy Dunlap <rdunlap@infradead.org>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: kbuild test robot <fengguang.wu@intel.com>,
Ben Hutchings <bhutchings@solarflare.com>,
davem@davemloft.net, netdev@vger.kernel.org
Subject: [PATCH net-next:master 20/25] net/dsa: make DSA tagging depend on NETDEVICES and !S390
Date: Mon, 26 Nov 2012 10:50:30 -0800 [thread overview]
Message-ID: <50B3B9F6.5060509@infradead.org> (raw)
In-Reply-To: <CAKohpo=r2ZTp5uSp_5duc+zwWvkkwr8dMbz+Yn=WC+ngFy3-0g@mail.gmail.com>
From: Randy Dunlap <rdunlap@infradead.org>
Fix kconfig dependency warning by making DSA support depend on the
same kconfig symbols that NET_DSA depend on.
warning: (NET_DSA_TAG_DSA && NET_DSA_TAG_EDSA && NET_DSA_TAG_TRAILER) selects NET_DSA which has unmet direct dependencies (NET && NETDEVICES && !S390)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
net/dsa/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20121126.orig/net/dsa/Kconfig
+++ linux-next-20121126/net/dsa/Kconfig
@@ -9,6 +9,7 @@ config NET_DSA
menu "Distributed Switch Architecture support"
+ depends on NETDEVICES && !S390
# tagging formats
config NET_DSA_TAG_DSA
next prev parent reply other threads:[~2012-11-26 18:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-26 4:56 [net-next:master 20/25] warning: (NET_DSA_TAG_DSA && NET_DSA_TAG_EDSA && NET_DSA_TAG_TRAILER) selects NET_DSA which has unmet direct dependencies (NET && EXPERIMENTAL && NETDEVICES && !S390) kbuild test robot
2012-11-26 6:13 ` Viresh Kumar
2012-11-26 18:50 ` Randy Dunlap [this message]
2012-11-26 18:57 ` [PATCH net-next:master 20/25] net/dsa: make DSA tagging depend on NETDEVICES and !S390 Ben Hutchings
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=50B3B9F6.5060509@infradead.org \
--to=rdunlap@infradead.org \
--cc=bhutchings@solarflare.com \
--cc=davem@davemloft.net \
--cc=fengguang.wu@intel.com \
--cc=netdev@vger.kernel.org \
--cc=viresh.kumar@linaro.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