From 5802e066ebcca382dbb81df3417930ee23873252 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 8 Jun 2011 16:10:58 +0200 Subject: kvm: Drop CONFIG_KVM_PARA The kvm_para.h header is now always available. Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8df6485..ebd5d56 100755 --- a/configure +++ b/configure @@ -3223,7 +3223,6 @@ case "$target_arch2" in \( "$target_arch2" = "x86_64" -a "$cpu" = "i386" \) -o \ \( "$target_arch2" = "i386" -a "$cpu" = "x86_64" \) \) ; then echo "CONFIG_KVM=y" >> $config_target_mak - echo "CONFIG_KVM_PARA=y" >> $config_target_mak if test $vhost_net = "yes" ; then echo "CONFIG_VHOST_NET=y" >> $config_target_mak fi -- cgit v1.1