add e18 of zigbee connection

This commit is contained in:
Wang_Weigen
2021-09-24 15:22:19 +08:00
parent d14ec3cb12
commit 6be676af78
12 changed files with 712 additions and 3 deletions
@@ -0,0 +1,10 @@
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