ccimx6ul: Add cryptodev module to kernel configuration.

This commit will add the cryptodev module to the CC6UL kernel to use
the CAAM from user space through this device.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>

https://jira.digi.com/browse/DEL-2719
This commit is contained in:
Mike Engel 2016-07-01 09:08:40 +02:00
parent 7dda6380c2
commit e5dca69e96
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ MACHINE_EXTRA_RDEPENDS += " \
mtd-utils-ubifs \ mtd-utils-ubifs \
" "
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}" MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins" MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins cryptodev-module"
MACHINE_FEATURES += "wifi bluetooth" MACHINE_FEATURES += "wifi bluetooth"