| Jeff Kirsher | aa43c21 | 2011-04-08 19:06:30 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # QLogic network device configuration | 
 | 3 | # | 
 | 4 |  | 
 | 5 | config NET_VENDOR_QLOGIC | 
 | 6 | 	bool "QLogic devices" | 
| Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | 	default y | 
| Jeff Kirsher | aa43c21 | 2011-04-08 19:06:30 -0700 | [diff] [blame] | 8 | 	depends on PCI | 
 | 9 | 	---help--- | 
 | 10 | 	  If you have a network (Ethernet) card belonging to this class, say Y | 
 | 11 | 	  and read the Ethernet-HOWTO, available from | 
 | 12 | 	  <http://www.tldp.org/docs.html#howto>. | 
 | 13 |  | 
 | 14 | 	  Note that the answer to this question doesn't directly affect the | 
 | 15 | 	  kernel: saying N will just cause the configurator to skip all | 
 | 16 | 	  the questions about QLogic cards. If you say Y, you will be asked for | 
 | 17 | 	  your specific card in the following questions. | 
 | 18 |  | 
 | 19 | if NET_VENDOR_QLOGIC | 
 | 20 |  | 
 | 21 | config QLA3XXX | 
 | 22 | 	tristate "QLogic QLA3XXX Network Driver Support" | 
 | 23 | 	depends on PCI | 
 | 24 | 	---help--- | 
 | 25 | 	  This driver supports QLogic ISP3XXX gigabit Ethernet cards. | 
 | 26 |  | 
 | 27 | 	  To compile this driver as a module, choose M here: the module | 
 | 28 | 	  will be called qla3xxx. | 
 | 29 |  | 
 | 30 | config QLCNIC | 
 | 31 | 	tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support" | 
 | 32 | 	depends on PCI | 
 | 33 | 	select FW_LOADER | 
 | 34 | 	---help--- | 
 | 35 | 	  This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet | 
 | 36 | 	  devices. | 
 | 37 |  | 
 | 38 | config QLGE | 
 | 39 | 	tristate "QLogic QLGE 10Gb Ethernet Driver Support" | 
 | 40 | 	depends on PCI | 
 | 41 | 	---help--- | 
 | 42 | 	  This driver supports QLogic ISP8XXX 10Gb Ethernet cards. | 
 | 43 |  | 
 | 44 | 	  To compile this driver as a module, choose M here: the module | 
 | 45 | 	  will be called qlge. | 
 | 46 |  | 
 | 47 | config NETXEN_NIC | 
 | 48 | 	tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC" | 
 | 49 | 	depends on PCI | 
 | 50 | 	select FW_LOADER | 
 | 51 | 	---help--- | 
 | 52 | 	  This enables the support for NetXen's Gigabit Ethernet card. | 
 | 53 |  | 
 | 54 | endif # NET_VENDOR_QLOGIC |