Re: [PATCH net-next] r8169: add missing Kconfig dependency

2018-08-17 Thread David Miller
From: Florian Fainelli Date: Fri, 17 Aug 2018 11:45:57 -0700 > On 08/17/2018 11:42 AM, Heiner Kallweit wrote: >> Now that we switched the r8169 driver to use phylib, there's a >> dependency on the Realtek PHY drivers. This dependency was missing >> in Kconfig. >> >> Reported-by: Jouni Mettälä >

Re: [PATCH net-next] r8169: add missing Kconfig dependency

2018-08-17 Thread Florian Fainelli
On 08/17/2018 11:42 AM, Heiner Kallweit wrote: > Now that we switched the r8169 driver to use phylib, there's a > dependency on the Realtek PHY drivers. This dependency was missing > in Kconfig. > > Reported-by: Jouni Mettälä > Fixes: f1e911d5d0df ("r8169: add basic phylib support") > Signed-off-

[PATCH net-next] r8169: add missing Kconfig dependency

2018-08-17 Thread Heiner Kallweit
Now that we switched the r8169 driver to use phylib, there's a dependency on the Realtek PHY drivers. This dependency was missing in Kconfig. Reported-by: Jouni Mettälä Fixes: f1e911d5d0df ("r8169: add basic phylib support") Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/Kconfi