tests: net: ieee802154: remove cipher selection in mbedtls-shim driver
Cipher support is already implied by default so there is no need to select it explicitly. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
committed by
Benjamin Cabé
parent
1969f493e3
commit
b7d0e1293c
@@ -19,8 +19,6 @@ CONFIG_NET_CONTEXT_RCVTIMEO=y
|
||||
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_BUILTIN=y
|
||||
CONFIG_MBEDTLS_CIPHER_AES_ENABLED=y
|
||||
CONFIG_MBEDTLS_CIPHER_CCM_ENABLED=y
|
||||
CONFIG_MBEDTLS_ENABLE_HEAP=y
|
||||
CONFIG_MBEDTLS_HEAP_SIZE=30000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user