Skip to content

Commit

Permalink
Bluetooth: Kconfig: Hide buffer configuration in a separate menu
Browse files Browse the repository at this point in the history
Users will usually not want to browse through these. Therefore it is
better to hide them a bit.

Signed-off-by: Rubin Gerritsen <[email protected]>
  • Loading branch information
rugeGerritsen authored and carlescufi committed Mar 17, 2022
1 parent 6a687da commit beaa73f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subsys/bluetooth/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

menu "Bluetooth buffer configuration"

config BT_BUF_ACL_TX_SIZE
int "Maximum supported ACL size for outgoing data"
range 27 65535
Expand Down Expand Up @@ -186,6 +188,8 @@ config BT_BUF_CMD_TX_COUNT
help
Number of buffers available for outgoing HCI commands from the Host.

endmenu

config BT_HAS_HCI_VS
bool
help
Expand Down

0 comments on commit beaa73f

Please sign in to comment.