diff options
author | Vasanthy Kolluri <vkolluri@cisco.com> | 2010-03-18 12:20:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-19 00:22:49 -0400 |
commit | 641cb85e68945878d520d5fc3c2dc64aa1dda868 (patch) | |
tree | 251c8de46cd36c62100b65cddd6a3ec9c922bd97 /drivers/net/Kconfig | |
parent | d883aa76416f8e9e872f11ac08c5a3c6684840de (diff) |
enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERS
1) Change enic driver description to "Cisco VIC Ethernet NIC Driver"
2) Fix tab space
3) Update MAINTAINERS list
Signed-off-by: Scott Feldman <scofeldm@cisco.com>
Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com>
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 0ba5b8e50a7c..bf223fb4a86e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2593,11 +2593,11 @@ config EHEA | |||
2593 | will be called ehea. | 2593 | will be called ehea. |
2594 | 2594 | ||
2595 | config ENIC | 2595 | config ENIC |
2596 | tristate "Cisco 10G Ethernet NIC support" | 2596 | tristate "Cisco VIC Ethernet NIC Support" |
2597 | depends on PCI && INET | 2597 | depends on PCI && INET |
2598 | select INET_LRO | 2598 | select INET_LRO |
2599 | help | 2599 | help |
2600 | This enables the support for the Cisco 10G Ethernet card. | 2600 | This enables the support for the Cisco VIC Ethernet card. |
2601 | 2601 | ||
2602 | config IXGBE | 2602 | config IXGBE |
2603 | tristate "Intel(R) 10GbE PCI Express adapters support" | 2603 | tristate "Intel(R) 10GbE PCI Express adapters support" |