Kconfig (712cba5d87a6c0e980ee5fad45734e189c4d7151) | Kconfig (fc831825f99eb3a2f1bf3fe7307b392513b642a5) |
---|---|
1# 2# QLogic network device configuration 3# 4 5config NET_VENDOR_QLOGIC 6 bool "QLogic devices" 7 default y 8 depends on PCI --- 93 unchanged lines hidden (view full) --- 102 environments. 103 104config QEDE 105 tristate "QLogic QED 25/40/100Gb Ethernet NIC" 106 depends on QED 107 ---help--- 108 This enables the support for ... 109 | 1# 2# QLogic network device configuration 3# 4 5config NET_VENDOR_QLOGIC 6 bool "QLogic devices" 7 default y 8 depends on PCI --- 93 unchanged lines hidden (view full) --- 102 environments. 103 104config QEDE 105 tristate "QLogic QED 25/40/100Gb Ethernet NIC" 106 depends on QED 107 ---help--- 108 This enables the support for ... 109 |
110config QED_RDMA 111 bool 112 113config QED_ISCSI 114 bool 115 |
|
110endif # NET_VENDOR_QLOGIC | 116endif # NET_VENDOR_QLOGIC |