summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorzbb <zbb@FreeBSD.org>2016-06-02 18:41:33 +0000
committerzbb <zbb@FreeBSD.org>2016-06-02 18:41:33 +0000
commit44920da28cde32f352e76a4220b068c8f623c60d (patch)
treefef5c19c2d332380a6f0c0a0d51c3da997dc62c9 /sys/arm/conf
parent03c47d2a4c933c1fbe6b5993c1fa18d213495da8 (diff)
downloadFreeBSD-src-44920da28cde32f352e76a4220b068c8f623c60d.zip
FreeBSD-src-44920da28cde32f352e76a4220b068c8f623c60d.tar.gz
Add support for CESA on Armada38x
Changes: - added new SoC ID in CESA attach - allowed crypto driver IDs other than 0 - added CESA nodes to Armada38x .dts files - enabled required devices in kernconf Submitted by: Michal Stanek <mst@semihalf.com> Obtained from: Semihalf Sponsored by: Stormshield Differential revision: https://reviews.freebsd.org/D6220
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/ARMADA38X5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arm/conf/ARMADA38X b/sys/arm/conf/ARMADA38X
index 1903e62..519127b 100644
--- a/sys/arm/conf/ARMADA38X
+++ b/sys/arm/conf/ARMADA38X
@@ -81,6 +81,11 @@ device iic
device iicbus
device twsi
+# CESA
+device cesa
+device crypto
+device cryptodev
+
#FDT
options FDT
options FDT_DTB_STATIC
OpenPOWER on IntegriCloud