forked from xuos/xiuos
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
config ADAPTER_HC08
|
|
bool "Using bluetooth adapter device HC08"
|
|
default y
|
|
|
|
if ADAPTER_HC08
|
|
source "$APP_DIR/Framework/connection/bluetooth/hc08/Kconfig"
|
|
endif
|