4a1f253adb
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>
22 lines
355 B
Makefile
22 lines
355 B
Makefile
# Default configuration for sh4eb-softmmu
|
|
|
|
include pci.mak
|
|
include usb.mak
|
|
CONFIG_SERIAL=y
|
|
CONFIG_SERIAL_ISA=y
|
|
CONFIG_PTIMER=y
|
|
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
|
|
CONFIG_I8254=y
|
|
CONFIG_PCSPK=y
|
|
CONFIG_I82374=y
|
|
CONFIG_I8257=y
|
|
CONFIG_MC146818RTC=y
|