summaryrefslogtreecommitdiff
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig29
1 files changed, 10 insertions, 19 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index bcd7a5864..77341d9e1 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -11,13 +11,19 @@
#
menuconfig CRYPTO
bool
- prompt "Crypto Drivers [EXPERIMENTAL]"
+ prompt "Crypto Drivers [EXPERIMENTAL]"
default n
if CRYPTO
+
+config CRYPTO_INIT_PRIORITY
+ int "Crypto devices init priority"
+ default 90
+ help
+ Crypto devices initialization priority.
+
config SYS_LOG_CRYPTO_LEVEL
- int
- prompt "Crypto drivers log level"
+ int "Crypto drivers log level"
default 0
help
Sets log level for crypto drivers
@@ -37,7 +43,6 @@ config SYS_LOG_CRYPTO_LEVEL
config CRYPTO_TINYCRYPT_SHIM
bool "Enable TinyCrypt shim driver [EXPERIMENTAL] "
default n
- depends on CRYPTO
help
Enable TinyCrypt shim layer compliant with crypto APIs.
@@ -48,20 +53,6 @@ config CRYPTO_0_NAME
help
Device name for TinyCrypt Pseudo device.
-menuconfig ATAES132A
- bool "Atmel ATAES132A 32k AES Serial EEPROM support"
- depends on I2C && CRYPTO
- default n
- help
- Enable Atmel ATAES132A 32k AES Serial EEPROM support.
-
-config CRYPTO_INIT_PRIORITY
- int
- depends on CRYPTO
- prompt "Sensor init priority"
- default 90
- help
- Crypto devices initialization priority.
-
source "drivers/crypto/Kconfig.ataes132a"
+
endif # CRYPTO