WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] The Xen netif drivers won't complile if NET is absent.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] The Xen netif drivers won't complile if NET is absent.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 01 May 2006 17:38:08 +0000
Delivery-date: Mon, 01 May 2006 10:46:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 219ac58678c5668f7932de693042ded52824a538
# Parent  798c1317f97fe40eda0ef7614da3264a114fac63
The Xen netif drivers won't complile if NET is absent.

Signed-Off-By: Horms <horms@xxxxxxxxxxxx>

diff -r 798c1317f97f -r 219ac58678c5 linux-2.6-xen-sparse/drivers/xen/Kconfig
--- a/linux-2.6-xen-sparse/drivers/xen/Kconfig  Mon May 01 15:29:38 2006 +0100
+++ b/linux-2.6-xen-sparse/drivers/xen/Kconfig  Mon May 01 15:30:53 2006 +0100
@@ -99,7 +99,7 @@ config XEN_BLKDEV_TAP_BE
 
 config XEN_NETDEV_BACKEND
        tristate "Network-device backend driver"
-        depends on XEN_BACKEND
+        depends on XEN_BACKEND && NET
        default y
        help
          The network-device backend driver allows the kernel to export its
@@ -155,7 +155,7 @@ config XEN_BLKDEV_FRONTEND
 
 config XEN_NETDEV_FRONTEND
        tristate "Network-device frontend driver"
-       depends on XEN
+       depends on XEN && NET
        default y
        help
          The network-device frontend driver allows the kernel to access

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] The Xen netif drivers won't complile if NET is absent., Xen patchbot -unstable <=