Commit 6b21f941 authored by Tom Rini's avatar Tom Rini

[PATCH] IBM EMAC Kconfig changes: Add 'select CRC32'

On Mon, Oct 25, 2004 at 09:12:03AM -0700, Tom Rini wrote:

> In trying to build for IBM 440GP Eval with CRC32=n, I noticed two
> things.  First, all of the IBM EMAC Kconfig bits are space, not tab
> indented, and that IBM EMAC doesn't select CRC32 like all of the other
> enet drivers that need it do.

Add a 'select CRC32'
Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent ba36a3c6
......@@ -1181,6 +1181,7 @@ config IBMVETH
config IBM_EMAC
tristate "IBM PPC4xx EMAC driver support"
depends on 4xx
select CRC32
---help---
This driver supports the IBM PPC4xx EMAC family of on-chip
Ethernet controllers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment