xiuos/APP_Framework/Framework/connection/4g/Kconfig

16 lines
345 B
Plaintext

config ADAPTER_EC200T
bool "Using 4G adapter device EC200T"
default n
if ADAPTER_EC200T
source "$APP_DIR/Framework/connection/4g/ec200t/Kconfig"
endif
config ADAPTER_EC200A
bool "Using 4G adapter device EC200A"
default n
if ADAPTER_EC200A
source "$APP_DIR/Framework/connection/4g/ec200a/Kconfig"
endif