11 lines
201 B
Plaintext
Raw Normal View History

2025-02-27 17:59:18 +08:00
#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