forked from xuos/xiuos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
414 B
14 lines
414 B
config ADAPTER_BLUETOOTH
|
|
bool "Using bluetooth adapter function"
|
|
default y
|
|
|
|
if ADAPTER_BLUETOOTH
|
|
config ADAPTER_HC08
|
|
bool "Using bluetooth adapter device HC08"
|
|
default y
|
|
|
|
if ADAPTER_HC08
|
|
source "$APP_DIR/Framework/connection/bluetooth/HC08/Kconfig"
|
|
endif
|
|
|
|
endif
|
|
|