lkml.org 
[lkml]   [2006]   [May]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 4/4] myri10ge - Kconfig and Makefile
    [PATCH 4/4] myri10ge - Kconfig and Makefile

    Add Kconfig and Makefile support for the myri10ge driver.

    Signed-off-by: Brice Goglin <brice@myri.com>
    Signed-off-by: Andrew J. Gallatin <gallatin@myri.com>

    Kconfig | 16 ++++++++++++++++
    Makefile | 1 +
    myri10ge/Makefile | 5 +++++
    3 files changed, 22 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 linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2006-05-18 00:09    [W:4.118 / U:0.196 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site