summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorBALATON Zoltan2018-06-29 00:38:33 +0200
committerDavid Gibson2018-07-03 01:56:52 +0200
commitc6f2594c4b19db903cd76e89578cf501056b744d (patch)
tree3ac2e4eeeccafe63345ded7ba9143f5eaa27e485 /default-configs
parentppc4xx_i2c: Rewrite to model hardware more closely (diff)
downloadqemu-c6f2594c4b19db903cd76e89578cf501056b744d.tar.gz
qemu-c6f2594c4b19db903cd76e89578cf501056b744d.tar.xz
qemu-c6f2594c4b19db903cd76e89578cf501056b744d.zip
hw/timer: Add basic M41T80 emulation
Basic emulation of the M41T80 serial (I2C) RTC chip. Only getting time of day is implemented. Setting time and RTC alarm are not supported. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/ppc-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index 475120bda2..7e1a3d8135 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -28,6 +28,7 @@ CONFIG_SM501=y
CONFIG_IDE_SII3112=y
CONFIG_I2C=y
CONFIG_BITBANG_I2C=y
+CONFIG_M41T80=y
# For Macs
CONFIG_MAC=y