From f301bd1a0e2e1938b0c2ecd3f71258deba58c4a7 Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Tue, 29 Oct 2019 18:14:10 +0100 Subject: [PATCH] qemu-coreboot: build kvmtool, remove tpmtotp Signed-off-by: Trammell hudson --- boards/qemu-coreboot/qemu-coreboot.config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boards/qemu-coreboot/qemu-coreboot.config b/boards/qemu-coreboot/qemu-coreboot.config index 1dc02569..75b43b1a 100644 --- a/boards/qemu-coreboot/qemu-coreboot.config +++ b/boards/qemu-coreboot/qemu-coreboot.config @@ -9,8 +9,9 @@ ifeq "$(CONFIG_UROOT)" "y" CONFIG_BUSYBOX=n else CONFIG_KEXEC=y -CONFIG_QRENCODE=y -CONFIG_TPMTOTP=y +#CONFIG_QRENCODE=y +#CONFIG_TPMTOTP=y +CONFIG_KVMTOOL=y CONFIG_POPT=y CONFIG_FLASHTOOLS=y CONFIG_FLASHROM=y @@ -38,6 +39,8 @@ CONFIG_LINUX_ATA=y CONFIG_LINUX_AHCI=y CONFIG_LINUX_USB=y CONFIG_LINUX_E1000=y +CONFIG_LINUX_KVM=y +CONFIG_LINUX_VIRTIO=y #Uncomment only one BOOTSCRIPT: #Whiptail-based init (text-based or FBWhiptail)