xiuos/APP_Framework/Framework/connection/nbiot/Kconfig

11 lines
238 B
Plaintext

if CONNECTION_ADAPTER_NB
config ADAPTER_BC28
bool "Using nbiot adapter device BC28"
default y
if ADAPTER_BC28
source "$APP_DIR/Framework/connection/nbiot/bc28/Kconfig"
endif
endif