summaryrefslogtreecommitdiff
path: root/nuttx/crypto/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-04 07:28:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-04 07:28:43 -0600
commitbe435dbd931edcd14d76455067d44d2ca2ad2605 (patch)
treef1b6b4ec57378c41de04e81beff69146ef0be2e1 /nuttx/crypto/Kconfig
parent60a2b6cda72f902e134b2c5c157b23358cda990c (diff)
downloadpx4-nuttx-be435dbd931edcd14d76455067d44d2ca2ad2605.tar.gz
px4-nuttx-be435dbd931edcd14d76455067d44d2ca2ad2605.tar.bz2
px4-nuttx-be435dbd931edcd14d76455067d44d2ca2ad2605.zip
Missed a part of the last change
Diffstat (limited to 'nuttx/crypto/Kconfig')
-rw-r--r--nuttx/crypto/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/nuttx/crypto/Kconfig b/nuttx/crypto/Kconfig
index 37b32c869..81531cc80 100644
--- a/nuttx/crypto/Kconfig
+++ b/nuttx/crypto/Kconfig
@@ -19,6 +19,22 @@ config CRYPTO_ALGTEST
bool "Perform automatic crypto algorithms test on startup"
default n
+if CRYPTO_ALGTEST
+
+config CRYPTO_AES128_DISABLE
+ bool "Omit 128-bit AES tests"
+ default n
+
+config CRYPTO_AES192_DISABLE
+ bool "Omit 192-bit AES tests"
+ default n
+
+config CRYPTO_AES256_DISABLE
+ bool "Omit 256-bit AES tests"
+ default n
+
+endif # CRYPTO_ALGTEST
+
config CRYPTO_CRYPTODEV
bool "cryptodev support"
default n