summaryrefslogtreecommitdiff
path: root/default-configs/ppc-softmmu.mak
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2012-04-14 22:48:36 +0200
committerAndreas Färber <andreas.faerber@web.de>2012-08-15 22:11:11 +0200
commit52a71bff6085398fbb8602718af228cd6339c02d (patch)
tree04e66ee9abd36215b942009bb6e2652cd75eef69 /default-configs/ppc-softmmu.mak
parent1ae41f447d1467172b0f8290ca1b83726ea9942a (diff)
downloadqemu-52a71bff6085398fbb8602718af228cd6339c02d.tar.gz
prep: Use pc87312 device instead of collection of random ISA devices
We can't however replace the built-in IDE controller, as the one in pc87312 is only single-channel and can use only IRQ 14. Therefore the pc87312's IDE function gets disabled via the config property. PReP emulation also gains a parallel port emulation this way. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> [AF: Use TYPE_PC87312 constant, add to ppc64-softmmu and to MAINTAINERS] Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Diffstat (limited to 'default-configs/ppc-softmmu.mak')
-rw-r--r--default-configs/ppc-softmmu.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index d0fde7b93d..1f4a1cff61 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -8,6 +8,7 @@ CONFIG_M48T59=y
CONFIG_VGA=y
CONFIG_VGA_PCI=y
CONFIG_SERIAL=y
+CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCKBD=y
CONFIG_FDC=y
@@ -16,6 +17,7 @@ CONFIG_I82374=y
CONFIG_OPENPIC=y
CONFIG_PREP_PCI=y
CONFIG_I82378=y
+CONFIG_PC87312=y
CONFIG_MACIO=y
CONFIG_PCSPK=y
CONFIG_CUDA=y