forked from xuos/xiuos
32 lines
673 B
Plaintext
32 lines
673 B
Plaintext
menuconfig CONNECTION_COMMUNICATION_WIFI
|
|
bool "Enable Wifi"
|
|
default n
|
|
|
|
menuconfig CONNECTION_COMMUNICATION_LORA
|
|
bool "Enable LORA"
|
|
default n
|
|
if CONNECTION_COMMUNICATION_LORA
|
|
source "$KERNEL_DIR/framework/connection/Adapter/lora/Kconfig"
|
|
endif
|
|
|
|
menuconfig CONNECTION_COMMUNICATION_ETHERNET
|
|
bool "Enable Ethernet"
|
|
default n
|
|
|
|
menuconfig CONNECTION_COMMUNICATION_ZIGBEE
|
|
bool "Enable Zigbee"
|
|
default n
|
|
|
|
|
|
menuconfig CONNECTION_COMMUNICATION_NB_IOT
|
|
bool "Enable NB-IOT"
|
|
default n
|
|
|
|
menuconfig CONNECTION_COMMUNICATION_4G
|
|
bool "Enable 4G"
|
|
default n
|
|
|
|
menuconfig CONNECTION_COMMUNICATION_BLUETOOTH
|
|
bool "Enable BlueTooth"
|
|
default n
|