[kernel] r12816 - in dists/trunk/linux-2.6/debian: . config/arm

Martin Michlmayr tbm at alioth.debian.org
Mon Feb 16 20:30:13 UTC 2009


Author: tbm
Date: Mon Feb 16 20:29:57 2009
New Revision: 12816

Log:
[arm/orion5x] Unset FIXED_PHY to work around a clash with fixed
mdio bus and mv643xx_eth.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/arm/config.orion5x

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Feb 16 20:29:57 2009
@@ -78,6 +78,8 @@
     SERIO, JFFS2_FS, and CRAMFS.
   * [arm/iop32x, arm/ixp4xx] Unset DEBUG_KERNEL so the kernel will
     fit in flash.
+  * [arm/orion5x] Unset FIXED_PHY to work around a clash with fixed
+     mdio bus and mv643xx_eth.
 
   [ Ian Campbell ]
   * [x86]: Enable Xen guest support in amd64 flavour. (closes: #495590)

Modified: dists/trunk/linux-2.6/debian/config/arm/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.orion5x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.orion5x	Mon Feb 16 20:29:57 2009
@@ -590,3 +590,5 @@
 ##
 CONFIG_X25=m
 
+# To workaround clash with fixed mdio bus and mv643xx_eth
+# CONFIG_FIXED_PHY is not set



More information about the Kernel-svn-changes mailing list