summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2012-03-27 11:43:46 +0000
committerjchandra <jchandra@FreeBSD.org>2012-03-27 11:43:46 +0000
commitb1c8867097879270ea18f2d3acfbee47b9b426f7 (patch)
tree9fef9f0fc4ac0813da3e9660dc0f7a584b4ae11b /sys/mips/conf
parent88cde25ec436fb0216f54a19541905c779f1614c (diff)
downloadFreeBSD-src-b1c8867097879270ea18f2d3acfbee47b9b426f7.zip
FreeBSD-src-b1c8867097879270ea18f2d3acfbee47b9b426f7.tar.gz
Opencrypto driver for XLP Security and RSA/ECC blocks
Support for the Security and RSA blocks on XLP SoC. Even though the XLP supports many more algorithms, only the ones supported in OCF have been added. Submitted by: Venkatesh J. V. (venkatesh at netlogicmicro com)
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/std.XLP10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP
index e998734..2d867c2 100644
--- a/sys/mips/conf/std.XLP
+++ b/sys/mips/conf/std.XLP
@@ -95,3 +95,13 @@ device iic
device iicbus
device iicoc
device ds1374 # RTC on XLP boards
+
+# Crypto
+device crypto
+device cryptodev
+device nlmsec
+device nlmrsa
+
+# Options that use crypto
+options IPSEC
+options GEOM_ELI
OpenPOWER on IntegriCloud