Bluetooth: Kconfig: Merge BT_HCI_VS_EXT into BT_HCI_VS

The naming of these two options was problematic, since it's both of them
are about vendor extensions, even though one has _EXT in the name and
the other doesn't. Just merge one option into the other. This has a
slight overhead on the controller side of enabling some more vendor
features if BT_HCI_VS is enabled, but that should hopefully be
acceptable.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
Johan Hedberg 2024-05-10 15:37:11 +03:00 committed by Anas Nashif
commit 18c23daee3
21 changed files with 34 additions and 52 deletions

View file

@ -17,7 +17,7 @@ config BT_BLUENRG_ACI
# Disable Flow control
config BT_HCI_ACL_FLOW_CONTROL
default n
config BT_HCI_VS_EXT
config BT_HCI_VS
default n
endif # BT

View file

@ -36,7 +36,7 @@ config BT_BLUENRG_ACI
# Disable Flow control
config BT_HCI_ACL_FLOW_CONTROL
default n
config BT_HCI_VS_EXT
config BT_HCI_VS
default n
endif # BT

View file

@ -36,7 +36,7 @@ config BT_BLUENRG_ACI
# Disable Flow control
config BT_HCI_ACL_FLOW_CONTROL
default n
config BT_HCI_VS_EXT
config BT_HCI_VS
default n
endif # BT

View file

@ -19,7 +19,7 @@ config BT_BLUENRG_ACI
# Disable Flow control
config BT_HCI_ACL_FLOW_CONTROL
default n
config BT_HCI_VS_EXT
config BT_HCI_VS
default n
endif # BT

View file

@ -21,7 +21,7 @@ config BT_BLUENRG_ACI
config BT_HCI_ACL_FLOW_CONTROL
default n
config BT_HCI_VS_EXT
config BT_HCI_VS
default n
endif # BT