forked from xuos/xiuos
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
config ADAPTER_HFA21_WIFI
|
|
bool "Using wifi adapter device HFA21"
|
|
default y
|
|
|
|
if ADAPTER_HFA21_WIFI
|
|
source "$APP_DIR/Framework/connection/wifi/hfa21_wifi/Kconfig"
|
|
endif
|