Skip to content

Commit fc5b883

Browse files
committed
Bluetooth: Controller: Default to features off
These configs were recently added and defaulted to enabled. Now that users have been updated change the default to disabled. Signed-off-by: Herman Berget <herman.berget@nordicsemi.no>
1 parent bf8388c commit fc5b883

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,21 +737,19 @@ config BT_CTLR_SDC_ENABLE_LOWEST_FRAME_SPACE
737737
config BT_CTLR_SDC_DATA_RELATED_ADDRESS_CHANGES
738738
bool "Data Related Address Changes"
739739
depends on BT_BROADCASTER
740-
default y if BT_HCI_RAW
741740
help
742741
Support for LE Set Data Related Address Changes command
743742

744743
config BT_CTLR_SDC_RF_PATH_COMPENSATION
745744
bool "RF Path Compensation"
746745
depends on BT_CTLR_LE_POWER_CONTROL || BT_CTLR_ADV_EXT
747-
default y if BT_HCI_RAW
748746
help
749747
Support for LE RF Path Compensation
750748

751749
config BT_CTLR_SDC_ISO_TEST
752750
bool "LE ISO Test commands"
753751
depends on BT_CTLR_ISO
754-
default y if BT_HCI_RAW || BT_ISO_TEST_PARAMS
752+
default y if BT_ISO_TEST_PARAMS
755753
help
756754
Support for LE ISO test HCI commands
757755

0 commit comments

Comments
 (0)