diff options
author | Tony Nguyen <anthony.l.nguyen@intel.com> | 2023-03-17 23:09:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-03-19 13:51:07 +0300 |
commit | e485f3a6eae0849f83b94936778a2325f72a0c89 (patch) | |
tree | 61d441cc517d1682deb83d71f6dc34c6a4743683 /drivers/net/ethernet/intel/Kconfig | |
parent | a593a2fcfdfb92cfd0ffc54bc81b07e6bfaaaf46 (diff) | |
download | linux-e485f3a6eae0849f83b94936778a2325f72a0c89.tar.xz |
ixgb: Remove ixgb driver
There are likely no users of this driver as the hardware has been
discontinued since 2010. Remove the driver and all references to it
in documentation.
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/Kconfig')
-rw-r--r-- | drivers/net/ethernet/intel/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig index c18c3b373846..9bc0a9519899 100644 --- a/drivers/net/ethernet/intel/Kconfig +++ b/drivers/net/ethernet/intel/Kconfig @@ -139,23 +139,6 @@ config IGBVF To compile this driver as a module, choose M here. The module will be called igbvf. -config IXGB - tristate "Intel(R) PRO/10GbE support" - depends on PCI - help - This driver supports Intel(R) PRO/10GbE family of adapters for - PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver - instead. For more information on how to identify your adapter, go - to the Adapter & Driver ID Guide that can be located at: - - <http://support.intel.com> - - More specific information on configuring the driver is in - <file:Documentation/networking/device_drivers/ethernet/intel/ixgb.rst>. - - To compile this driver as a module, choose M here. The module - will be called ixgb. - config IXGBE tristate "Intel(R) 10GbE PCI Express adapters support" depends on PCI |