diff options
author | Steve Wise <swise@opengridcomputing.com> | 2015-07-29 09:44:14 -0500 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-08-28 22:54:49 -0400 |
commit | 072bf1f7e4b5963034df35460f5f311396347a36 (patch) | |
tree | 36788eb73633baae30cb5d8181188dca61cf57b4 /drivers/infiniband/hw/amso1100/Kconfig | |
parent | 6f9b38903c06c159d167344821cd7b4bae864380 (diff) | |
download | blackbird-op-linux-072bf1f7e4b5963034df35460f5f311396347a36.tar.gz blackbird-op-linux-072bf1f7e4b5963034df35460f5f311396347a36.zip |
RDMA/amso1100: Deprecate the amso1100 driver and move to staging
The HW hasn't been sold since 2005, and the SW has definite bit rot.
Its time to remove it. So move it to staging for a few releases and
then remove it after that.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/amso1100/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/amso1100/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/infiniband/hw/amso1100/Kconfig b/drivers/infiniband/hw/amso1100/Kconfig deleted file mode 100644 index e6ce5f209e47..000000000000 --- a/drivers/infiniband/hw/amso1100/Kconfig +++ /dev/null @@ -1,15 +0,0 @@ -config INFINIBAND_AMSO1100 - tristate "Ammasso 1100 HCA support" - depends on PCI && INET - ---help--- - This is a low-level driver for the Ammasso 1100 host - channel adapter (HCA). - -config INFINIBAND_AMSO1100_DEBUG - bool "Verbose debugging output" - depends on INFINIBAND_AMSO1100 - default n - ---help--- - This option causes the amso1100 driver to produce a bunch of - debug messages. Select this if you are developing the driver - or trying to diagnose a problem. |