diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2018-07-04 11:40:58 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-07-07 12:12:27 +1000 |
commit | 4a1f253adb45ac6019971193d5077c4d5d55886a (patch) | |
tree | 1da0c5f6ba385d1277632f6944eb58a5a533e8a9 /default-configs/sh4eb-softmmu.mak | |
parent | 9e3a83a15b4d94e7738464e92b6c5cb335961ce7 (diff) | |
download | qemu-4a1f253adb45ac6019971193d5077c4d5d55886a.zip qemu-4a1f253adb45ac6019971193d5077c4d5d55886a.tar.gz qemu-4a1f253adb45ac6019971193d5077c4d5d55886a.tar.bz2 |
sm501: Implement i2c part for reading monitor EDID
Emulate the i2c part of SM501 which is used to access the EDID info
from a monitor.
The vmstate structure is changed and its version is increased but
SM501 is only used on SH and PPC sam460ex machines that don't support
cross-version migration.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'default-configs/sh4eb-softmmu.mak')
-rw-r--r-- | default-configs/sh4eb-softmmu.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/sh4eb-softmmu.mak b/default-configs/sh4eb-softmmu.mak index 2d3fd49..53b9cd7 100644 --- a/default-configs/sh4eb-softmmu.mak +++ b/default-configs/sh4eb-softmmu.mak @@ -9,6 +9,8 @@ CONFIG_PFLASH_CFI02=y CONFIG_SH4=y CONFIG_IDE_MMIO=y CONFIG_SM501=y +CONFIG_I2C=y +CONFIG_DDC=y CONFIG_ISA_TESTDEV=y CONFIG_I82378=y CONFIG_I8259=y |