From 323aae33b2e1c7f38ce5184f1730f1ea5b34d965 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 7 Feb 2006 18:43:46 +0000 Subject: Rather than pull in all the phy, just pull in the lxt phy that we need for this board (although our lxtphy driver isn't claiming it, but that's a different problem). This saves 57k in this kernel. --- sys/arm/conf/KB920X | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arm') diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X index c672c99..9da37b0 100644 --- a/sys/arm/conf/KB920X +++ b/sys/arm/conf/KB920X @@ -69,7 +69,8 @@ device ether device nexus device uart device ate -device miibus +device mii +device lxtphy # Debugging for use in -current #options INVARIANTS #Enable calls of extra sanity checking -- cgit v1.1