Bluetooth: Kconfig: Hide buffer configuration in a separate menu
Users will usually not want to browse through these. Therefore it is better to hide them a bit. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
6a687da940
commit
beaa73ff19
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
# Copyright (c) 2016 Intel Corporation
|
# Copyright (c) 2016 Intel Corporation
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
menu "Bluetooth buffer configuration"
|
||||||
|
|
||||||
config BT_BUF_ACL_TX_SIZE
|
config BT_BUF_ACL_TX_SIZE
|
||||||
int "Maximum supported ACL size for outgoing data"
|
int "Maximum supported ACL size for outgoing data"
|
||||||
range 27 65535
|
range 27 65535
|
||||||
|
|
@ -186,6 +188,8 @@ config BT_BUF_CMD_TX_COUNT
|
||||||
help
|
help
|
||||||
Number of buffers available for outgoing HCI commands from the Host.
|
Number of buffers available for outgoing HCI commands from the Host.
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
config BT_HAS_HCI_VS
|
config BT_HAS_HCI_VS
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue