linux-kernel-test/drivers/net/ethernet/ibm/emac
Tony Breeds 3b3bceef26 net: fix IBM EMAC driver after rename.
In commit 9aa3283595 (ehea/ibm*: Move the
IBM drivers) the IBM_NEW_EMAC* were renames to IBM_EMAC*

The conversion was incomplete so that even if the driver was added to
the .config it wasn't built, but there were no errors).  In this commit
we also update the various defconfigs that use EMAC to use the new
Kconfig symbol, and explicitly add the NET_VENDOR_IBM guard.

We do not explicitly select the Kconfig dependencies, as this would force
EMAC on.  Doing it in the defconfig allows more flexibility.

Tested on a canyondlands board.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-18 21:33:49 -07:00
..
core.c net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00
core.h net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00
debug.c
debug.h net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00
emac.h
Kconfig
Makefile net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00
mal.c net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00
mal.h net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00
phy.c
phy.h
rgmii.c
rgmii.h net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00
tah.c
tah.h net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00
zmii.c
zmii.h net: fix IBM EMAC driver after rename. 2011-08-18 21:33:49 -07:00