10 lines
192 B
Plaintext
Raw Normal View History

2025-05-08 18:01:52 +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