[PATCH 5/5] myri10ge - Kconfig and Makefile Add Kconfig and Makefile support for the myri10ge driver.
Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> Signed-off-by: Andrew J. Gallatin <[EMAIL PROTECTED]> drivers/net/Kconfig | 17 +++++++++++++++++ drivers/net/Makefile | 1 + drivers/net/myri10ge/Makefile | 5 +++++ 3 files changed, 23 insertions(+) --- linux-mm/drivers/net/Kconfig.old 2006-04-10 03:44:01.000000000 -0700 +++ linux-mm/drivers/net/Kconfig 2006-04-18 03:49:11.000000000 -0700 @@ -2327,6 +2327,23 @@ config S2IO_NAPI If in doubt, say N. +config MYRI10GE + tristate "Myricom Myri-10G Ethernet support" + depends on PCI + select FW_LOADER + select CRC32 + ---help--- + This driver supports Myricom Myri-10G Dual Protocol interface in + Ethernet mode. If the eeprom on your board is not recent enough, + you will need a newer firmware image. + You may get this image or more information, at: + + <http://www.myri.com/Myri-10G/> + + To compile this driver as a module, choose M here and read + <file:Documentation/networking/net-modules.txt>. The module + will be called myri10ge. + endmenu source "drivers/net/tokenring/Kconfig" --- linux-mm/drivers/net/Makefile.old 2006-04-08 04:49:53.000000000 -0700 +++ linux-mm/drivers/net/Makefile 2006-04-21 08:10:27.000000000 -0700 @@ -192,6 +192,7 @@ obj-$(CONFIG_R8169) += r8169.o obj-$(CONFIG_AMD8111_ETH) += amd8111e.o obj-$(CONFIG_IBMVETH) += ibmveth.o obj-$(CONFIG_S2IO) += s2io.o +obj-$(CONFIG_MYRI10GE) += myri10ge/ obj-$(CONFIG_SMC91X) += smc91x.o obj-$(CONFIG_SMC911X) += smc911x.o obj-$(CONFIG_DM9000) += dm9000.o --- /dev/null 2006-04-21 00:45:09.064430000 -0700 +++ linux-mm/drivers/net/myri10ge/Makefile 2006-04-21 08:14:21.000000000 -0700 @@ -0,0 +1,5 @@ +# +# Makefile for the Myricom Myri-10G ethernet driver +# + +obj-$(CONFIG_MYRI10GE) += myri10ge.o - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html