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/mips-softmmu.mak | 3 --- 1 file changed, 3 deletions(-) (limited to 'default-configs/mips-softmmu.mak') diff --git a/default-configs/mips-softmmu.mak b/default-configs/mips-softmmu.mak index 565e611c53..f524971598 100644 --- a/default-configs/mips-softmmu.mak +++ b/default-configs/mips-softmmu.mak @@ -17,9 +17,6 @@ CONFIG_ACPI=y CONFIG_APM=y CONFIG_DMA=y CONFIG_PIIX4=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