ia64/xen-unstable
changeset 9790:f80709ba0e79
Build frontend drivers into the -xen kernels rather than as
modules. Most people's initrd-building tools will not know
about these drivers so it will only cause confusion not to
include them in the kernel core image.
Signed-off-by: Keir Fraser <keir@xensource.com>
modules. Most people's initrd-building tools will not know
about these drivers so it will only cause confusion not to
include them in the kernel core image.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Apr 20 10:38:07 2006 +0100 (2006-04-20) |
parents | 5454b6a7207a |
children | c76daba31026 |
files | buildconfigs/linux-defconfig_xen_x86_32 buildconfigs/linux-defconfig_xen_x86_64 |
line diff
1.1 --- a/buildconfigs/linux-defconfig_xen_x86_32 Wed Apr 19 23:16:58 2006 +0100 1.2 +++ b/buildconfigs/linux-defconfig_xen_x86_32 Thu Apr 20 10:38:07 2006 +0100 1.3 @@ -3025,8 +3025,8 @@ CONFIG_XEN_NETDEV_BACKEND=m 1.4 # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set 1.5 CONFIG_XEN_NETDEV_LOOPBACK=m 1.6 # CONFIG_XEN_TPMDEV_BACKEND is not set 1.7 -CONFIG_XEN_BLKDEV_FRONTEND=m 1.8 -CONFIG_XEN_NETDEV_FRONTEND=m 1.9 +CONFIG_XEN_BLKDEV_FRONTEND=y 1.10 +CONFIG_XEN_NETDEV_FRONTEND=y 1.11 # CONFIG_XEN_BLKDEV_TAP is not set 1.12 CONFIG_XEN_TPMDEV_FRONTEND=m 1.13 CONFIG_XEN_SCRUB_PAGES=y
2.1 --- a/buildconfigs/linux-defconfig_xen_x86_64 Wed Apr 19 23:16:58 2006 +0100 2.2 +++ b/buildconfigs/linux-defconfig_xen_x86_64 Thu Apr 20 10:38:07 2006 +0100 2.3 @@ -2859,8 +2859,8 @@ CONFIG_XEN_NETDEV_BACKEND=m 2.4 CONFIG_XEN_NETDEV_LOOPBACK=m 2.5 CONFIG_XEN_TPMDEV_BACKEND=m 2.6 # CONFIG_XEN_TPMDEV_CLOSE_IF_VTPM_FAILS is not set 2.7 -CONFIG_XEN_BLKDEV_FRONTEND=m 2.8 -CONFIG_XEN_NETDEV_FRONTEND=m 2.9 +CONFIG_XEN_BLKDEV_FRONTEND=y 2.10 +CONFIG_XEN_NETDEV_FRONTEND=y 2.11 # CONFIG_XEN_BLKDEV_TAP is not set 2.12 CONFIG_XEN_TPMDEV_FRONTEND=m 2.13 CONFIG_XEN_SCRUB_PAGES=y