From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next] net: cavium: add missing PCI dependencies Date: Tue, 17 Jul 2018 17:57:46 +0200 Message-ID: <20180717155746.GF968@lunn.ch> References: <20180717134756.3447762-1-arnd@arndb.de> <20180717151141.GC16320@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Arnd Bergmann , "David S. Miller" , Aleksey Makarov , Radoslaw Biernacki , Felix Manlunas , Sunil Goutham , Vijaya Mohan Guvva , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Alexander Sverdlin Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, Jul 17, 2018 at 05:38:59PM +0200, Alexander Sverdlin wrote: > Hello Andrew, > > On 17/07/18 17:11, Andrew Lunn wrote: > > FYI > > > > There is a 0-day email about mdio-thunder.c also failing. It looks > > like a missing PCI dependency as well, although i cannot find the > > patch which removed the existing dependency. > > there were no such patch, some Ethernet driver not depending on PCI > forcefully selected MDIO_THUNDER. So this is only a side effect of the > first error. Ah, O.K. Thanks for the explanation. Andrew