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:
Rubin Gerritsen 2022-02-16 11:02:06 +01:00 committed by Carles Cufí
commit beaa73ff19

View file

@ -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
@ -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