xiuos/APP_Framework/Framework/connection/zigbee/Kconfig

11 lines
240 B
Plaintext

if CONNECTION_ADAPTER_ZIGBEE
config ADAPTER_E18
bool "Using zigbee adapter device E18"
default y
if ADAPTER_E18
source "$APP_DIR/Framework/connection/zigbee/e18/Kconfig"
endif
endif