forked from xuos/xiuos
Add SHA1, SHA256, AES CBC and etc. tests for MBed-TLS, modified kconfig to enable selection of
whether to compile test code when build for board ok1052-c.
This commit is contained in:
@@ -24,5 +24,11 @@ endif
|
||||
menuconfig MBEDTLS
|
||||
bool "using mbedtls"
|
||||
default n
|
||||
select MBEDTLS_ENABLE
|
||||
if MBEDTLS
|
||||
menuconfig ENABLE_MBEDTLS_TEST
|
||||
bool "enable test"
|
||||
default n
|
||||
endif
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user