Skip to content

Commit acdb8a8

Browse files
JordanYateskartben
authored andcommitted
boards: remove BT_CTLR usage
Remove usage of the `BT_CTLR` symbol, as it is now deprecated. Signed-off-by: Jordan Yates <[email protected]>
1 parent 7cd38b1 commit acdb8a8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

boards/nordic/nrf54l09pdk/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
if BOARD_NRF54L09PDK_NRF54L09_CPUAPP
55

6-
config BT_CTLR
7-
default BT
8-
96
config ROM_START_OFFSET
107
default 0x800 if BOOTLOADER_MCUBOOT
118

boards/others/promicro_nrf52840/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ config FLASH_LOAD_OFFSET
2323
default 0x1000
2424
depends on BOARD_HAS_NRF5_BOOTLOADER && (MCUBOOT || !USE_DT_CODE_PARTITION)
2525

26-
config BT_CTLR
27-
default BT
28-
2926
endif # BOARD_PROMICRO_NRF52840

0 commit comments

Comments
 (0)