Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1400370

Re: [PATCH] net: mvneta: bm: fix dependencies again

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] net: mvneta: bm: fix dependencies again
Date 2016-05-12 23:00 +0200
Message-ID <ry5Sa-4Z1-13@gated-at.bofh.it> (permalink)
References <rxILU-7dz-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Arnd Bergmann <arnd@arndb.de>
Date: Wed, 11 May 2016 22:13:23 +0200

> I tried to fix this before, but my previous fix was incomplete
> and we can still get the same link error in randconfig builds
> because of the way that Kconfig treats the
> 
> 	default y if MVNETA=y && MVNETA_BM_ENABLE
> 
> line that does not actually trigger when MVNETA_BM_ENABLE=m,
> unlike I intended.
> Changing the line to use MVNETA_BM_ENABLE!=n however has
> the desired effect and hopefully makes all configurations
> work as expected.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 019ded3aa7c9 ("net: mvneta: bm: clarify dependencies")

Applied.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] net: mvneta: bm: fix dependencies again Arnd Bergmann <arnd@arndb.de> - 2016-05-11 22:20 +0200
  Re: [PATCH] net: mvneta: bm: fix dependencies again Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-05-12 17:40 +0200
  Re: [PATCH] net: mvneta: bm: fix dependencies again David Miller <davem@davemloft.net> - 2016-05-12 23:00 +0200

csiph-web