From 44920da28cde32f352e76a4220b068c8f623c60d Mon Sep 17 00:00:00 2001 From: zbb Date: Thu, 2 Jun 2016 18:41:33 +0000 Subject: 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 Obtained from: Semihalf Sponsored by: Stormshield Differential revision: https://reviews.freebsd.org/D6220 --- sys/arm/conf/ARMADA38X | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/arm/conf') 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 -- cgit v1.1