Skip to content

Commit 8b02141

Browse files
jhedbergkartben
authored andcommitted
Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR
Deprecate BT_CTLR, and add a new HAS_BT_CTLR as a virtual option which specific users (like BT_LL_SW_SPLIT) select. This also means that we can remove all places that were forcefully enabling the BT_CTLR option, and instead we now depend on devicetree to get some local LL HCI driver enabled which in turn also enables the HAS_BT_CTLR option. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 856f4f8 commit 8b02141

File tree

205 files changed

+68
-526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+68
-526
lines changed

boards/96boards/carbon/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ endif # BOARD_96B_CARBON_STM32F401XE
1313

1414
if BOARD_96B_CARBON_NRF51822
1515

16-
config BT_CTLR
17-
default BT
18-
1916
endif # BOARD_96B_CARBON_NRF51822

boards/96boards/nitrogen/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55

66
if BOARD_96B_NITROGEN
77

8-
config BT_CTLR
9-
default BT
10-
118
endif # BOARD_96B_NITROGEN

boards/aconno/acn52832/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55

66
if BOARD_ACN52832
77

8-
config BT_CTLR
9-
default BT
10-
118
endif # BOARD_ACN52832

boards/adafruit/feather_nrf52840/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66

77
if BOARD_ADAFRUIT_FEATHER_NRF52840
88

9-
config BT_CTLR
10-
default BT
11-
129
endif # BOARD_ADAFRUIT_FEATHER_NRF52840

boards/adafruit/itsybitsy/Kconfig.defconfig

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

66
if BOARD_ADAFRUIT_ITSYBITSY
77

8-
config BT_CTLR
9-
default BT
10-
118
if BOARD_SERIAL_BACKEND_CDC_ACM
129

1310
config USB_DEVICE_STACK

boards/adafruit/nrf52_adafruit_feather/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55

66
if BOARD_NRF52_ADAFRUIT_FEATHER
77

8-
config BT_CTLR
9-
default BT
10-
118
endif # BOARD_NRF52_ADAFRUIT_FEATHER

boards/arduino/nano_33_ble/Kconfig.defconfig

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

44
if BOARD_ARDUINO_NANO_33_BLE
55

6-
config BT_CTLR
7-
default BT
8-
96
config REGULATOR
107
default y if SENSOR
118

boards/arduino/nicla_sense_me/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55

66
if BOARD_ARDUINO_NICLA_SENSE_ME
77

8-
config BT_CTLR
9-
default BT
10-
118
endif # BOARD_ARDUINO_NICLA_SENSE_ME

boards/bbc/microbit/Kconfig.defconfig

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

66
if BOARD_BBC_MICROBIT
77

8-
config BT_CTLR
9-
default BT
10-
118
if FXOS8700
129

1310
choice FXOS8700_MODE

boards/bbc/microbit_v2/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55

66
if BOARD_BBC_MICROBIT_V2
77

8-
config BT_CTLR
9-
default BT
10-
118
endif # BOARD_BBC_MICROBIT_V2

0 commit comments

Comments
 (0)