Skip to content
  • Arnd Bergmann's avatar
    net: HNS: fix MDIO dependencies · 0fa28877
    Arnd Bergmann authored
    
    
    The newly introduced HNS_MDIO Kconfig symbol selects 'MDIO', but
    that is the wrong symbol as the code used by this driver is
    provided by PHYLIB rather than the MDIO driver. Also, there is
    no need to make this driver user selectable, because it is already
    selected by all drivers that need it.
    
    This changes the Kconfig file to select the correct library, and
    to make the option silent.
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Fixes: 5b904d39
    
     ("net: add Hisilicon Network Subsystem MDIO support")
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    0fa28877