diff options
author | Alexander Graf <agraf@suse.de> | 2010-12-14 01:34:41 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-12-17 16:11:02 +0100 |
commit | 461d13d31ca58e9940bc4b935f3e4ab34294ab8f (patch) | |
tree | 8f512120614d8ac7a7e5b6a0588197776a7bcaaf /default-configs/sh4eb-softmmu.mak | |
parent | f6ad2e32f8d833c7f1c75dc084a84a8f02704d64 (diff) |
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 <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'default-configs/sh4eb-softmmu.mak')
-rw-r--r-- | default-configs/sh4eb-softmmu.mak | 1 |
1 files changed, 0 insertions, 1 deletions
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 |