commit | 9953b2fc28448a2f237402b5af6ec90bd5fe10b0 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sun Mar 21 19:47:05 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Mar 21 19:47:05 2010 +0000 |
tree | bf6e3f5049a9ccf9d73fe20c351723b39f4c9006 | |
parent | 4c65f1e5ba5ea512e962c7f4271235b799121e70 [diff] [blame] |
Compile most IDE devices only once Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/default-configs/mips64-softmmu.mak b/default-configs/mips64-softmmu.mak index 1543c4f..4707ce3 100644 --- a/default-configs/mips64-softmmu.mak +++ b/default-configs/mips64-softmmu.mak
@@ -8,3 +8,7 @@ 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