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