diff options
author | Chien Tung <chien.tin.tung@intel.com> | 2009-12-10 00:21:56 +0100 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2009-12-10 00:21:56 +0100 |
commit | fa6c87d5104512bf73cf62162cec9ef6eba707c7 (patch) | |
tree | e9c31cf24f17698dc070647cc44007cd3facfcf1 /drivers/infiniband/hw/nes/Kconfig | |
parent | RDMA/nes: Add max_cqe check to nes_create_cq() (diff) | |
download | linux-fa6c87d5104512bf73cf62162cec9ef6eba707c7.tar.xz linux-fa6c87d5104512bf73cf62162cec9ef6eba707c7.zip |
RDMA/nes: Update copyright and branding string
Update copyright from Intel-NE, Inc. to Intel Corporation. Use proper
branding string in Kconfig and simplify description.
Signed-off-by: Chien Tung <chien.tin.tung@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/nes/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/nes/Kconfig | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/infiniband/hw/nes/Kconfig b/drivers/infiniband/hw/nes/Kconfig index d449eb6ec78e..846dc97cf260 100644 --- a/drivers/infiniband/hw/nes/Kconfig +++ b/drivers/infiniband/hw/nes/Kconfig @@ -4,14 +4,13 @@ config INFINIBAND_NES select LIBCRC32C select INET_LRO ---help--- - This is a low-level driver for NetEffect RDMA enabled - Network Interface Cards (RNIC). + This is the RDMA Network Interface Card (RNIC) driver for + NetEffect Ethernet Cluster Server Adapters. config INFINIBAND_NES_DEBUG bool "Verbose debugging output" depends on INFINIBAND_NES default n ---help--- - This option causes the NetEffect RNIC driver to produce debug - messages. Select this if you are developing the driver - or trying to diagnose a problem. + This option enables debug messages from the NetEffect RNIC + driver. Select this if you are diagnosing a problem. |