From: Marc-André Lureau <marcandre.lur...@redhat.com> SM501 is going to depend on PIXMAN next.
Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- configs/devices/sh4-softmmu/default.mak | 2 +- hw/sh4/Kconfig | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/devices/sh4-softmmu/default.mak b/configs/devices/sh4-softmmu/default.mak index 565e8b0b5d..5a78b83044 100644 --- a/configs/devices/sh4-softmmu/default.mak +++ b/configs/devices/sh4-softmmu/default.mak @@ -7,5 +7,5 @@ # Boards: # -CONFIG_R2D=y +#CONFIG_R2D=n CONFIG_SHIX=y diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig index ab733a3f76..aa2dff348d 100644 --- a/hw/sh4/Kconfig +++ b/hw/sh4/Kconfig @@ -1,5 +1,7 @@ config R2D bool + default y + depends on SH4 && PIXMAN imply PCI_DEVICES imply TEST_DEVICES imply RTL8139_PCI -- 2.41.0