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/sh4eb-softmmu.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'default-configs/sh4eb-softmmu.mak') diff --git a/default-configs/sh4eb-softmmu.mak b/default-configs/sh4eb-softmmu.mak index 5b8a16eea2..7cdc122201 100644 --- a/default-configs/sh4eb-softmmu.mak +++ b/default-configs/sh4eb-softmmu.mak @@ -3,6 +3,5 @@ include pci.mak CONFIG_SERIAL=y CONFIG_PTIMER=y -CONFIG_IDE_CORE=y CONFIG_PFLASH_CFI02=y CONFIG_ISA_MMIO=y -- cgit v1.2.1