summary refs log tree commit diff stats
path: root/hw/display
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display')
-rw-r--r--hw/display/Kconfig2
-rw-r--r--hw/display/sm501.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig
index 2c72a61987..2250c74007 100644
--- a/hw/display/Kconfig
+++ b/hw/display/Kconfig
@@ -73,7 +73,7 @@ config SM501
     bool
     select I2C
     select DDC
-    select SERIAL
+    select SERIAL_MM
     select USB_OHCI_SYSBUS
 
 config TCX
diff --git a/hw/display/sm501.c b/hw/display/sm501.c
index 73e80d67de..38d005c168 100644
--- a/hw/display/sm501.c
+++ b/hw/display/sm501.c
@@ -29,7 +29,7 @@
 #include "qemu/log.h"
 #include "qemu/module.h"
 #include "hw/usb/hcd-ohci.h"
-#include "hw/char/serial.h"
+#include "hw/char/serial-mm.h"
 #include "ui/console.h"
 #include "hw/sysbus.h"
 #include "migration/vmstate.h"