]> Git Repo - qemu.git/blobdiff - default-configs/ppcemb-softmmu.mak
hw: move MC146818RTC to hw/timer/, configure via default-configs/
[qemu.git] / default-configs / ppcemb-softmmu.mak
index aaa9cdc1f76d824b44936c4fb8efc940bcca721c..9d8c5c774221c9739997584ca79b89433069ca1f 100644 (file)
@@ -1,6 +1,7 @@
 # Default configuration for ppcemb-softmmu
 
 include pci.mak
+include usb.mak
 CONFIG_GDBSTUB_XML=y
 CONFIG_ISA_MMIO=y
 CONFIG_ESCC=y
@@ -11,7 +12,7 @@ CONFIG_SERIAL=y
 CONFIG_I8254=y
 CONFIG_PCKBD=y
 CONFIG_FDC=y
-CONFIG_DMA=y
+CONFIG_I8257=y
 CONFIG_OPENPIC=y
 CONFIG_PREP_PCI=y
 CONFIG_MACIO=y
@@ -34,3 +35,6 @@ CONFIG_PFLASH_CFI02=y
 CONFIG_PTIMER=y
 CONFIG_I8259=y
 CONFIG_XILINX=y
+CONFIG_E500=$(CONFIG_FDT)
+# For PReP
+CONFIG_MC146818RTC=y
This page took 0.02526 seconds and 4 git commands to generate.