From 7672ecbaff1aff4ed3de3fec6afd8395ce8ebffc Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Wed, 19 May 2021 19:57:45 -0700 Subject: [PATCH] xbox: Update machine Kconfig options --- hw/i386/Kconfig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig index 5d04f08c54..5706cd765c 100644 --- a/hw/i386/Kconfig +++ b/hw/i386/Kconfig @@ -127,8 +127,16 @@ config VMMOUSE depends on VMPORT config XBOX - select PC + bool + select PC_PCI + select PC_ACPI + select ACPI_SMBUS + select PCI_I440FX + select PIIX3 + select IDE_PIIX + select DIMM + select AC97 select USB_OHCI select USB_OHCI_PCI select USB_STORAGE_BOT - select AC97 + select VGA