|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] The Xen netif drivers won't complile if NET is absen
The Xen netif drivers won't complile if NET is absent
Signed-Off-By: Horms <horms@xxxxxxxxxxxx>
--- x/linux-2.6-xen-sparse/drivers/xen/Kconfig
+++ x/linux-2.6-xen-sparse/drivers/xen/Kconfig
@@ -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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] The Xen netif drivers won't complile if NET is absent,
Horms <=
|
|
|
|
|