From 2aaae75a0fa0c6668847c8f8e4c2b46749bde081 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 19 Jul 2007 10:26:00 +0100 Subject: Build updates for building upstream trees. * Merge the guts of the various upstream branch buildconfigs into a single mk.linux-2.6 which they include. * Add support for the -git snapshot branch. * Update .hgignore to ignore all these new trees. * Update buildconfigs/enable-xen-config to make the upstream defconfig compile without questions. Signed-off-by: Ian Campbell --- buildconfigs/enable-xen-config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'buildconfigs/enable-xen-config') diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config index b427a12d90..1f9945faef 100644 --- a/buildconfigs/enable-xen-config +++ b/buildconfigs/enable-xen-config @@ -28,9 +28,13 @@ setopt() setopt CONFIG_PARAVIRT y setopt CONFIG_XEN y setopt CONFIG_VMI y +setopt CONFIG_KVM y +setopt CONFIG_KVM_INTEL y +setopt CONFIG_KVM_AMD y setopt CONFIG_LGUEST n setopt CONFIG_XEN_BLKDEV_FRONTEND y setopt CONFIG_XEN_NETDEV_FRONTEND y setopt CONFIG_HVC_XEN y +setopt CONFIG_NUMA n exit 0 -- cgit v1.2.3