diff options
Diffstat (limited to 'default-configs/ppc64-softmmu.mak')
-rw-r--r-- | default-configs/ppc64-softmmu.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak index 26f74b0eaf..7d62e1495d 100644 --- a/default-configs/ppc64-softmmu.mak +++ b/default-configs/ppc64-softmmu.mak @@ -44,3 +44,5 @@ CONFIG_PSERIES=$(CONFIG_FDT) CONFIG_E500=$(CONFIG_FDT) # For pSeries CONFIG_PCI_HOTPLUG=y +# For PReP +CONFIG_MC146818RTC=y |