forked from xuos/xiuos
15 lines
393 B
Plaintext
15 lines
393 B
Plaintext
config ADAPTER_WIFI
|
|
bool "Using WIFI adapter function"
|
|
default y
|
|
|
|
if ADAPTER_WIFI
|
|
config ADAPTER_HFA21
|
|
bool "Using wifi adapter device HFA21"
|
|
default y
|
|
|
|
if ADAPTER_HFA21
|
|
source "$APP_DIR/Framework/connection/wifi/HFA21/Kconfig"
|
|
endif
|
|
|
|
endif
|