From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiner Kallweit Subject: Re: r8169 needs CONFIG_REALTEK_PHY Date: Mon, 20 Aug 2018 22:38:37 +0200 Message-ID: <3c349015-a041-f3b0-40b5-b471707a1eaa@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Marc Dionne , netdev , David Miller Return-path: Received: from mail-wm0-f50.google.com ([74.125.82.50]:55548 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726237AbeHTXzu (ORCPT ); Mon, 20 Aug 2018 19:55:50 -0400 Received: by mail-wm0-f50.google.com with SMTP id f21-v6so800482wmc.5 for ; Mon, 20 Aug 2018 13:38:45 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 20.08.2018 21:44, Marc Dionne wrote: > The r8169 adapter in one of my machines was not working after updating > to a current kernel from the merge window, which was fixed by enabling > CONFIG_REALTEK_PHY. > > So in addition to "select PHYLIB", should CONFIG_R8169 not also be > doing "select CONFIG_REALTEK_PHY" ? > This fix was applied already and is included in latest linux-next. bfdd19ad80f2 ("r8169: add missing Kconfig dependency") > Marc >