Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35326
b: refs/heads/master
c: 7a29108
h: refs/heads/master
v: v3
  • Loading branch information
Jan-Bernd Themann authored and Jeff Garzik committed Sep 13, 2006
1 parent 6d445e1 commit 2bb72e3
Show file tree
Hide file tree
Showing 13 changed files with 5,850 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7de745e56244156233e5cdd62b462e52e638d408
refs/heads/master: 7a291083225af6e22ffaa46b3d91cfc1a1ccaab4
9 changes: 9 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2360,6 +2360,15 @@ 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 IBM pSeries eHEA ethernet adapter.

To compile the driver as a module, choose M here. The module
will be called ehea.

config IXGB
tristate "Intel(R) PRO/10GbE support"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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

Expand Down
6 changes: 6 additions & 0 deletions trunk/drivers/net/ehea/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Makefile for the eHEA ethernet device driver for IBM eServer System p
#
ehea-y = ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o ehea_phyp.o
obj-$(CONFIG_EHEA) += ehea.o

Loading

0 comments on commit 2bb72e3

Please sign in to comment.