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/ppcemb-softmmu.mak | |
parent | 4c65f1e5ba5ea512e962c7f4271235b799121e70 (diff) | |
download | qemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.zip |
Compile most IDE devices only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/ppcemb-softmmu.mak')
-rw-r--r-- | default-configs/ppcemb-softmmu.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default-configs/ppcemb-softmmu.mak b/default-configs/ppcemb-softmmu.mak index e4d314cd0b..edb94dcb7a 100644 --- a/default-configs/ppcemb-softmmu.mak +++ b/default-configs/ppcemb-softmmu.mak @@ -7,3 +7,7 @@ CONFIG_ESCC=y CONFIG_M48T59=y CONFIG_VGA_PCI=y CONFIG_I8254=y +CONFIG_IDE_QDEV=y +CONFIG_IDE_PCI=y +CONFIG_IDE_ISA=y +CONFIG_IDE_CMD646=y |