diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-04-07 09:57:17 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-10 22:54:52 -0400 |
commit | f7917c009c28c941ba151ee66f04dc7f6a2e1e0b (patch) | |
tree | 91cd66b3b846b1113654de2ac31f085d0d7989ba /drivers/net/Kconfig | |
parent | adfc5217e9db68d3f0cec8dd847c1a6d3ab549ee (diff) |
chelsio: Move the Chelsio drivers
Moves the drivers for the Chelsio chipsets into
drivers/net/ethernet/chelsio/ and the necessary Kconfig and Makefile
changes.
CC: Divy Le Ray <divy@chelsio.com>
CC: Dimitris Michailidis <dm@chelsio.com>
CC: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2f9f208472de..77ab2e189475 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1942,92 +1942,6 @@ if NETDEV_10000 | |||
1942 | config MDIO | 1942 | config MDIO |
1943 | tristate | 1943 | tristate |
1944 | 1944 | ||
1945 | config CHELSIO_T1 | ||
1946 | tristate "Chelsio 10Gb Ethernet support" | ||
1947 | depends on PCI | ||
1948 | select CRC32 | ||
1949 | select MDIO | ||
1950 | help | ||
1951 | This driver supports Chelsio gigabit and 10-gigabit | ||
1952 | Ethernet cards. More information about adapter features and | ||
1953 | performance tuning is in <file:Documentation/networking/cxgb.txt>. | ||
1954 | |||
1955 | For general information about Chelsio and our products, visit | ||
1956 | our website at <http://www.chelsio.com>. | ||
1957 | |||
1958 | For customer support, please visit our customer support page at | ||
1959 | <http://www.chelsio.com/support.html>. | ||
1960 | |||
1961 | Please send feedback to <linux-bugs@chelsio.com>. | ||
1962 | |||
1963 | To compile this driver as a module, choose M here: the module | ||
1964 | will be called cxgb. | ||
1965 | |||
1966 | config CHELSIO_T1_1G | ||
1967 | bool "Chelsio gigabit Ethernet support" | ||
1968 | depends on CHELSIO_T1 | ||
1969 | help | ||
1970 | Enables support for Chelsio's gigabit Ethernet PCI cards. If you | ||
1971 | are using only 10G cards say 'N' here. | ||
1972 | |||
1973 | config CHELSIO_T3 | ||
1974 | tristate "Chelsio Communications T3 10Gb Ethernet support" | ||
1975 | depends on PCI && INET | ||
1976 | select FW_LOADER | ||
1977 | select MDIO | ||
1978 | help | ||
1979 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet | ||
1980 | adapters. | ||
1981 | |||
1982 | For general information about Chelsio and our products, visit | ||
1983 | our website at <http://www.chelsio.com>. | ||
1984 | |||
1985 | For customer support, please visit our customer support page at | ||
1986 | <http://www.chelsio.com/support.html>. | ||
1987 | |||
1988 | Please send feedback to <linux-bugs@chelsio.com>. | ||
1989 | |||
1990 | To compile this driver as a module, choose M here: the module | ||
1991 | will be called cxgb3. | ||
1992 | |||
1993 | config CHELSIO_T4 | ||
1994 | tristate "Chelsio Communications T4 Ethernet support" | ||
1995 | depends on PCI | ||
1996 | select FW_LOADER | ||
1997 | select MDIO | ||
1998 | help | ||
1999 | This driver supports Chelsio T4-based gigabit and 10Gb Ethernet | ||
2000 | adapters. | ||
2001 | |||
2002 | For general information about Chelsio and our products, visit | ||
2003 | our website at <http://www.chelsio.com>. | ||
2004 | |||
2005 | For customer support, please visit our customer support page at | ||
2006 | <http://www.chelsio.com/support.html>. | ||
2007 | |||
2008 | Please send feedback to <linux-bugs@chelsio.com>. | ||
2009 | |||
2010 | To compile this driver as a module choose M here; the module | ||
2011 | will be called cxgb4. | ||
2012 | |||
2013 | config CHELSIO_T4VF | ||
2014 | tristate "Chelsio Communications T4 Virtual Function Ethernet support" | ||
2015 | depends on PCI | ||
2016 | help | ||
2017 | This driver supports Chelsio T4-based gigabit and 10Gb Ethernet | ||
2018 | adapters with PCI-E SR-IOV Virtual Functions. | ||
2019 | |||
2020 | For general information about Chelsio and our products, visit | ||
2021 | our website at <http://www.chelsio.com>. | ||
2022 | |||
2023 | For customer support, please visit our customer support page at | ||
2024 | <http://www.chelsio.com/support.html>. | ||
2025 | |||
2026 | Please send feedback to <linux-bugs@chelsio.com>. | ||
2027 | |||
2028 | To compile this driver as a module choose M here; the module | ||
2029 | will be called cxgb4vf. | ||
2030 | |||
2031 | config EHEA | 1945 | config EHEA |
2032 | tristate "eHEA Ethernet support" | 1946 | tristate "eHEA Ethernet support" |
2033 | depends on IBMEBUS && INET && SPARSEMEM | 1947 | depends on IBMEBUS && INET && SPARSEMEM |