merge upstream

This commit is contained in:
xuyanghang
2023-12-11 10:06:39 +08:00
parent 093f362387
commit 337264d599
9 changed files with 587 additions and 4 deletions

View File

@@ -1,8 +1,16 @@
config ADAPTER_EC200T
bool "Using 4G adapter device EC200T"
default y
default n
if ADAPTER_EC200T
source "$APP_DIR/Framework/connection/4g/ec200t/Kconfig"
endif
config ADAPTER_EC200A
bool "Using 4G adapter device EC200A"
default y
if ADAPTER_EC200A
source "$APP_DIR/Framework/connection/4g/ec200a/Kconfig"
endif