* [PATCH 6/6] ehea: Makefile & Kconfig
@ 2006-06-21 12:42 Jan-Bernd Themann
0 siblings, 0 replies; only message in thread
From: Jan-Bernd Themann @ 2006-06-21 12:42 UTC (permalink / raw)
To: netdev; +Cc: meder, raisch, schickhj, themann
Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
drivers/net/Kconfig | 7 +++++++
drivers/net/Makefile | 1 +
2 files changed, 8 insertions(+)
diff -Nurp -X dontdiff linux-2.6.17.1/drivers/net/Kconfig patched_kernel/drivers/net/Kconfig
--- linux-2.6.17.1/drivers/net/Kconfig 2006-06-20 02:31:55.000000000 -0700
+++ patched_kernel/drivers/net/Kconfig 2006-06-20 03:53:45.896352432 -0700
@@ -2247,6 +2247,13 @@ config CHELSIO_T1
To compile this driver as a module, choose M here: the module
will be called cxgb.
+config EHEA
+ tristate "eHEA Ethernet support"
+ depends on IBMEBUS
+ ---help---
+ This driver supports the eHEA IBM ethernet adapter for eServer System p
+
+
config IXGB
tristate "Intel(R) PRO/10GbE support"
depends on PCI
diff -Nurp -X dontdiff linux-2.6.17.1/drivers/net/Makefile patched_kernel/drivers/net/Makefile
--- linux-2.6.17.1/drivers/net/Makefile 2006-06-20 02:31:55.000000000 -0700
+++ patched_kernel/drivers/net/Makefile 2006-06-20 03:54:17.239380552 -0700
@@ -10,6 +10,7 @@ obj-$(CONFIG_E1000) += e1000/
obj-$(CONFIG_IBM_EMAC) += ibm_emac/
obj-$(CONFIG_IXGB) += ixgb/
obj-$(CONFIG_CHELSIO_T1) += chelsio/
+obj-$(CONFIG_EHEA) += ehea/
obj-$(CONFIG_BONDING) += bonding/
obj-$(CONFIG_GIANFAR) += gianfar_driver.o
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-21 12:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-21 12:42 [PATCH 6/6] ehea: Makefile & Kconfig Jan-Bernd Themann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).