summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/ppc40x_defconfig
diff options
context:
space:
mode:
authorTony Breeds2011-08-19 06:33:49 +0200
committerDavid S. Miller2011-08-19 06:33:49 +0200
commit3b3bceef26f8273b1f51c503e9485a35b8326417 (patch)
tree6cf64c541343d0c50470002516f254d4ced63a85 /arch/powerpc/configs/ppc40x_defconfig
parentNET: Korina: Don't include <asm/segment.h> (diff)
downloadkernel-qcow2-linux-3b3bceef26f8273b1f51c503e9485a35b8326417.tar.gz
kernel-qcow2-linux-3b3bceef26f8273b1f51c503e9485a35b8326417.tar.xz
kernel-qcow2-linux-3b3bceef26f8273b1f51c503e9485a35b8326417.zip
net: fix IBM EMAC driver after rename.
In commit 9aa3283595451ca093500ff0977b106e1f465586 (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>
Diffstat (limited to 'arch/powerpc/configs/ppc40x_defconfig')
-rw-r--r--arch/powerpc/configs/ppc40x_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/configs/ppc40x_defconfig b/arch/powerpc/configs/ppc40x_defconfig
index bfd634b5ada7..7cb703b948b1 100644
--- a/arch/powerpc/configs/ppc40x_defconfig
+++ b/arch/powerpc/configs/ppc40x_defconfig
@@ -50,8 +50,9 @@ CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=35000
CONFIG_XILINX_SYSACE=m
CONFIG_NETDEVICES=y
-CONFIG_NET_ETHERNET=y
-CONFIG_IBM_NEW_EMAC=y
+CONFIG_ETHERNET=y
+CONFIG_NET_VENDOR_IBM=y
+CONFIG_IBM_EMAC=y
# CONFIG_INPUT is not set
CONFIG_SERIO=m
# CONFIG_SERIO_I8042 is not set