Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ if(CONFIG_OPENTHREAD_NCP)
set(OT_NCP ON CACHE BOOL "Enable Network Co-Processor NCP")
endif()

if(CONFIG_OPENTHREAD_NCP_VENDOR_HOOK_SOURCE)
set(OT_NCP_VENDOR_HOOK_SOURCE ${CONFIG_OPENTHREAD_NCP_VENDOR_HOOK_SOURCE} CACHE STRING "NCP vendor hook source file name")
endif()

if(CONFIG_OPENTHREAD_RCP)
set(OT_RCP ON CACHE BOOL "Enable Network Co-Processor RCP")
endif()
Expand Down