Skip to content
Snippets Groups Projects
Select Git revision
  • d3c5f47ee2d16497fafaf2f26b0ffeb5c3d4e721
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

arch

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Ben Hutchings authored and David S. Miller committed
    ETRAX_ETHERNET selects ETHERNET and MII, which depend on NETDEVICES.
    I don't think anything should select NETDEVICES, so make it a
    dependency.  It also doesn't need to select or depend on ETHERNET,
    which has nothing to do with the Ethernet library functions.
    
    BPCTL selects MII, which depends on NETDEVICES.  But everything in the
    drivers/staging/silicom directory is related to net devices, so make
    NET_VENDOR_SILICOM depend on NETDEVICES and remove the now-redundant
    dependencies on NET.
    
    Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    2206209e
    History
    Name Last commit Last update
    ..