diff options
| author | Paolo Bonzini | 2013-02-05 12:30:44 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-04-08 18:13:13 +0200 |
| commit | 0ddfaf7fe4c8453446730328bf348b7c6438e4f8 (patch) | |
| tree | b477612ce554244d9daa8f1a263c4a48a745707b /default-configs/x86_64-softmmu.mak | |
| parent | hw: move watchdogs to hw/watchdog, configure via default-configs/ (diff) | |
| download | qemu-0ddfaf7fe4c8453446730328bf348b7c6438e4f8.tar.gz qemu-0ddfaf7fe4c8453446730328bf348b7c6438e4f8.tar.xz qemu-0ddfaf7fe4c8453446730328bf348b7c6438e4f8.zip | |
hw: move MC146818RTC to hw/timer/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/x86_64-softmmu.mak')
| -rw-r--r-- | default-configs/x86_64-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak index 0e5ab554e5..72f9bc72af 100644 --- a/default-configs/x86_64-softmmu.mak +++ b/default-configs/x86_64-softmmu.mak @@ -29,4 +29,5 @@ CONFIG_PFLASH_CFI01=y CONFIG_TPM_TIS=y CONFIG_TPM_PASSTHROUGH=y CONFIG_PCI_HOTPLUG=y +CONFIG_MC146818RTC=y CONFIG_WDT_IB700=y |
