10 lines
192 B
Plaintext
Raw Normal View History

2025-10-10 16:07:00 +08:00
menu "Webclient"
config WEBCLIENT
bool "Enable Webclient"
default n
config WEBCLIENT_TLS
depends on WEBCLIENT && (MBEDTLS || PSA_MBEDTLS)
bool "Enable Webclient"
default n
endmenu