diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:05 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:05 +0000 |
commit | 9953b2fc28448a2f237402b5af6ec90bd5fe10b0 (patch) | |
tree | bf6e3f5049a9ccf9d73fe20c351723b39f4c9006 /default-configs/mipsel-softmmu.mak | |
parent | 4c65f1e5ba5ea512e962c7f4271235b799121e70 (diff) | |
download | qemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.zip qemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.tar.gz qemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.tar.bz2 |
Compile most IDE devices only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/mipsel-softmmu.mak')
-rw-r--r-- | default-configs/mipsel-softmmu.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default-configs/mipsel-softmmu.mak b/default-configs/mipsel-softmmu.mak index f1878fc..6fd5a5e 100644 --- a/default-configs/mipsel-softmmu.mak +++ b/default-configs/mipsel-softmmu.mak @@ -8,3 +8,7 @@ CONFIG_PARALLEL=y CONFIG_I8254=y CONFIG_PCSPK=y CONFIG_USB_UHCI=y +CONFIG_IDE_QDEV=y +CONFIG_IDE_PCI=y +CONFIG_IDE_ISA=y +CONFIG_IDE_PIIX=y |