Skip to content

Commit 5481bb2

Browse files
committed
Bluetooth: Controller: Use SOC_COMPATIBLE for setting SDC lib variant
This way is more generic than using SOC_SERIES_NRF54LX. The SOC_COMPATIBLE kconfig entry will also work for Babblesim. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent 9a2c3c3 commit 5481bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ choice BT_LL_SOFTDEVICE_VARIANT
324324
BT_ISO || \
325325
SOC_COMPATIBLE_NRF5340_CPUNET || \
326326
SOC_NRF54H20_CPURAD || \
327-
SOC_SERIES_NRF54LX)
327+
SOC_COMPATIBLE_NRF54LX)
328328
default BT_LL_SOFTDEVICE_CENTRAL if BT_OBSERVER
329329
default BT_LL_SOFTDEVICE_PERIPHERAL if BT_BROADCASTER
330330
help

0 commit comments

Comments
 (0)