Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f356a9d4 authored by Robert Nelson's avatar Robert Nelson
Browse files

config: disable this on omap


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 92e193a1
No related merge requests found
......@@ -5276,7 +5276,6 @@ CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=m
......@@ -5292,7 +5291,7 @@ CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_PCRYPT=m
......
......@@ -2704,7 +2704,7 @@ config="CONFIG_STRICT_DEVMEM"
check_config_builtin
echo "#Bugs:"
#config="CONFIG_CRYPTO_MANAGER_DISABLE_TESTS"
#check_config_builtin
config="CONFIG_CRYPTO_MANAGER_DISABLE_TESTS"
check_config_builtin
#
......@@ -29,7 +29,7 @@ toolchain="gcc_linaro_gnueabihf_4_8"
#Kernel/Build
KERNEL_REL=3.15
KERNEL_TAG=${KERNEL_REL}-rc1
BUILD=armv7-devel-r22
BUILD=armv7-devel-r23
#v3.X-rcX + upto SHA
KERNEL_SHA="6ca2a88ad820af56535ed1e6936e0490cb6ec6dc"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment