aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorAleksandr Rybalko <ray@FreeBSD.org>2014-03-28 12:50:39 +0000
committerAleksandr Rybalko <ray@FreeBSD.org>2014-03-28 12:50:39 +0000
commitd27ad6d0ecdc4f4ff7483ce569ffe06e9f9bb809 (patch)
tree4c0cca08836c96cf2e7d7d7eb1925e596449923b /sys/conf/files
parentdf5dd82a32f219153490adee67794f7ac70f390d (diff)
downloadsrc-d27ad6d0ecdc4f4ff7483ce569ffe06e9f9bb809.tar.gz
src-d27ad6d0ecdc4f4ff7483ce569ffe06e9f9bb809.zip
Enable to build UEFI framebuffer driver for vt(4).
It can be enabled by "device vt_efifb" in kernel config. Requested by: emaste Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=263873
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 26325db18b7c..a13ef3883617 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2471,6 +2471,7 @@ dev/vr/if_vr.c optional vr pci
dev/vt/colors/vt_termcolors.c optional vt
dev/vt/font/vt_font_default.c optional vt
dev/vt/font/vt_mouse_cursor.c optional vt
+dev/vt/hw/efifb/efifb.c optional vt_efifb
dev/vt/hw/fb/vt_fb.c optional vt
dev/vt/hw/vga/vga.c optional vt vt_vga
dev/vt/logo/logo_freebsd.c optional vt splash