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>
This commit is contained in:

committed by
David S. Miller

parent
e88db79b01
commit
3b3bceef26
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "core.h"
|
||||
|
||||
#if defined(CONFIG_IBM_NEW_EMAC_DEBUG)
|
||||
#if defined(CONFIG_IBM_EMAC_DEBUG)
|
||||
|
||||
struct emac_instance;
|
||||
struct mal_instance;
|
||||
|
Reference in New Issue
Block a user