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:
parent
fab2f97364
commit
18c23daee3
21 changed files with 34 additions and 52 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue