summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2011-06-08 16:10:59 +0200
committerMarcelo Tosatti <mtosatti@redhat.com>2011-06-20 15:17:33 -0300
commit0bed3bba7d68b35e4b0c63d597b377c49a14e509 (patch)
tree0f7d82c57dad6bd5d03af88947e6b87e18967f1d /configure
parent5802e066ebcca382dbb81df3417930ee23873252 (diff)
downloadqemu-0bed3bba7d68b35e4b0c63d597b377c49a14e509.tar.gz
kvm: ppc: Drop CONFIG_KVM_PPC_PVR
Required header support is now unconditionally available. CC: Alexander Graf <agraf@suse.de> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index ebd5d56679..3286e33d28 100755
--- a/configure
+++ b/configure
@@ -3226,7 +3226,6 @@ case "$target_arch2" in
if test $vhost_net = "yes" ; then
echo "CONFIG_VHOST_NET=y" >> $config_target_mak
fi
- echo "CONFIG_KVM_PPC_PVR=y" >> $config_target_mak
fi
esac
if test "$target_bigendian" = "yes" ; then