From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942242AbcJFQCc (ORCPT ); Thu, 6 Oct 2016 12:02:32 -0400 Received: from mail-it0-f53.google.com ([209.85.214.53]:34871 "EHLO mail-it0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753148AbcJFQC2 (ORCPT ); Thu, 6 Oct 2016 12:02:28 -0400 To: Andrew Lunn , Florian Fainelli Cc: "David S. Miller" , netdev@vger.kernel.org, Linux Kernel Mailing List From: Laura Abbott Subject: Duplicate MDIO_XGENE Kconfig entries Message-ID: <5fed0550-56d1-d019-86bf-2a882c0bf457@redhat.com> Date: Thu, 6 Oct 2016 09:01:27 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, While working on the Fedora tree today, I noticed that there seem to be two entries for CONFIG_MDIO_XGENE. It looks like this might have been fall out from d75b4a22b255 ("net: phy: Sort Makefile and Kconfig"). I can submit the following if this isn't fixed up elsewhere already diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 5078a0d..fe064ba 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -141,6 +141,7 @@ config MDIO_THUNDER device. config MDIO_XGENE + depends on ARCH_XGENE || COMPILE_TEST tristate "APM X-Gene SoC MDIO bus controller" help This module provides a driver for the MDIO busses found in the @@ -320,13 +321,6 @@ config XILINX_GMII2RGMII the Reduced Gigabit Media Independent Interface(RGMII) between Ethernet physical media devices and the Gigabit Ethernet controller. -config MDIO_XGENE - tristate "APM X-Gene SoC MDIO bus controller" - depends on ARCH_XGENE || COMPILE_TEST - help - This module provides a driver for the MDIO busses found in the - APM X-Gene SoC's. - endif # PHYLIB config MICREL_KS8995MA