From 461d13d31ca58e9940bc4b935f3e4ab34294ab8f Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 14 Dec 2010 01:34:41 +0100 Subject: config: move ide core and pci to pci.mak Every device that can do PCI should also be able to do IDE. So let's move the IDE definitions over to pci.mak. Signed-off-by: Alexander Graf Signed-off-by: Kevin Wolf --- default-configs/x86_64-softmmu.mak | 3 --- 1 file changed, 3 deletions(-) (limited to 'default-configs/x86_64-softmmu.mak') diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak index 7f22599fc8..eff26d2a24 100644 --- a/default-configs/x86_64-softmmu.mak +++ b/default-configs/x86_64-softmmu.mak @@ -13,9 +13,6 @@ CONFIG_FDC=y CONFIG_ACPI=y CONFIG_APM=y CONFIG_DMA=y -CONFIG_IDE_CORE=y -CONFIG_IDE_QDEV=y -CONFIG_IDE_PCI=y CONFIG_IDE_ISA=y CONFIG_IDE_PIIX=y CONFIG_NE2000_ISA=y -- cgit v1.2.1