10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
![]() |
menu "Webclient"
|
||
|
config WEBCLIENT
|
||
|
bool "Enable Webclient"
|
||
|
default n
|
||
|
config WEBCLIENT_TLS
|
||
|
depends on WEBCLIENT && (MBEDTLS || PSA_MBEDTLS)
|
||
|
bool "Enable Webclient"
|
||
|
default n
|
||
|
endmenu
|