[kernel] r17387 - in dists/trunk/linux-2.6/debian: . config config/kernelarch-x86

Maximilian Attems maks at alioth.debian.org
Wed May 11 10:04:53 UTC 2011


Author: maks
Date: Wed May 11 10:04:46 2011
New Revision: 17387

Log:
XEN_NETDEV_BACKEND is x86 specific

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/kernelarch-x86/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Wed May 11 10:02:31 2011	(r17386)
+++ dists/trunk/linux-2.6/debian/changelog	Wed May 11 10:04:46 2011	(r17387)
@@ -3,7 +3,8 @@
   * [x86] Enable CRYPTO_AES_NI_INTEL for all flavours. (closes: #623631)
   * topconfig: Enable SND_USB_6FIRE, SND_FIREWIRE_SPEAKERS,
     MEDIA_CONTROLLER, DVB_USB_TECHNISAT_USB2, USB_GSPCA_NW80X,
-    USB_GSPCA_VICAM, XEN_NETDEV_BACKEND, XEN_WDT.
+    USB_GSPCA_VICAM, XEN_WDT.
+  * [x86] Enable modular XEN_NETDEV_BACKEND.
 
  -- maximilian attems <maks at debian.org>  Tue, 10 May 2011 23:24:26 +0200
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Wed May 11 10:02:31 2011	(r17386)
+++ dists/trunk/linux-2.6/debian/config/config	Wed May 11 10:04:46 2011	(r17387)
@@ -1610,7 +1610,6 @@
 CONFIG_QLCNIC=m
 CONFIG_QLGE=m
 CONFIG_BNA=m
-CONFIG_XEN_NETDEV_BACKEND=m
 CONFIG_DEFXX=m
 # CONFIG_DEFXX_MMIO is not set
 CONFIG_PPP=m

Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Wed May 11 10:02:31 2011	(r17386)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Wed May 11 10:04:46 2011	(r17387)
@@ -820,6 +820,7 @@
 CONFIG_PLIP=m
 CONFIG_NET_FC=y
 # CONFIG_NETPOLL_TRAP is not set
+CONFIG_XEN_NETDEV_BACKEND=m
 
 ##
 ## file: drivers/net/arcnet/Kconfig



More information about the Kernel-svn-changes mailing list