Skip to content

Commit

Permalink
[PATCH] Kconfig fix (emac dependencient)
Browse files Browse the repository at this point in the history
emac doesn't build modular; ibm_emac_debug doesn't build at all (missing
headers).

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Aug 24, 2005
1 parent 6299afc commit 997183d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ config IBMVETH
be called ibmveth.

config IBM_EMAC
tristate "IBM PPC4xx EMAC driver support"
bool "IBM PPC4xx EMAC driver support"
depends on 4xx
select CRC32
---help---
Expand All @@ -1154,7 +1154,7 @@ config IBM_EMAC

config IBM_EMAC_ERRMSG
bool "Verbose error messages"
depends on IBM_EMAC
depends on IBM_EMAC && BROKEN

config IBM_EMAC_RXB
int "Number of receive buffers"
Expand Down

0 comments on commit 997183d

Please sign in to comment.