Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 997183dc authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] Kconfig fix (emac dependencient)



emac doesn't build modular; ibm_emac_debug doesn't build at all (missing
headers).

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6299afc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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---
@@ -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"