diff options
| author | Aleksandr Rybalko <ray@FreeBSD.org> | 2013-12-10 15:36:29 +0000 |
|---|---|---|
| committer | Aleksandr Rybalko <ray@FreeBSD.org> | 2013-12-10 15:36:29 +0000 |
| commit | 00f4f023f195be0d0a0d96bf76ce5d8fa6769ef2 (patch) | |
| tree | 08544e3f1979f66cf49e1772cb27053faaa905d0 /sys/dev/vt/vt.h | |
| parent | b1d9695ccc8e871679f558a753a88e55f43faec6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vt/vt.h')
| -rw-r--r-- | sys/dev/vt/vt.h | 5 |
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 |
