11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
![]() |
#TODO add depens for CONFIG_HOST (bk7231u)
|
||
|
menu "Mbedtls"
|
||
|
config MBEDTLS
|
||
|
bool "Enable Mbedtls"
|
||
|
default n
|
||
|
config FULL_MBEDTLS
|
||
|
depends on MBEDTLS
|
||
|
bool "Enable Full Mbedtls"
|
||
|
default n
|
||
|
endmenu
|