aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2021-10-03 18:34:53 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2021-10-03 18:34:53 +0000
commit2404f03fca7e5f62946d0da0f614c9db75a0df09 (patch)
treee6575c5a22db64a7d41b09b2831dd2a01cf383a7 /sys
parent8167c92f65bc20145467b3b98c842cde57736900 (diff)
downloadsrc-2404f03fca7e5f62946d0da0f614c9db75a0df09.tar.gz
src-2404f03fca7e5f62946d0da0f614c9db75a0df09.zip
riscv: Add vt and kbdmux to GENERIC for video console support
No in-tree drivers are supported for RISC-V (given it supports UEFI we could enable the EFI framebuffer, but U-Boot has very limited hardware support and EDK2 remains a work in progress), but drm-kmod exists with drivers for video cards that can be used with the HiFive Unmatched. Reviewed by: imp, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D32001
Diffstat (limited to 'sys')
-rw-r--r--sys/riscv/conf/GENERIC4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index ae7f1c166273..a02a30d4834f 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -134,6 +134,10 @@ device uart # Generic UART driver
device uart_lowrisc # lowRISC UART driver
device uart_ns8250 # ns8250-type UART driver
+# Console
+device vt
+device kbdmux
+
# RTC
device goldfish_rtc # QEMU RTC