diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 12:30:44 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:13 +0200 |
commit | 0ddfaf7fe4c8453446730328bf348b7c6438e4f8 (patch) | |
tree | b477612ce554244d9daa8f1a263c4a48a745707b /default-configs/ppc64-softmmu.mak | |
parent | a100107d5612ba568c817f22c628b2c9eeb431bf (diff) |
hw: move MC146818RTC to hw/timer/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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 |