1. 20 6月, 2013 1 次提交
  2. 23 5月, 2013 1 次提交
    • M
      net: smsc911x: don't artificially limit build · f1238261
      Mark Rutland 提交于
      Currently the SMSC911X driver may only be built for a specific set of
      architectures, being limited to do so by a Kconfig depends line. This
      means that if a platform wishes to use the driver, its architecture must
      be added to the list explicitly, introducing pointless churn.
      
      This may have been due to the driver's use of the {read,write}s{b,w,l}
      functions, which have since been replaced with the more standard
      io{read,write}{8,16,32}_rep. We can instead depend on HAS_IOMEM, which
      should prevent build issues while allowing the driver to be built for
      currently unlisted architectures, including x86 and arm64.
      
      This patch removes the explicit list of architectures from the driver's
      depend line, and replaces it with a dependency on HAS_IOMEM.
      Signed-off-by: NMark Rutland <mark.rutland@arm.com>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f1238261
  3. 26 4月, 2013 1 次提交
  4. 16 9月, 2011 1 次提交
  5. 27 8月, 2011 1 次提交
    • J
      drivers/net/ethernet/*: Enabled vendor Kconfig options · 88f07484
      Jeff Kirsher 提交于
      Based on finds for Stephen Rothwell, where current defconfig's
      enable a ethernet driver and it is not compiled due to the newly
      added NET_VENDOR_* component of Kconfig.
      
      This patch enables all the "new" Kconfig options so that current
      defconfig's will continue to compile the expected drivers.  In
      addition, by enabling all the new Kconfig options does not add
      any un-expected options.
      
      CC: Stephen Rothwll <sfc@canb.auug.org.au>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      88f07484
  6. 11 8月, 2011 1 次提交
    • J
      smsc: Move the SMC (SMSC) drivers · ae150435
      Jeff Kirsher 提交于
      Moves the SMC (SMSC) drivers into drivers/net/ethernet/smsc/ and the
      necessary Kconfig and Makefile changes.  Also did some cleanup
      of NET_VENDOR_SMC Kconfig tag for the 8390 based drivers.
      
      CC: Nicolas Pitre <nico@fluxnic.net>
      CC: Donald Becker <becker@scyld.com>
      CC: Erik Stahlman <erik@vt.edu>
      CC: Dustin McIntire <dustin@sensoria.com>
      CC: Steve Glendinning <steve.glendinning@smsc.com>
      CC: David Hinds <dahinds@users.sourceforge.net>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      ae150435