diff --git a/configure b/configure
index 2d62d12..efd8685 100755
--- a/configure
+++ b/configure
@@ -3682,6 +3682,8 @@ case "$target_arch2" in
       if test "$vhost_net" = "yes" ; then
         echo "CONFIG_VHOST_NET=y" >> $config_target_mak
       fi
+      echo "CONFIG_VIRTIO_SCSI=y" >> $config_target_mak
+      echo "CONFIG_VHOST=y" >> $config_target_mak
     fi
 esac
 if test "$target_arch2" = "ppc64" -a "$fdt" = "yes"; then
