diff options
| author | Blue Swirl | 2010-03-21 20:47:05 +0100 |
|---|---|---|
| committer | Blue Swirl | 2010-03-21 20:47:05 +0100 |
| commit | 9953b2fc28448a2f237402b5af6ec90bd5fe10b0 (patch) | |
| tree | bf6e3f5049a9ccf9d73fe20c351723b39f4c9006 /default-configs/mips64-softmmu.mak | |
| parent | Compile usb-uhci only once (diff) | |
| download | qemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.tar.gz qemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.tar.xz qemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.zip | |
Compile most IDE devices only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/mips64-softmmu.mak')
| -rw-r--r-- | default-configs/mips64-softmmu.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default-configs/mips64-softmmu.mak b/default-configs/mips64-softmmu.mak index 1543c4fc55..4707ce39cb 100644 --- a/default-configs/mips64-softmmu.mak +++ b/default-configs/mips64-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 |
