[kernel] r10764 - dists/trunk/linux-2.6/debian/config

Maximilian Attems maks at alioth.debian.org
Mon Mar 10 15:46:40 UTC 2008


Author: maks
Date: Mon Mar 10 15:46:39 2008
New Revision: 10764

Log:
topconfig enable FIXED_PHY

got changed from tristate to bool to avoid code duplication,
see a79d8e93d300adb84cccc38ac396cfb118c238ad


Modified:
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Mon Mar 10 15:46:39 2008
@@ -892,7 +892,7 @@
 CONFIG_SMSC_PHY=m
 CONFIG_BROADCOM_PHY=m
 CONFIG_ICPLUS_PHY=m
-CONFIG_FIXED_PHY=m
+CONFIG_FIXED_PHY=y
 CONFIG_MDIO_BITBANG=m
 CONFIG_NET_ETHERNET=y
 CONFIG_MII=m



More information about the Kernel-svn-changes mailing list