summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorfcambus <fcambus@openbsd.org>2020-06-23 13:57:05 +0000
committerfcambus <fcambus@openbsd.org>2020-06-23 13:57:05 +0000
commitcd43169040a9ccb454a52555f1a6c021194c2ecc (patch)
tree296e3b4a532aa6a28f5c0569b08f299ddfdbdf06 /sys
parentSync armv7 fbtab with arm64 fbtab, leaving out drm devices. (diff)
downloadwireguard-openbsd-cd43169040a9ccb454a52555f1a6c021194c2ecc.tar.xz
wireguard-openbsd-cd43169040a9ccb454a52555f1a6c021194c2ecc.zip
Enable virtual consoles on armv7, the same way it is done on arm64.
Tested on a Cubieboard2. OK patrick@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/armv7/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC
index 7a1708f0f00..d440ffd902b 100644
--- a/sys/arch/armv7/conf/GENERIC
+++ b/sys/arch/armv7/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.131 2020/04/29 19:30:58 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.132 2020/06/23 13:57:05 fcambus Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -17,9 +17,9 @@ makeoptions KERNEL_BASE_VIRT="0xc0300000"
maxusers 32 # estimated number of users
option CPU_ARMv7 # Support the ARMv7
-#option WSDISPLAY_COMPAT_USL # VT handling
+option WSDISPLAY_COMPAT_USL # VT handling
option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
-option WSDISPLAY_DEFAULTSCREENS=1
+option WSDISPLAY_DEFAULTSCREENS=6 # initial number of text consoles
option CONF_HAVE_GPIO
option PCIVERBOSE