Bluetooth: controller: Rename BT_LL_SW to BT_LL_SW_LEGACY
Rename the controller Kconfig option BT_LL_SW to BT_LL_SW_LEGACY in preparation towards switch to new Link Layer implementation. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
312f05eaef
commit
f4eb03c538
17 changed files with 25 additions and 25 deletions
|
@ -11,7 +11,7 @@ add_subdirectory_ifdef(CONFIG_BT_CONN services)
|
|||
add_subdirectory_ifdef(CONFIG_BT_MESH mesh)
|
||||
|
||||
if(CONFIG_BT_CTLR)
|
||||
if(CONFIG_BT_LL_SW OR CONFIG_BT_LL_SW_SPLIT)
|
||||
if(CONFIG_BT_LL_SW_LEGACY OR CONFIG_BT_LL_SW_SPLIT)
|
||||
add_subdirectory(controller)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue