aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt.h
diff options
context:
space:
mode:
authorAleksandr Rybalko <ray@FreeBSD.org>2013-12-10 15:36:29 +0000
committerAleksandr Rybalko <ray@FreeBSD.org>2013-12-10 15:36:29 +0000
commit00f4f023f195be0d0a0d96bf76ce5d8fa6769ef2 (patch)
tree08544e3f1979f66cf49e1772cb27053faaa905d0 /sys/dev/vt/vt.h
parentb1d9695ccc8e871679f558a753a88e55f43faec6 (diff)
Notes
Diffstat (limited to 'sys/dev/vt/vt.h')
-rw-r--r--sys/dev/vt/vt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h
index dfc45424458cc..7b573ae197c0b 100644
--- a/sys/dev/vt/vt.h
+++ b/sys/dev/vt/vt.h
@@ -49,6 +49,11 @@
#include "opt_syscons.h"
#include "opt_splash.h"
+#ifdef DEV_SC
+#error "Build with both syscons and vt is not supported. Please enable only \
+one 'device sc' or 'device vt'"
+#endif
+
#ifndef VT_MAXWINDOWS
#ifdef MAXCONS
#define VT_MAXWINDOWS MAXCONS