summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-03-11 22:47:06 +0000
committersam <sam@FreeBSD.org>2003-03-11 22:47:06 +0000
commit08b96bb1399a2789ebc9d72321d31751cec37e33 (patch)
treec4b232799e4ac8460f49b969f01ac7575565a38e /sys/conf/options
parent0c3ac305c83bd43547194c4582f11b1918260bba (diff)
downloadFreeBSD-src-08b96bb1399a2789ebc9d72321d31751cec37e33.zip
FreeBSD-src-08b96bb1399a2789ebc9d72321d31751cec37e33.tar.gz
o add crypto driver glue for using the new rndtest driver/module; this is
conditional in each driver on foo_RNDTEST being defined_ o bring HIFN_DEBUG and UBSEC_DEBUG out to be visible options; they control the debugging printfs that are set with hw.foo.debug (e.g. hw.hifn.debug)
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 49906f3..1024a5d 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -602,3 +602,10 @@ DEVICE_POLLING opt_global.h
# Mutex profiling
MUTEX_PROFILING opt_global.h
+# options for ubsec driver
+UBSEC_DEBUG opt_ubsec.h
+UBSEC_RNDTEST opt_ubsec.h
+
+# options for hifn driver
+HIFN_DEBUG opt_hifn.h
+HIFN_RNDTEST opt_hifn.h
OpenPOWER on IntegriCloud