From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH RFC net-next 3/3] net: phy: Default MARVELL_PHY to the value of SFP Date: Tue, 6 Nov 2018 15:29:13 -0800 Message-ID: <20181106232913.17216-4-f.fainelli@gmail.com> References: <20181106232913.17216-1-f.fainelli@gmail.com> Cc: andrew@lunn.ch, rmk+kernel@armlinux.org.uk, davem@davemloft.net, Florian Fainelli To: netdev@vger.kernel.org Return-path: Received: from mail-pf1-f193.google.com ([209.85.210.193]:40153 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730409AbeKGI5D (ORCPT ); Wed, 7 Nov 2018 03:57:03 -0500 Received: by mail-pf1-f193.google.com with SMTP id x2-v6so2751610pfm.7 for ; Tue, 06 Nov 2018 15:29:23 -0800 (PST) In-Reply-To: <20181106232913.17216-1-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Marvell PHYs are typically found in 1000BaseT SFP modules, so give a chance for users to get the correct PHY driver when using SFP modules. Signed-off-by: Florian Fainelli --- drivers/net/phy/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 3d187cd50eb0..cf7d44ba20c5 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -350,6 +350,7 @@ config LXT_PHY config MARVELL_PHY tristate "Marvell PHYs" + default SFP ---help--- Currently has a driver for the 88E1011S -- 2.17.1