summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-01-22 21:20:08 +0000
committerimp <imp@FreeBSD.org>2014-01-22 21:20:08 +0000
commitdeb3c28dd0ba605218af648dde284e96f089d48f (patch)
tree1db8f822f9a50cd3ac1ede7ee1bf35e14aa0bed6 /sys/conf
parenta8c44ea5cfb6806cb801d126e1ff9c11bdc9a006 (diff)
downloadFreeBSD-src-deb3c28dd0ba605218af648dde284e96f089d48f.zip
FreeBSD-src-deb3c28dd0ba605218af648dde284e96f089d48f.tar.gz
Implement generic support for early printf. Thought I can't find the
paper trail now, this patch is similar to one posted for one of the preliminary versions of a new armv6 port. I took them and made them more generic. Option not enabled by default since each board/port has to provide its own eputc, and possibly do other things as well...
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 08dd54b..7e0bb62 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -62,6 +62,7 @@ KDB_TRACE opt_kdb.h
KDB_UNATTENDED opt_kdb.h
KLD_DEBUG opt_kld.h
SYSCTL_DEBUG opt_sysctl.h
+EARLY_PRINTF opt_global.h
TEXTDUMP_PREFERRED opt_ddb.h
TEXTDUMP_VERBOSE opt_ddb.h
OpenPOWER on IntegriCloud