File tree Expand file tree Collapse file tree 7 files changed +3138
-0
lines changed Expand file tree Collapse file tree 7 files changed +3138
-0
lines changed Original file line number Diff line number Diff line change @@ -2327,6 +2327,23 @@ config S2IO_NAPI
2327
2327
2328
2328
If in doubt, say N.
2329
2329
2330
+ config MYRI10GE
2331
+ tristate "Myricom Myri-10G Ethernet support"
2332
+ depends on PCI
2333
+ select FW_LOADER
2334
+ select CRC32
2335
+ ---help---
2336
+ This driver supports Myricom Myri-10G Dual Protocol interface in
2337
+ Ethernet mode. If the eeprom on your board is not recent enough,
2338
+ you will need a newer firmware image.
2339
+ You may get this image or more information, at:
2340
+
2341
+ <http://www.myri.com/Myri-10G/>
2342
+
2343
+ To compile this driver as a module, choose M here and read
2344
+ <file:Documentation/networking/net-modules.txt>. The module
2345
+ will be called myri10ge.
2346
+
2330
2347
endmenu
2331
2348
2332
2349
source "drivers/net/tokenring/Kconfig"
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ obj-$(CONFIG_R8169) += r8169.o
192
192
obj-$(CONFIG_AMD8111_ETH) += amd8111e.o
193
193
obj-$(CONFIG_IBMVETH) += ibmveth.o
194
194
obj-$(CONFIG_S2IO) += s2io.o
195
+ obj-$(CONFIG_MYRI10GE) += myri10ge/
195
196
obj-$(CONFIG_SMC91X) += smc91x.o
196
197
obj-$(CONFIG_SMC911X) += smc911x.o
197
198
obj-$(CONFIG_DM9000) += dm9000.o
Original file line number Diff line number Diff line change
1
+ #
2
+ # Makefile for the Myricom Myri-10G ethernet driver
3
+ #
4
+
5
+ obj-$(CONFIG_MYRI10GE) += myri10ge.o
You can’t perform that action at this time.
0 commit comments