diff options
author | Jon Mason <mason@myri.com> | 2011-06-20 12:51:22 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-20 12:51:22 -0700 |
commit | 1b9c4134c126aa8ae00a57672d4a4eaecc436b54 (patch) | |
tree | 9dbddd98f0358b5285db4da047f58f06ba39981b /drivers/net/Kconfig | |
parent | cf05c700cf6dd6f28bd95586d3040f809fd365f5 (diff) | |
download | linux-stable-1b9c4134c126aa8ae00a57672d4a4eaecc436b54.tar.gz linux-stable-1b9c4134c126aa8ae00a57672d4a4eaecc436b54.tar.bz2 linux-stable-1b9c4134c126aa8ae00a57672d4a4eaecc436b54.zip |
myri_sbus: remove driver
Remove the myri_sbus driver. Why?
* There is no possibility of ethernet mode on this adapter, so it's
Myrinet only.
* It won't inter-op with modern versions of Myrinet, and thus can only
work with legacy adapters.
* There are no in-kernel Linux drivers for the PCI version of this
adapter, so it only can work on ~15 year old Sun hardware.
It's long in the tooth, let's take it to the knackers.
Signed-off-by: Jon Mason <mason@myri.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 399cf4b28aef..f5919c28a4b8 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2196,15 +2196,6 @@ config IGBVF source "drivers/net/ixp2000/Kconfig" -config MYRI_SBUS - tristate "MyriCOM Gigabit Ethernet support" - depends on SBUS - help - This driver supports MyriCOM Sbus gigabit Ethernet cards. - - To compile this driver as a module, choose M here: the module - will be called myri_sbus. This is recommended. - config NS83820 tristate "National Semiconductor DP83820 support" depends on PCI |