Bluetooth: controller: Fix DEBUG_PINS_CPUAPP dependency
Remove the BT_LL_SW_SPLIT dependency for BT_CTLR_DEBUG_PINS_CPUAPP when building CPUAPP application that is using Zephyr BLE HCI controller on the CPUNET core. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
391730891b
commit
03852a5f02
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ endif # BT_CTLR
|
|||
|
||||
config BT_CTLR_DEBUG_PINS_CPUAPP
|
||||
bool "Bluetooth Controller Debug Pins"
|
||||
depends on BOARD_NRF5340PDK_NRF5340_CPUAPP && BT_LL_SW_SPLIT
|
||||
depends on BOARD_NRF5340PDK_NRF5340_CPUAPP
|
||||
help
|
||||
Route debug GPIO toggling for the BLE Controller. Enable this when
|
||||
using Bluetooth Controller Debug Pins in co-processor and the main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue