aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichal Meloun <mmel@FreeBSD.org>2020-12-05 19:44:00 +0000
committerMichal Meloun <mmel@FreeBSD.org>2020-12-05 19:44:00 +0000
commit23e0c68a47f3b75ffdfeb61bf3ce65d52cb12cdf (patch)
tree8120ec27aa9581aa579c949a699a21a30bc70f71 /sys
parentdf4ca45cf943fb62c7771e479f5f999570ec6928 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/options.mips4
-rw-r--r--sys/conf/options.powerpc4
-rw-r--r--sys/dev/syscons/scgfbrndr.c1
3 files changed, 0 insertions, 9 deletions
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index 059d9b15acae..e1f72ee6be38 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -66,10 +66,6 @@ CFE_CONSOLE opt_global.h
CFE_ENV opt_global.h
CFE_ENV_SIZE opt_global.h
-GFB_DEBUG opt_gfb.h
-GFB_NO_FONT_LOADING opt_gfb.h
-GFB_NO_MODE_CHANGE opt_gfb.h
-
NOFPU opt_global.h
TICK_USE_YAMON_FREQ opt_global.h
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc
index 1a22f931450a..857fa8091f4a 100644
--- a/sys/conf/options.powerpc
+++ b/sys/conf/options.powerpc
@@ -15,10 +15,6 @@ FPU_EMU
COMPAT_FREEBSD32 opt_global.h
-GFB_DEBUG opt_gfb.h
-GFB_NO_FONT_LOADING opt_gfb.h
-GFB_NO_MODE_CHANGE opt_gfb.h
-
MOEA64_STATS opt_pmap.h
AMIGAONE opt_platform.h
MIKROTIK opt_platform.h
diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c
index c2e87361bf76..7c6adb2c3b49 100644
--- a/sys/dev/syscons/scgfbrndr.c
+++ b/sys/dev/syscons/scgfbrndr.c
@@ -32,7 +32,6 @@
__FBSDID("$FreeBSD$");
#include "opt_syscons.h"
-#include "opt_gfb.h"
#ifdef __powerpc__
#include "opt_ofwfb.h"
#endif