]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] 85xx: MPC85xx MDS - Unconditionally select PHYLIB for board fixups
authorKumar Gala <galak@kernel.crashing.org>
Tue, 3 Jun 2008 18:36:19 +0000 (13:36 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 9 Jun 2008 13:45:07 +0000 (08:45 -0500)
commitc4ea896476d30514109f61f1a6e0d8e2b201e401
tree5b792ddd5a6570b42b47b476ff62a74739e64612
parentaab2545fdd6641b76af0ae96456c4ca9d1e50dad
[POWERPC] 85xx: MPC85xx MDS - Unconditionally select PHYLIB for board fixups

The MPC85xx MDS board requires some board level tweaks of the PHYs that
either the eTSEC (gianfar) or UCC ethernet controllers are connected to.

Its possible to build the phylib as a module, however this breaks the
board level fix ups because phy_read and phy_write are not available
if we build as a module.

So we unconditionally select PHYLIB to ensure its built into the kernel
if we are building in MPC85xx MDS support.  This was determined to be
the easiest soultion even though it prevents the user from removing
PHYLIB support if they decide they don't want it.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/Kconfig