You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
51 lines
919 B
Plaintext
51 lines
919 B
Plaintext
|
|
menuconfig LHV_ENABLED
|
|
bool "Enable lhv"
|
|
default n
|
|
|
|
config LHV_WITH_KCP
|
|
bool "with kcp"
|
|
default n
|
|
depends on LHV_ENABLED
|
|
|
|
config LHV_WITH_PROTOCOL
|
|
bool "compile protocol"
|
|
default n
|
|
depends on LHV_ENABLED
|
|
|
|
config LHV_WITH_EVPP
|
|
bool "compile evpp"
|
|
default n
|
|
depends on LHV_ENABLED
|
|
|
|
config LHV_WITH_HTTP
|
|
bool "compile http"
|
|
default n
|
|
depends on LHV_WITH_EVPP
|
|
|
|
config LHV_WITH_WITH_HTTP_CLIENT
|
|
bool "compile http/client"
|
|
default n
|
|
depends on LHV_WITH_HTTP
|
|
|
|
config LHV_WITH_HTTP_SERVER
|
|
bool "compile http/server"
|
|
default n
|
|
depends on LHV_WITH_HTTP
|
|
|
|
config LHV_WITH_MQTT
|
|
bool "compile mqtt"
|
|
default n
|
|
depends on LHV_ENABLED
|
|
|
|
config LHV_WITH_OPENSSL
|
|
bool "with openssl library"
|
|
default n
|
|
depends on LHV_ENABLED
|
|
|
|
config LHV_DYNAMIC
|
|
bool "compile component as dynamic(shared) lib"
|
|
default n
|
|
depends on LHV_ENABLED
|
|
|