From beaa73ff19befec471a7ca64d67a6f876b62ff8c Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Wed, 16 Feb 2022 11:02:06 +0100 Subject: [PATCH] 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 --- subsys/bluetooth/common/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subsys/bluetooth/common/Kconfig b/subsys/bluetooth/common/Kconfig index aaa9362ebe3..d29cb5e5f94 100644 --- a/subsys/bluetooth/common/Kconfig +++ b/subsys/bluetooth/common/Kconfig @@ -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